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

Method comment

base/poco/XML/src/DOMBuilder.cpp:305–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303
304
305void DOMBuilder::comment(const XMLChar ch[], int start, int length)
306{
307 AutoPtr<Comment> pComment = _pDocument->createComment(XMLString(ch + start, length));
308 appendNode(pComment);
309}
310
311
312} } // namespace Poco::XML

Callers

nothing calls this directly

Calls 1

createCommentMethod · 0.80

Tested by

no test coverage detected