Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
61
function
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
69
function
iteratorFor(items) {
Callers
2
fetch.js
File · 0.85
fetch
Function · 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…