MCPcopy 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

detectMethod · 0.95
generateMethod · 0.95

Calls 1

setMethod · 0.45

Tested by

no test coverage detected