MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / SuccessParser

Method SuccessParser

UnitTests/sources/XMLParserTest.cpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29class SuccessParser : XMLParser {
30public:
31 SuccessParser() : _oneShoot(false),_order(0), XMLParser(_XML.data(),_XML.size()) {}
32
33 void parse(bool oneShoot) {
34 _oneShoot = oneShoot;

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected