///////////////////////////////////////////////////////////////////////////
| 1257 | |
| 1258 | //////////////////////////////////////////////////////////////////////////////// |
| 1259 | CurrentTask Context::withCurrentTask(const Task* task) { return CurrentTask(*this, task); } |
| 1260 | |
| 1261 | //////////////////////////////////////////////////////////////////////////////// |
| 1262 | // This capability is to answer the question of 'what did I just do to generate |
no test coverage detected