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

Method clear

out/cli.cjs:58463–58467  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58461 this[kHeadersSortedMap] = null;
58462 }
58463 }
58464 // https://fetch.spec.whatwg.org/#header-list-contains
58465 contains(name) {
58466 name = name.toLowerCase();
58467 return this[kHeadersMap].has(name);
58468 }
58469 clear() {
58470 this[kHeadersMap].clear();

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected