effective_session_reflection_enabled

Function effective_session_reflection_enabled 

Source
pub fn effective_session_reflection_enabled(
    state: &SessionState,
    config: &AppConfig,
) -> bool
Expand description

Resolve whether experiential reflection is enabled for a session.

Sessions use sparse override semantics: when state.reflection_settings is absent or its enabled field is None, the current global configuration is used as the effective default.