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

Method Process

generator/processor_complex.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void ProcessorComplex::Process(feature::FeatureBuilder & feature)
30{
31 m_processingChain->Handle(feature);
32}
33
34void ProcessorComplex::Finish()
35{

Callers

nothing calls this directly

Calls 1

HandleMethod · 0.45

Tested by

no test coverage detected