Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ xmlRecoverFile
Function
xmlRecoverFile
ThirdParty/libxml2/vtklibxml2/parser.c:12940–12943 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12938
*/
12939
12940
xmlDocPtr
12941
xmlRecoverFile(const char *filename) {
12942
return(xmlSAXParseFile(NULL, filename, 1));
12943
}
12944
12945
12946
/**
Callers
nothing calls this directly
Calls
1
xmlSAXParseFile
Function · 0.85
Tested by
no test coverage detected