| 347 | } |
| 348 | |
| 349 | void EnterAction(const std::function<void(std::ostream&)>& action) |
| 350 | { |
| 351 | enterAction = action; |
| 352 | } |
| 353 | |
| 354 | void ExitAction(const std::function<void(std::ostream&)>& action) |
| 355 | { |
nothing calls this directly
no outgoing calls
no test coverage detected