| 141 | } |
| 142 | |
| 143 | std::string AddChecksum(const std::string& str) { return str + "#" + DescriptorChecksum(str); } |
| 144 | |
| 145 | //////////////////////////////////////////////////////////////////////////// |
| 146 | // Internal representation // |
no test coverage detected