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

Function toNode

eval/CIPO_evaluation/common/gason.h:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 return (char *)getPayload();
75 }
76 JsonNode *toNode() const {
77 assert(getTag() == JSON_ARRAY || getTag() == JSON_OBJECT);
78 return (JsonNode *)getPayload();
79 }
80};
81
82struct JsonNode {

Callers

nothing calls this directly

Calls 2

getTagFunction · 0.85
getPayloadFunction · 0.85

Tested by

no test coverage detected