Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2444
static void
2445
xmlFreeIDTableEntry(void *id, const xmlChar *name ATTRIBUTE_UNUSED) {
2446
xmlFreeID((xmlIDPtr) id);
2447
}
2448
2449
/**
2450
* xmlFreeIDTable:
Callers
nothing calls this directly
Calls
1
xmlFreeID
Function · 0.85
Tested by
no test coverage detected