MCPcopy 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 */
643function getAppSessions() {
644 return $.getjson($.KEY_sessions, []) || []
645}
646
647/**
648 * 获取当前切换到哪个会话

Callers 2

getBoxDataFunction · 0.70
updateCurSesssionsFunction · 0.70

Calls 1

getjsonMethod · 0.45

Tested by

no test coverage detected