Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
188
function
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
194
function
dxSystemInfo() {
195
return
{
Callers
1
dxCollect
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected