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

Function end

eval/CIPO_evaluation/common/gason.h:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 return JsonIterator{o.toNode()};
107}
108inline JsonIterator end(JsonValue) {
109 return JsonIterator{nullptr};
110}
111
112#define JSON_ERRNO_MAP(XX) \
113 XX(OK, "ok") \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected