MCPcopy Create free account
hub / github.com/Illumina/paragraph / getNextChar

Method getNextChar

external/jsoncpp/jsoncpp.cpp:998–1002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

996Value& Reader::currentValue() { return *(nodes_.top()); }
997
998Reader::Char Reader::getNextChar() {
999 if (current_ == end_)
1000 return 0;
1001 return *current_++;
1002}
1003
1004void Reader::getLocationLineAndColumn(Location location,
1005 int& line,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected