Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ CheckUnique
Method
CheckUnique
libs/transit/experimental/transit_data.cpp:644–648 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
642
}
643
644
void TransitData::CheckUnique() const
645
{
646
CheckUniqueVisitor const visitor;
647
Visit(visitor);
648
}
649
650
bool TransitData::IsEmpty() const
651
{
Callers
1
BuildTransit
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected