Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RunMaestro/Maestro
/ has
Function
has
src/main/cue/cue-session-registry.ts:126–128 ·
view source on GitHub ↗
(sessionId)
Source
from the content-addressed store, hash-verified
124
},
125
126
has(sessionId) {
127
return
sessions.has(sessionId);
128
},
129
130
snapshot() {
131
return
new
Map(sessions);
Callers
nothing calls this directly
Calls
1
has
Method · 0.80
Tested by
no test coverage detected