MCPcopy Create free account
hub / github.com/Illumina/hap.py / Reader

Method Reader

external/jsoncpp/jsoncpp.cpp:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254// //////////////////////////////////////////////////////////////////
255
256Reader::Reader()
257 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(),
258 lastValue_(), commentsBefore_(), features_(Features::all()),
259 collectComments_() {}
260
261Reader::Reader(const Features &features)
262 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected