/////////////////////////////////////////////////////////////////////////// An empty task is typically a "dummy", such as in DOM evaluation, which may or may not occur in the context of a task.
| 351 | // An empty task is typically a "dummy", such as in DOM evaluation, which may or |
| 352 | // may not occur in the context of a task. |
| 353 | bool Task::is_empty() const { return data.size() == 0; } |
| 354 | |
| 355 | //////////////////////////////////////////////////////////////////////////////// |
| 356 | // Ready means pending, not blocked and either not scheduled or scheduled before |
nothing calls this directly
no outgoing calls
no test coverage detected