Function regorust::regoBundleOk

source ยท
pub unsafe extern "C" fn regoBundleOk(
    bundle: *mut regoBundle,
) -> regoBoolean
Expand description

@brief Returns whether the bundle is ok. @details If the bundle was built or loaded successfully, this function will return true. Otherwise, it will return false, indicating that there was an error during bundle creation. This error can be retrieved using regoError on the interpreter used to create or load the bundle. @param bundle The bundle. @return Whether the bundle is ok.