Function dart_sys::Dart_IsVMFlagSet

source ·
pub unsafe extern "C" fn Dart_IsVMFlagSet(
    flag_name: *const c_char
) -> bool
Expand description

Returns true if the named VM flag is of boolean type, specified, and set to true.

\param flag_name The name of the flag without leading punctuation (example: “enable_asserts”).