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

Function getFlagSettingsPath

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

Source from the content-addressed store, hash-verified

1130}
1131
1132export function getFlagSettingsPath(): string | undefined {
1133 return STATE.flagSettingsPath
1134}
1135
1136export function setFlagSettingsPath(path: string | undefined): void {
1137 STATE.flagSettingsPath = path

Callers 4

buildInheritedCliFlagsFunction · 0.85
buildInheritedCliFlagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected