///////////////////////////////////////////////////////////////////////////
| 1330 | |
| 1331 | //////////////////////////////////////////////////////////////////////////////// |
| 1332 | void Context::debug(const std::string& input) { |
| 1333 | if (input.length()) debugMessages.push_back(input); |
| 1334 | } |
| 1335 | |
| 1336 | //////////////////////////////////////////////////////////////////////////////// |
| 1337 | CurrentTask::CurrentTask(Context& context, const Task* task) |
nothing calls this directly
no outgoing calls
no test coverage detected