Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
};
102
static pstream **pstream_init(pstream **const &p, string *const &a, string *const &b) {
103
string mode = b ? *b :
"w"
;
Callers
9
cflush
Function · 0.80
addscalar
Method · 0.80
addvector
Method · 0.80
addscalar
Method · 0.80
addvector
Method · 0.80
addistant2ts
Method · 0.80
addfield
Method · 0.80
set_os_flush
Function · 0.80
ffapi_ff_fflush
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected