MCPcopy Create free account
hub / github.com/Semporia/Scripts / jdMs

Function jdMs

jd_ms.js:76–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 })
75
76async function jdMs() {
77 $.score = 0
78 await getActInfo()
79 await getUserInfo()
80 $.cur = $.score
81 if ($.encryptProjectId) {
82 await getTaskList()
83 }
84 await getUserInfo(false)
85 await showMsg()
86}
87
88function getActInfo() {
89 return new Promise(resolve => {

Callers 1

jd_ms.jsFile · 0.85

Calls 4

getActInfoFunction · 0.70
getUserInfoFunction · 0.70
getTaskListFunction · 0.70
showMsgFunction · 0.70

Tested by

no test coverage detected