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

Method Process

generator/processor_world.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void ProcessorWorld::Process(feature::FeatureBuilder & feature)
28{
29 m_processingChain->Handle(feature);
30}
31
32void ProcessorWorld::Finish()
33{

Callers

nothing calls this directly

Calls 1

HandleMethod · 0.45

Tested by

no test coverage detected