MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / Parse

Method Parse

lib/mdflib/mdflib/src/expatxml.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 ExpatParser() = delete;
63
64 enum XML_Status Parse(const char *buffer, size_t len, bool isFinal) const {
65 return XML_Parse(parser_, buffer, static_cast<int>(len), isFinal);
66 }
67 XML_Parser parser_ = nullptr;
68};
69

Callers 2

ParseFileMethod · 0.45
ParseStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected