Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agent-tower/core
/ has
Method
has
packages/server/src/output/msg-store.ts:412–414 ·
view source on GitHub ↗
* 检查是否存在
(sessionId: string)
Source
from the content-addressed store, hash-verified
410
* 删除 MsgStore(别名)
411
*/
412
remove(sessionId: string): boolean {
413
return
this.delete(sessionId);
414
}
415
416
/**
417
* 检查是否存在
Callers
2
dropStaleReplaces
Method · 0.45
handleError
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected