Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
52
bool JsonReader::isNull() { return m->IsNull(); }
53
std::string JsonReader::getString() { return m->GetString(); }
54
std::string JsonReader::getPath() const {
55
std::string ret;
56
for (auto &t : path_)
Callers
3
reflect
Function · 0.45
reflect
Function · 0.45
reflect
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected