pub fn effective_session_reflection_enabled(
state: &SessionState,
config: &AppConfig,
) -> boolExpand 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.