Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
subscribe
Method · 0.45
unsubscribe
Method · 0.45
publish
Method · 0.45
getHandlerCount
Method · 0.45
getAgent
Method · 0.45
executeTask
Method · 0.45
endSession
Method · 0.45
execute
Method · 0.45
update
Method · 0.45
addMessage
Method · 0.45
delete
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected