Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chavyleung/scripts
/ getCurSessions
Function
getCurSessions
chavy.box.js:650–652 ·
view source on GitHub ↗
* 获取当前切换到哪个会话
()
Source
from the content-addressed store, hash-verified
648
* 获取当前切换到哪个会话
649
*/
650
function
getCurSessions() {
651
return
$.getjson($.KEY_cursessions, {}) || {}
652
}
653
654
/**
655
* ===================================
Callers
2
getBoxData
Function · 0.70
updateCurSesssions
Function · 0.70
Calls
1
getjson
Method · 0.45
Tested by
no test coverage detected