MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / operator*

Method operator*

eval/CIPO_evaluation/common/gason.h:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 return p != x.p;
96 }
97 JsonNode *operator*() const {
98 return p;
99 }
100 JsonNode *operator->() const {
101 return p;
102 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected