MCPcopy Create free account
hub / github.com/FreeFem/FreeFem-sources / flush

Method flush

plugin/seq/pipe.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 void flush( ) {
97 if (os) {
98 os->flush( );
99 }
100 }
101};
102static pstream **pstream_init(pstream **const &p, string *const &a, string *const &b) {
103 string mode = b ? *b : "w";

Callers 9

cflushFunction · 0.80
addscalarMethod · 0.80
addvectorMethod · 0.80
addscalarMethod · 0.80
addvectorMethod · 0.80
addistant2tsMethod · 0.80
addfieldMethod · 0.80
set_os_flushFunction · 0.80
ffapi_ff_fflushFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected