Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDriveLab/OpenLane
/ operator==
Method
operator==
eval/LANE_evaluation/lane2d/src/CJsonObject.cpp:118–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
#endif
117
118
bool CJsonObject::operator==(const CJsonObject& oJsonObject) const
119
{
120
return(this->ToString() == oJsonObject.ToString());
121
}
122
123
bool CJsonObject::AddEmptySubObject(const std::string& strKey)
124
{
Callers
nothing calls this directly
Calls
1
ToString
Method · 0.95
Tested by
no test coverage detected