MCPcopy Create free account
hub / github.com/chavyleung/scripts / done

Function done

zsfc/zsfc.treasure.js:527–527  ·  view source on GitHub ↗
(value = {})

Source from the content-addressed store, hash-verified

525
526 // 定义 done 方法,用于结束任务
527 const done = (value = {}) => $done(value);
528
529 // 返回包含所有方法的对象
530 return { name, read, write, notice, get, post, put, toObj, toStr, queryStr, log, done };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected