MCPcopy 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

createMethod · 0.45
upsertMcpToolEntryMethod · 0.45
handleStreamEventMethod · 0.45
handleToolCallMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected