Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chavyleung/scripts
/ getAppSessions
Function
getAppSessions
chavy.box.js:642–644 ·
view source on GitHub ↗
* 获取应用会话
()
Source
from the content-addressed store, hash-verified
640
* 获取应用会话
641
*/
642
function
getAppSessions() {
643
return
$.getjson($.KEY_sessions, []) || []
644
}
645
646
/**
647
* 获取当前切换到哪个会话
Callers
2
getBoxData
Function · 0.70
updateCurSesssions
Function · 0.70
Calls
1
getjson
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…