MCPcopy Create free account
hub / github.com/Noumena-Network/code / getFlagSettingsPath

Function getFlagSettingsPath

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

Source from the content-addressed store, hash-verified

1146}
1147
1148export function getFlagSettingsPath(): string | undefined {
1149 return STATE.flagSettingsPath
1150}
1151
1152export function setFlagSettingsPath(path: string | undefined): void {
1153 STATE.flagSettingsPath = path

Calls

no outgoing calls

Tested by

no test coverage detected