MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / getLid

Method getLid

wxapp/longfor.js:241–245  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239 }
240
241 async getLid() {
242 const lid = DX_STORAGE.get(DX_LID_KEY) || `${Date.now()}${dxMakeLocalId()}`;
243 DX_STORAGE.set(DX_LID_KEY, lid);
244 return lid;
245 }
246
247 mergeOptions(extra = {}) {
248 const data = { ...extra };

Callers 2

detectMethod · 0.95
generateMethod · 0.95

Calls 3

dxMakeLocalIdFunction · 0.85
getMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected