MCPcopy
hub / github.com/di-sukharev/opencommit / cancel

Method cancel

out/cli.cjs:69218–69220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69216 if (done)
69217 return ctrl.close();
69218 const bytes = encoder.encode(JSON.stringify(value) + "\n");
69219 ctrl.enqueue(bytes);
69220 } catch (err) {
69221 ctrl.error(err);
69222 }
69223 },

Callers

nothing calls this directly

Calls 1

returnMethod · 0.45

Tested by

no test coverage detected