MCPcopy Create free account
hub / github.com/comaps/comaps / SetBuildingLevels

Function SetBuildingLevels

libs/editor/editor_tests/osm_editor_test.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void SetBuildingLevels(osm::EditableMapObject & emo, std::string s)
131{
132 emo.SetMetadata(feature::Metadata::FMD_BUILDING_LEVELS, std::move(s));
133}
134
135void SetBuildingLevelsToOne(FeatureType & ft)
136{

Callers 5

SetBuildingLevelsToOneFunction · 0.85
GetFeatureStatusTestMethod · 0.85
SaveTransactionTestMethod · 0.85

Calls 1

SetMetadataMethod · 0.80

Tested by

no test coverage detected