Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ getMainCode
Method
getMainCode
wxapp/wps.js:432–435 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
430
}
431
432
async
getMainCode() {
433
if
(!this.openid)
return
""
;
434
return
wxServerCode(this.openid, MINI_APP_ID);
435
}
436
437
async
taskOutline() {
438
const
authCode =
await
this.getMainCode();
Callers
2
taskOutline
Method · 0.95
doBrowseTask
Method · 0.95
Calls
1
wxServerCode
Function · 0.85
Tested by
no test coverage detected