| 119 | } |
| 120 | } |
| 121 | void varInt(int64_t n) { varUInt(uint64_t(n) << 1 ^ n >> 63); } |
| 122 | std::string take() { return std::move(buf_); } |
| 123 | |
| 124 | void string(const char *x) { string(x, strlen(x)); } |
nothing calls this directly
no outgoing calls
no test coverage detected