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

Function xmlFreeIDTableEntry

ThirdParty/libxml2/vtklibxml2/valid.c:2444–2447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2442}
2443
2444static void
2445xmlFreeIDTableEntry(void *id, const xmlChar *name ATTRIBUTE_UNUSED) {
2446 xmlFreeID((xmlIDPtr) id);
2447}
2448
2449/**
2450 * xmlFreeIDTable:

Callers

nothing calls this directly

Calls 1

xmlFreeIDFunction · 0.85

Tested by

no test coverage detected