MCPcopy Create free account
hub / github.com/buct2012dbl/Dorchestrator / get

Method get

coding-agent/src/core/session.ts:122–124  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

120 }
121
122 get(id: string): Session | undefined {
123 return this.sessions.get(id);
124 }
125
126 current(): Session {
127 const session = this.storage.getStore();

Callers 11

subscribeMethod · 0.45
unsubscribeMethod · 0.45
publishMethod · 0.45
getHandlerCountMethod · 0.45
getAgentMethod · 0.45
executeTaskMethod · 0.45
endSessionMethod · 0.45
executeMethod · 0.45
updateMethod · 0.45
addMessageMethod · 0.45
deleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected