MCPcopy Index your code
hub / github.com/Noumena-Network/code / setSessionFileForTesting

Function setSessionFileForTesting

src/utils/sessionStorage.ts:522–524  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

520}
521
522export function setSessionFileForTesting(path: string): void {
523 getProject().sessionFile = path
524}
525
526type InternalEventWriter = (
527 eventType: string,

Callers 2

Calls 1

getProjectFunction · 0.85

Tested by

no test coverage detected