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

Function normalizeValue2

out/cli.cjs:72012–72017  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

72010 return parsed;
72011};
72012
72013// node_modules/axios/lib/core/AxiosHeaders.js
72014var $internals = Symbol("internals");
72015function normalizeHeader(header) {
72016 return header && String(header).trim().toLowerCase();
72017}
72018function normalizeValue2(value) {
72019 if (value === false || value == null) {
72020 return value;

Callers 2

setHeaderMethod · 0.85
normalizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…