MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getSessionSource

Function getSessionSource

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

Source from the content-addressed store, hash-verified

1110}
1111
1112export function getSessionSource(): string | undefined {
1113 return STATE.sessionSource
1114}
1115
1116export function setSessionSource(source: string): void {
1117 STATE.sessionSource = source

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected