MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / reset

Function reset

apps/kimi-web/src/api/daemon/agentEventProjector.ts:531–533  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

529 }
530
531 function reset(sessionId: string): void {
532 sessions.set(sessionId, createSessionState());
533 }
534
535 function markSideChannelAgent(agentId: string): void {
536 sideChannelAgents.add(agentId);

Callers 1

seedInFlightFunction · 0.70

Calls 2

createSessionStateFunction · 0.85
setMethod · 0.65

Tested by

no test coverage detected