MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / isSessionDefaultsOptOutEnabled

Function isSessionDefaultsOptOutEnabled

src/utils/environment.ts:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55export function isSessionDefaultsOptOutEnabled(): boolean {
56 return getConfig().disableSessionDefaults;
57}
58
59export function getUiDebuggerGuardMode(): UiDebuggerGuardMode {
60 return getConfig().uiDebuggerGuardMode;

Callers 2

implFunction · 0.90

Calls 1

getConfigFunction · 0.90

Tested by

no test coverage detected