Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/loggerhead/json4u
/ hasError
Method
hasError
src/lib/parser/tree.ts:136–138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
}
135
136
hasError() {
137
return
!isEmpty(this.errors);
138
}
139
140
isGraphNode(node: Node) {
141
return
isRoot(node) || hasChildren(node);
Callers
7
valid
Method · 0.95
ParseErrorMsg
Function · 0.80
doExpect
Function · 0.80
format.bench.ts
File · 0.80
expectEq
Function · 0.80
parse.test.ts
File · 0.80
expectIsEquals
Function · 0.80
Calls
no outgoing calls
Tested by
3
doExpect
Function · 0.64
expectEq
Function · 0.64
expectIsEquals
Function · 0.64