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

Method IsEmpty

eval/LANE_evaluation/lane2d/src/CJsonObject.cpp:571–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571bool CJsonObject::IsEmpty() const
572{
573 if (m_pJsonData != NULL)
574 {
575 return(false);
576 }
577 else if (m_pExternJsonDataRef != NULL)
578 {
579 return(false);
580 }
581 return(true);
582}
583
584bool CJsonObject::IsArray() const
585{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected