| 86 | std::vector<uint32_t> wOrder; // original word order (optional) |
| 87 | |
| 88 | DocumentBase(const DocumentBase&) = default; |
| 89 | DocumentBase(DocumentBase&&) = default; |
| 90 | |
| 91 | DocumentBase(const RawDocKernel& o) |
nothing calls this directly
no outgoing calls
no test coverage detected