| 234 | } |
| 235 | |
| 236 | Progress update(Token* tok) { |
| 237 | Analyzer::Action action = analyzer->analyze(tok, Analyzer::Direction::Forward); |
| 238 | return update(tok, action); |
| 239 | } |
| 240 | |
| 241 | Progress update(Token* tok, Analyzer::Action action) |
| 242 | { |
nothing calls this directly
no test coverage detected