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

Method Reader

external/jsoncpp/jsoncpp.cpp:308–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306// //////////////////////////////////////////////////////////////////
307
308Reader::Reader()
309 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(),
310 lastValue_(), commentsBefore_(), features_(Features::all()),
311 collectComments_() {}
312
313Reader::Reader(const Features& features)
314 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected