///////////////////////////////////////////////////////////////////////////
| 1287 | |
| 1288 | //////////////////////////////////////////////////////////////////////////////// |
| 1289 | std::string Task::attr2Dep(const std::string& attr) { |
| 1290 | assert(isDepAttr(attr)); |
| 1291 | return attr.substr(4); |
| 1292 | } |
| 1293 | |
| 1294 | //////////////////////////////////////////////////////////////////////////////// |
| 1295 | bool Task::isAnnotationAttr(const std::string& attr) { |
nothing calls this directly
no outgoing calls
no test coverage detected