Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ SetPostcode
Method
SetPostcode
libs/indexer/feature_data.cpp:519–523 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
517
}
518
519
void FeatureBuilderParams::SetPostcode(string s)
520
{
521
if (!s.empty())
522
m_metadata.Set(Metadata::FMD_POSTCODE, std::move(s));
523
}
524
525
std::string_view FeatureBuilderParams::GetPostcode() const
526
{
Callers
2
OnSave
Method · 0.45
UNIT_CLASS_TEST
Function · 0.45
Calls
2
empty
Method · 0.45
Set
Method · 0.45
Tested by
1
UNIT_CLASS_TEST
Function · 0.36