| 138 | |
| 139 | public: |
| 140 | ResolveEndToken(const Vocabulary& vocabulary) |
| 141 | : _vocabulary(vocabulary) |
| 142 | { |
| 143 | } |
| 144 | |
| 145 | std::vector<size_t> operator()(const std::string& token) const { |
| 146 | if (token.empty()) |
nothing calls this directly
no outgoing calls
no test coverage detected