MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / dxShorten

Function dxShorten

wxapp/longfor.js:188–192  ·  view source on GitHub ↗
(data = {})

Source from the content-addressed store, hash-verified

186}
187
188function dxShorten(data = {}) {
189 const output = {};
190 for (const key in data) output[DX_KEY_MAP[key] ? DX_KEY_MAP[key] : key] = data[key];
191 return output;
192}
193
194function dxSystemInfo() {
195 return {

Callers 1

dxCollectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected