MCPcopy Create free account
hub / github.com/angular/examples / save

Method save

genkit-angular-story-generator/src/flows.ts:319–321  ·  view source on GitHub ↗
(sessionId: string, sessionData: SessionData<S>)

Source from the content-addressed store, hash-verified

317 }
318
319 async save(sessionId: string, sessionData: SessionData<S>): Promise<void> {
320 sessionStore[sessionId] = sessionData;
321 }
322}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected