MCPcopy 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
12940xmlDocPtr
12941xmlRecoverFile(const char *filename) {
12942 return(xmlSAXParseFile(NULL, filename, 1));
12943}
12944
12945
12946/**

Callers

nothing calls this directly

Calls 1

xmlSAXParseFileFunction · 0.85

Tested by

no test coverage detected