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

Function setFlagSettingsInline

src/bootstrap/state.ts:1160–1164  ·  view source on GitHub ↗
(
  settings: Record<string, unknown> | null,
)

Source from the content-addressed store, hash-verified

1158}
1159
1160export function setFlagSettingsInline(
1161 settings: Record<string, unknown> | null,
1162): void {
1163 STATE.flagSettingsInline = settings
1164}
1165
1166export function getSessionIngressToken(): string | null | undefined {
1167 return STATE.sessionIngressToken

Callers 3

runHeadlessStreamingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected