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

Method Save

generator/translator.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70bool Translator::Save()
71{
72 m_collector->Finalize(true /* isStable */);
73 return true;
74}
75} // namespace generator

Callers 6

SerializeContourMethod · 0.45
FinishMethod · 0.45
FinishMethod · 0.45
WriteOuterTrianglesMethod · 0.45
RunMethod · 0.45
TestTrianglesCodingFunction · 0.45

Calls 1

FinalizeMethod · 0.45

Tested by 1

TestTrianglesCodingFunction · 0.36