MCPcopy Create free account
hub / github.com/codeaashu/claude-code / setFlagSettingsInline

Function setFlagSettingsInline

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

Source from the content-addressed store, hash-verified

1142}
1143
1144export function setFlagSettingsInline(
1145 settings: Record<string, unknown> | null,
1146): void {
1147 STATE.flagSettingsInline = settings
1148}
1149
1150export function getSessionIngressToken(): string | null | undefined {
1151 return STATE.sessionIngressToken

Callers 1

runHeadlessStreamingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected