Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Doorman11991/smallcode
/ active
Method
active
src/session/multi.js:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
37
// Get the active session
38
active() {
39
return
this.sessions.get(this.activeId) || null;
40
}
41
42
// Switch to a different session
43
switch(id) {
Callers
4
getMessages
Method · 0.95
pushMessage
Method · 0.95
statusPayload
Function · 0.45
checkDoneGuard
Function · 0.45
Calls
1
get
Method · 0.65
Tested by
no test coverage detected