Function regorust::regoSetWellFormedChecksEnabled

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

@brief Sets whether to perform well-formedness checks after each compiler pass. @details The interpreter has a set of well-formedness definitions which indicate the expected form of the AST before and after each compiler pass. This setting determines whether the interpreter will perform these intermediary checks. @param rego The interpreter. @param enabled Whether well-formedness checks should be enabled.