MCPcopy
hub / github.com/chavyleung/scripts / getCurSessions

Function getCurSessions

chavy.box.js:649–651  ·  view source on GitHub ↗

* 获取当前切换到哪个会话

()

Source from the content-addressed store, hash-verified

647 * 获取当前切换到哪个会话
648 */
649function getCurSessions() {
650 return $.getjson($.KEY_cursessions, {}) || {}
651}
652
653/**
654 * ===================================

Callers 2

getBoxDataFunction · 0.70
updateCurSesssionsFunction · 0.70

Calls 1

getjsonMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…