MCPcopy Index your code
hub / github.com/codeaashu/claude-code / setFlagSettingsPath

Function setFlagSettingsPath

src/bootstrap/state.ts:1136–1138  ·  view source on GitHub ↗
(path: string | undefined)

Source from the content-addressed store, hash-verified

1134}
1135
1136export function setFlagSettingsPath(path: string | undefined): void {
1137 STATE.flagSettingsPath = path
1138}
1139
1140export function getFlagSettingsInline(): Record<string, unknown> | null {
1141 return STATE.flagSettingsInline

Callers 1

loadSettingsFromFlagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected