Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
class SuccessParser : XMLParser {
30
public:
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
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected