Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ xmlCleanupDictInternal
Function
xmlCleanupDictInternal
ThirdParty/libxml2/vtklibxml2/dict.c:122–125 ·
view source on GitHub ↗
* xmlCleanupDictInternal: * * Free the dictionary mutex. */
Source
from the content-addressed store, hash-verified
120
* Free the dictionary mutex.
121
*/
122
void
123
xmlCleanupDictInternal(void) {
124
xmlCleanupMutex(&xmlDictMutex);
125
}
126
127
/*
128
* xmlDictAddString:
Callers
1
xmlCleanupParser
Function · 0.85
Calls
1
xmlCleanupMutex
Function · 0.85
Tested by
no test coverage detected