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

Function isValidHeaderName2

out/cli.cjs:50545–50547  ·  view source on GitHub ↗
(potentialValue)

Source from the content-addressed store, hash-verified

50543 }
50544 for (let i3 = 0; i3 < characters.length; ++i3) {
50545 if (!isTokenCharCode(characters.charCodeAt(i3))) {
50546 return false;
50547 }
50548 }
50549 return true;
50550 }

Callers 6

appendHeaderFunction · 0.85
deleteMethod · 0.85
getMethod · 0.85
hasMethod · 0.85
setMethod · 0.85
fieldValuesFunction · 0.85

Calls 1

isValidHTTPTokenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…