Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeFem/FreeFem-sources
/ cflush
Function
cflush
plugin/seq/pipe.cpp:268–273 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
};
267
268
long cflush(pstream **ppf) {
269
pstream &f = **ppf;
270
271
f.flush( );
272
return 0;
273
};
274
275
inline istream_good to_istream_good(pstream **f) {
276
ffassert((**f).is);
Callers
nothing calls this directly
Calls
1
flush
Method · 0.80
Tested by
no test coverage detected