///////////////////////////////////////////////////////////////////////////
| 297 | |
| 298 | //////////////////////////////////////////////////////////////////////////////// |
| 299 | void TDB2::invalidate_cached_info() { |
| 300 | _pending_tasks = std::nullopt; |
| 301 | _completed_tasks = std::nullopt; |
| 302 | _working_set = std::nullopt; |
| 303 | } |
| 304 | |
| 305 | //////////////////////////////////////////////////////////////////////////////// |
| 306 | // Locate task by ID, wherever it is. |
nothing calls this directly
no outgoing calls
no test coverage detected