| 167 | } |
| 168 | |
| 169 | std::string AddChecksum(const std::string& str) { return str + "#" + DescriptorChecksum(str); } |
| 170 | |
| 171 | //////////////////////////////////////////////////////////////////////////// |
| 172 | // Internal representation // |
no test coverage detected