MCPcopy Create free account
hub / github.com/WheretIB/nullc / load_file

Method load_file

external/pugixml/pugixml.cpp:4599–4606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4597 }
4598
4599 xml_parse_result xml_document::load_file(const char* path, unsigned int options, xml_encoding encoding)
4600 {
4601 reset();
4602
4603 FILE* file = fopen(path, "rb");
4604
4605 return load_file_impl(*this, file, options, encoding);
4606 }
4607
4608 xml_parse_result xml_document::load_file(const wchar_t* path, unsigned int options, xml_encoding encoding)
4609 {

Callers 1

xml_document__load_fileFunction · 0.80

Calls 2

load_file_implFunction · 0.85
open_file_wideFunction · 0.85

Tested by

no test coverage detected