MCPcopy Create free account
hub / github.com/agent-tower/core / delete

Method delete

packages/server/src/output/msg-store.ts:398–400  ·  view source on GitHub ↗

* 删除 MsgStore

(sessionId: string)

Source from the content-addressed store, hash-verified

396 * 获取 MsgStore
397 */
398 get(sessionId: string): MsgStore | undefined {
399 return this.stores.get(sessionId);
400 }
401
402 /**
403 * 删除 MsgStore

Callers 5

removeMethod · 0.95
onPatchMethod · 0.45
onSessionIdMethod · 0.45
onFinishedMethod · 0.45
handleStreamEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected