MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / begin

Function begin

eval/CIPO_evaluation/common/gason.h:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103};
104
105inline JsonIterator begin(JsonValue o) {
106 return JsonIterator{o.toNode()};
107}
108inline JsonIterator end(JsonValue) {
109 return JsonIterator{nullptr};
110}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected