MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlParseEndTag

Function xmlParseEndTag

ThirdParty/libxml2/vtklibxml2/parser.c:8591–8594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8589 */
8590
8591void
8592xmlParseEndTag(xmlParserCtxtPtr ctxt) {
8593 xmlParseEndTag1(ctxt, 0);
8594}
8595#endif /* LIBXML_SAX1_ENABLED */
8596
8597/************************************************************************

Callers

nothing calls this directly

Calls 1

xmlParseEndTag1Function · 0.85

Tested by

no test coverage detected