Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
void ProcessorComplex::Process(feature::FeatureBuilder & feature)
30
{
31
m_processingChain->Handle(feature);
32
}
33
34
void ProcessorComplex::Finish()
35
{
Callers
nothing calls this directly
Calls
1
Handle
Method · 0.45
Tested by
no test coverage detected