MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / parseMemoryNP

Method parseMemoryNP

base/poco/XML/src/SAXParser.cpp:227–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225
226
227void SAXParser::parseMemoryNP(const char* xml, std::size_t size)
228{
229 setupParse();
230 _engine.parse(xml, size);
231}
232
233
234void SAXParser::setupParse()

Callers 1

parseMemoryMethod · 0.45

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected