Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/smallfawn/QLScriptPublic
/ dxSelectMethod
Function
dxSelectMethod
wxapp/longfor.js:184–186 ·
view source on GitHub ↗
(param)
Source
from the content-addressed store, hash-verified
182
}
183
184
function
dxSelectMethod(param) {
185
return
param && param.length > 1024 ?
"POST"
:
"GET"
;
186
}
187
188
function
dxShorten(data = {}) {
189
const
output = {};
Callers
1
request
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected