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

Function getVersions

chavy.box.js:626–637  ·  view source on GitHub ↗

* 获取版本清单

()

Source from the content-addressed store, hash-verified

624 * 获取版本清单
625 */
626function getVersions() {
627 return $.http.get($.ver).then(
628 (resp) => {
629 try {
630 $.json = $.toObj(resp.body)
631 } catch {
632 $.json = {}
633 }
634 },
635 () => ($.json = {})
636 )
637}
638
639/**
640 * 获取应用会话

Callers 1

handleQueryFunction · 0.70

Calls 2

getMethod · 0.45
toObjMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…