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

Function getFlagSettingsInline

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

Source from the content-addressed store, hash-verified

1154}
1155
1156export function getFlagSettingsInline(): Record<string, unknown> | null {
1157 return STATE.flagSettingsInline
1158}
1159
1160export function setFlagSettingsInline(
1161 settings: Record<string, unknown> | null,

Callers 3

loadSettingsFromDiskFunction · 0.85
runHeadlessStreamingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected