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

Method nextExpect

base/poco/XML/src/XMLStreamParser.cpp:289–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287
288
289void XMLStreamParser::nextExpect(EventType e)
290{
291 if (next() != e)
292 throw XMLStreamParserException(*this, std::string(parserEventStrings[e]) + " expected");
293}
294
295
296void XMLStreamParser::nextExpect(EventType e, const std::string& ns, const std::string& n)

Callers

nothing calls this directly

Calls 2

nextFunction · 0.50
toStringMethod · 0.45

Tested by

no test coverage detected