MCPcopy Create free account
hub / github.com/MyGUI/mygui / load_file

Method load_file

UnitTests/TestApp/pugixml.cpp:5802–5809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5800 }
5801
5802 PUGI__FN xml_parse_result xml_document::load_file(const char* path_, unsigned int options, xml_encoding encoding)
5803 {
5804 reset();
5805
5806 FILE* file = fopen(path_, "rb");
5807
5808 return impl::load_file_impl(*this, file, options, encoding);
5809 }
5810
5811 PUGI__FN xml_parse_result xml_document::load_file(const wchar_t* path_, unsigned int options, xml_encoding encoding)
5812 {

Callers 1

loadMethod · 0.45

Calls 2

resetFunction · 0.85
open_file_wideFunction · 0.70

Tested by

no test coverage detected