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

Method ObjectKeys2LowerCase

wxapp/mxbc.js:309–309  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

307 }
308 }
309 ObjectKeys2LowerCase(e) { return e = Object.fromEntries(Object.entries(e).map((([e, t]) => [e.toLowerCase(), t]))), new Proxy(e, { get: function (e, t, r) { return Reflect.get(e, t.toLowerCase(), r) }, set: function (e, t, r, n) { return Reflect.set(e, t.toLowerCase(), r, n) } }) }
310
311
312 //获取活动token

Callers 1

getActivityTokenMethod · 0.95

Calls 2

getMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected