Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
remove
Method · 0.95
onPatch
Method · 0.45
onSessionId
Method · 0.45
onFinished
Method · 0.45
handleStreamEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected