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

Method TestFeature

generator/generator_tests_support/test_feature.cpp:58–61  ·  view source on GitHub ↗

TestFeature -------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

56
57// TestFeature -------------------------------------------------------------------------------------
58TestFeature::TestFeature() : m_id(GenUniqueId()), m_center(0, 0), m_type(Type::Unknown)
59{
60 Init();
61}
62
63TestFeature::TestFeature(StringUtf8Multilang name)
64 : m_id(GenUniqueId())

Callers

nothing calls this directly

Calls 5

GenUniqueIdFunction · 0.85
MakePolyFunction · 0.85
ASSERTFunction · 0.85
InitFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected