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

Method load_buffer

external/pugixml/pugixml.cpp:4648–4651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4646 }
4647
4648 xml_parse_result xml_document::load_buffer(const void* contents, size_t size, unsigned int options, xml_encoding encoding)
4649 {
4650 return load_buffer_impl(const_cast<void*>(contents), size, options, encoding, false, false);
4651 }
4652
4653 xml_parse_result xml_document::load_buffer_inplace(void* contents, size_t size, unsigned int options, xml_encoding encoding)
4654 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected