MCPcopy
hub / github.com/loggerhead/json4u / valid

Method valid

src/lib/parser/tree.ts:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 }
86
87 valid() {
88 return this.root() && !this.hasError();
89 }
90
91 root() {
92 return this.node(rootMarker);

Callers 11

findNodeAtOffsetMethod · 0.95
createGraphFunction · 0.80
urlToJSONFunction · 0.80
pythonDictToJSONFunction · 0.80
parseAndFormatFunction · 0.80
buildTableGridFunction · 0.80
isTreeValidMethod · 0.80
parseAndSetMethod · 0.80
getNodeAtPositionMethod · 0.80
prettyFormatWithFallbackFunction · 0.80
JsonPathFunction · 0.80

Calls 2

rootMethod · 0.95
hasErrorMethod · 0.95

Tested by

no test coverage detected