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

Function MakeFbForTest

generator/generator_tests/metalines_tests.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42feature::FeatureBuilder MakeFbForTest(OsmElement element)
43{
44 feature::FeatureBuilder result;
45 ftype::GetNameAndType(&element, result.GetParams());
46 result.SetLinear();
47 return result;
48}
49
50size_t MakeKey(OsmElement const & element)
51{

Callers 1

UNIT_TESTFunction · 0.70

Calls 3

GetNameAndTypeFunction · 0.85
GetParamsMethod · 0.80
SetLinearMethod · 0.80

Tested by

no test coverage detected