Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ getToken
Method
getToken
wxapp/longfor.js:233–235 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
231
}
232
233
getToken() {
234
return
DX_STORAGE.get(DX_TOKEN_KEY) ||
""
;
235
}
236
237
setToken(token) {
238
DX_STORAGE.set(DX_TOKEN_KEY, token);
Callers
1
generate
Method · 0.95
Calls
1
get
Method · 0.45
Tested by
no test coverage detected