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

Method OurCharReader

external/jsoncpp/jsoncpp.cpp:2142–2147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2140 OurReader reader_;
2141public:
2142 OurCharReader(
2143 bool collectComments,
2144 OurFeatures const& features)
2145 : collectComments_(collectComments)
2146 , reader_(features)
2147 {}
2148 bool parse(
2149 char const* beginDoc, char const* endDoc,
2150 Value* root, JSONCPP_STRING* errs) JSONCPP_OVERRIDE {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected