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

Method contains

out/cli.cjs:58459–58462  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

58457 this[kHeadersSortedMap] = init[kHeadersSortedMap];
58458 this.cookies = init.cookies === null ? null : [...init.cookies];
58459 } else {
58460 this[kHeadersMap] = new Map(init);
58461 this[kHeadersSortedMap] = null;
58462 }
58463 }
58464 // https://fetch.spec.whatwg.org/#header-list-contains
58465 contains(name) {

Callers 10

deleteMethod · 0.80
hasMethod · 0.80
initializeResponseFunction · 0.80
constructorMethod · 0.80
fetchingFunction · 0.80
mainFetchFunction · 0.80
httpNetworkOrCacheFetchFunction · 0.80
processResponseMethod · 0.80
putMethod · 0.80

Calls 2

toLowerCaseMethod · 0.80
hasMethod · 0.45

Tested by

no test coverage detected