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

Method flush

UnitTests/TestApp/pugixml.cpp:3174–3178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3172 }
3173
3174 void flush()
3175 {
3176 flush(buffer, bufsize);
3177 bufsize = 0;
3178 }
3179
3180 void flush(const char_t* data, size_t size)
3181 {

Callers

nothing calls this directly

Calls 3

flushFunction · 0.85
convert_bufferFunction · 0.70
writeMethod · 0.45

Tested by

no test coverage detected