Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/smallfawn/QLScriptPublic
/ isSuccess
Function
isSuccess
wxapp/iqoo.js:63–65 ·
view source on GitHub ↗
(result)
Source
from the content-addressed store, hash-verified
61
}
62
63
function
isSuccess(result) {
64
return
Number(result?.Code) === 0;
65
}
66
67
function
isTokenError(message) {
68
return
/-4011|401|403|token|登录|授权|请先登录|跳转到登录页|访客没有权限/i.test(String(message ||
""
));
Callers
1
request
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected