Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/smallfawn/QLScriptPublic
/ applyToken
Method
applyToken
wxapp/fsdlb.js:141–144 ·
view source on GitHub ↗
(data = {})
Source
from the content-addressed store, hash-verified
139
}
140
141
applyToken(data = {}) {
142
this.token = pickToken(data);
143
this.userInfo = data.userInfo || data.thirdUsrIf || {};
144
}
145
146
getHeaders(extra = {}, auth = true) {
147
const
headers = {
Callers
1
run
Method · 0.95
Calls
1
pickToken
Function · 0.70
Tested by
no test coverage detected