Function regorust::regoGetWellFormedChecksEnabled

source ยท
pub unsafe extern "C" fn regoGetWellFormedChecksEnabled(
    rego: *mut regoInterpreter,
) -> regoBoolean
Expand description

@brief Gets whether well-formedness checks are enabled. @param rego The interpreter. @return Whether well-formedness checks are enabled.