Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
227
void SAXParser::parseMemoryNP(const char* xml, std::size_t size)
228
{
229
setupParse();
230
_engine.parse(xml, size);
231
}
232
233
234
void SAXParser::setupParse()
Callers
1
parseMemory
Method · 0.45
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected