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

Function get_write_native_encoding

external/pugixml/pugixml.cpp:2468–2475  ·  view source on GitHub ↗

Output facilities

Source from the content-addressed store, hash-verified

2466
2467 // Output facilities
2468 xml_encoding get_write_native_encoding()
2469 {
2470 #ifdef PUGIXML_WCHAR_MODE
2471 return get_wchar_encoding();
2472 #else
2473 return encoding_utf8;
2474 #endif
2475 }
2476
2477 xml_encoding get_write_encoding(xml_encoding encoding)
2478 {

Callers 2

flushMethod · 0.85
writeMethod · 0.85

Calls 1

get_wchar_encodingFunction · 0.85

Tested by

no test coverage detected