Function regorust::regoGetWellFormedChecksEnabled

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

Gets whether well-formed checks are enabled.

@param rego The interpreter. @return Whether well-formed checks are enabled.