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

Method getString

src/serializer.cc:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52bool JsonReader::isNull() { return m->IsNull(); }
53std::string JsonReader::getString() { return m->GetString(); }
54std::string JsonReader::getPath() const {
55 std::string ret;
56 for (auto &t : path_)

Callers 3

reflectFunction · 0.45
reflectFunction · 0.45
reflectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected