static DANGEROUS_OPTIONS_ENABLED: OnceLock<bool>Expand description
Global flag indicating whether potentially dangerous model options have been enabled.
This is stored in a OnceLock and must be set exactly once during startup (see
set_dangerous_model_options_flag).