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