///////////////////////////////////////////////////////////////////////////
| 1293 | |
| 1294 | //////////////////////////////////////////////////////////////////////////////// |
| 1295 | bool Task::isAnnotationAttr(const std::string& attr) { |
| 1296 | return attr.compare(0, 11, "annotation_") == 0; |
| 1297 | } |
| 1298 | |
| 1299 | #ifdef PRODUCT_TASKWARRIOR |
| 1300 | //////////////////////////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected