MCPcopy
hub / github.com/claude-code-best/claude-code / getFlagSettingsPath

Function getFlagSettingsPath

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

Source from the content-addressed store, hash-verified

1108}
1109
1110export function getFlagSettingsPath(): string | undefined {
1111 return STATE.flagSettingsPath
1112}
1113
1114export function setFlagSettingsPath(path: string | undefined): void {
1115 STATE.flagSettingsPath = path

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected