MCPcopy Create free account
hub / github.com/di-sukharev/opencommit /

Class

out/cli.cjs:69321–69321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69319 if (fieldname === "event") {
69320 this.event = value;
69321 } else if (fieldname === "data") {
69322 this.data.push(value);
69323 }
69324 return null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected