MCPcopy 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

taskOutlineMethod · 0.95
doBrowseTaskMethod · 0.95

Calls 1

wxServerCodeFunction · 0.85

Tested by

no test coverage detected