MCPcopy
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

getMessagesMethod · 0.95
pushMessageMethod · 0.95
statusPayloadFunction · 0.45
checkDoneGuardFunction · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected