| 407 | } |
| 408 | |
| 409 | std::vector<DocumentChunk> DocumentProcessor::process_text( |
| 410 | const std::string& text, const std::string& source_name) |
| 411 | { |
| 412 | return semantic_chunk(text, source_name); |
| 413 | } |
| 414 | |
| 415 | } // namespace rastack |
nothing calls this directly
no outgoing calls
no test coverage detected