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

Method addHeader

out/cli.cjs:52714–52717  ·  view source on GitHub ↗
(key, value)

Source from the content-addressed store, hash-verified

52712 this.errorHandler = null;
52713 }
52714 if (this.endHandler) {
52715 this.body.off("end", this.endHandler);
52716 this.endHandler = null;
52717 }
52718 }
52719 // TODO: adjust to support H2
52720 addHeader(key, value) {

Callers

nothing calls this directly

Calls 1

processHeaderFunction · 0.85

Tested by

no test coverage detected