MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / find

Function find

out/cli.cjs:6414–6422  ·  view source on GitHub ↗
(map, name)

Source from the content-addressed store, hash-verified

6412 }
6413 }
6414 function find(map, name) {
6415 name = name.toLowerCase();
6416 for (const key in map) {
6417 if (key.toLowerCase() === name) {
6418 return key;
6419 }
6420 }
6421 return void 0;
6422 }
6423 var MAP = Symbol("map");
6424 var Headers6 = class _Headers {
6425 /**

Callers 6

getMethod · 0.85
setMethod · 0.85
appendMethod · 0.85
hasMethod · 0.85
deleteMethod · 0.85

Calls 1

toLowerCaseMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…