| 13 | namespace rastack { |
| 14 | |
| 15 | DocumentProcessor::DocumentProcessor(const ProcessorConfig& config) |
| 16 | : config_(config) {} |
| 17 | |
| 18 | DocumentProcessor::~DocumentProcessor() = default; |
| 19 |
nothing calls this directly
no outgoing calls
no test coverage detected