MCPcopy Create free account
hub / github.com/MaskRay/ccls / getString

Method getString

src/serializer.hh:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 return int64_t(x >> 1 ^ -(x & 1));
88 }
89 const char *getString() {
90 const char *ret = p_;
91 while (*p_)
92 p_++;
93 p_++;
94 return ret;
95 }
96};
97
98struct BinaryWriter {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected