Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ isSuccess
Function
isSuccess
wxapp/colorful.js:85–87 ·
view source on GitHub ↗
(result)
Source
from the content-addressed store, hash-verified
83
}
84
85
function
isSuccess(result) {
86
return
Number(result?.Code) === 0 && result?.Success !== false;
87
}
88
89
class
Task {
90
constructor(env) {
Callers
1
request
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected