MCPcopy Create free account
hub / github.com/acode/cli / callback

Method callback

cli/registry.js:26–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25 let completed = false;
26 let callback = function () {
27 completed = true;
28 completeCallback.apply(this, arguments);
29 };
30
31 let performAction = function () {
32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected