///////////////////////////////////////////////////////////////////////////
| 1280 | |
| 1281 | //////////////////////////////////////////////////////////////////////////////// |
| 1282 | std::string Task::dep2Attr(const std::string& tag) { |
| 1283 | std::stringstream tag_attr; |
| 1284 | tag_attr << "dep_" << tag; |
| 1285 | return tag_attr.str(); |
| 1286 | } |
| 1287 | |
| 1288 | //////////////////////////////////////////////////////////////////////////////// |
| 1289 | std::string Task::attr2Dep(const std::string& attr) { |
nothing calls this directly
no outgoing calls
no test coverage detected