MCPcopy
hub / github.com/codeaashu/claude-code / getFlagSettingsInline

Function getFlagSettingsInline

src/bootstrap/state.ts:1140–1142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1138}
1139
1140export function getFlagSettingsInline(): Record<string, unknown> | null {
1141 return STATE.flagSettingsInline
1142}
1143
1144export function setFlagSettingsInline(
1145 settings: Record<string, unknown> | null,

Callers 3

loadSettingsFromDiskFunction · 0.85
runHeadlessStreamingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected