MCPcopy Create free account
hub / github.com/NobyDa/Script / done

Function done

BDTieBa-DailyBonus/TieBa.js:302–305  ·  view source on GitHub ↗
(value = {})

Source from the content-addressed store, hash-verified

300 }
301 }
302 const done = (value = {}) => {
303 if (isQuanX) return $done(value)
304 if (isSurge) isRequest ? $done(value) : $done()
305 }
306 return {
307 isRequest,
308 notify,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected