MCPcopy
hub / github.com/JakeChampion/fetch / normalizeValue

Function normalizeValue

fetch.js:61–66  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

59}
60
61function normalizeValue(value) {
62 if (typeof value !== 'string') {
63 value = String(value)
64 }
65 return value
66}
67
68// Build a destructive iterator for the value list
69function iteratorFor(items) {

Callers 2

fetch.jsFile · 0.85
fetchFunction · 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…