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

Method createComment

base/poco/XML/src/Document.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173
174Comment* Document::createComment(const XMLString& data) const
175{
176 return new Comment(const_cast<Document*>(this), data);
177}
178
179
180CDATASection* Document::createCDATASection(const XMLString& data) const

Callers 3

jquery.min.jsFile · 0.80
commentMethod · 0.80
processConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected