Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agent-tower/core
/ get
Method
get
packages/server/src/output/msg-store.ts:391–393 ·
view source on GitHub ↗
* 获取 MsgStore
(sessionId: string)
Source
from the content-addressed store, hash-verified
389
* 获取或创建 MsgStore
390
*/
391
getOrCreate(sessionId: string): MsgStore {
392
return
this.create(sessionId);
393
}
394
395
/**
396
* 获取 MsgStore
Callers
7
create
Method · 0.45
upsertMcpToolEntry
Method · 0.45
handleAssistantMessage
Method · 0.45
updateToolResultStatus
Method · 0.45
appendToolResultContent
Method · 0.45
handleStreamEvent
Method · 0.45
handleToolCall
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected