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

Method Serialize

libs/search/search_integration_tests/processor_test.cpp:79–85  ·  view source on GitHub ↗

TestPOI overrides:

Source from the content-addressed store, hash-verified

77
78 // TestPOI overrides:
79 void Serialize(FeatureBuilder & fb) const override
80 {
81 TestPOI::Serialize(fb);
82
83 auto & metadata = fb.GetMetadata();
84 metadata.Set(Metadata::FMD_OPERATOR, m_operator);
85 }
86
87private:
88 string m_operator;

Callers 2

SerdesFunction · 0.45
UNIT_TESTFunction · 0.45

Calls 3

SerializeFunction · 0.85
GetMetadataMethod · 0.45
SetMethod · 0.45

Tested by

no test coverage detected