Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/loggerhead/json4u
/ isIterable
Function
isIterable
src/lib/parser/node.ts:38–40 ·
view source on GitHub ↗
(node: Node)
Source
from the content-addressed store, hash-verified
36
}
37
38
export
function
isIterable(node: Node) {
39
return
isIterableType(node.
type
);
40
}
41
42
export
function
isIterableType(t: NodeType) {
43
return
t ===
"array"
|| t ===
"object"
;
Callers
9
dfs
Method · 0.90
stringifyNode
Method · 0.90
toJSON
Method · 0.90
newNode
Method · 0.90
search
Function · 0.90
createNode
Function · 0.90
previewProvider
Method · 0.90
genValueAttrs
Function · 0.90
check
Function · 0.90
Calls
1
isIterableType
Function · 0.85
Tested by
1
check
Function · 0.72