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

Function xmlFreeNotationTableEntry

ThirdParty/libxml2/vtklibxml2/valid.c:2137–2140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2135}
2136
2137static void
2138xmlFreeNotationTableEntry(void *nota, const xmlChar *name ATTRIBUTE_UNUSED) {
2139 xmlFreeNotation((xmlNotationPtr) nota);
2140}
2141
2142/**
2143 * xmlFreeNotationTable:

Callers

nothing calls this directly

Calls 1

xmlFreeNotationFunction · 0.85

Tested by

no test coverage detected