Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/smallfawn/QLScriptPublic
/ setToken
Method
setToken
wxapp/longfor.js:237–239 ·
view source on GitHub ↗
(token)
Source
from the content-addressed store, hash-verified
235
}
236
237
setToken(token) {
238
DX_STORAGE.set(DX_TOKEN_KEY, token);
239
}
240
241
async
getLid() {
242
const
lid = DX_STORAGE.get(DX_LID_KEY) || `${Date.now()}${dxMakeLocalId()}`;
Callers
2
detect
Method · 0.95
generate
Method · 0.95
Calls
1
set
Method · 0.45
Tested by
no test coverage detected