MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / flush

Method flush

src/common/OSFile.cpp:274–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void OSFile::flush() {
275 fflush(info->fp);
276}
277
278
279int OSFile::seek(teFilePos ePos, int iOffset) {

Callers 11

formatCinToCoutMethod · 0.45
printVersionFunction · 0.45
playingLoopFunction · 0.45
saveFileMethod · 0.45
BZAdminClientMethod · 0.45
checkMessageMethod · 0.45
loadFromFileMethod · 0.45
playingLoopFunction · 0.45
sendBufferMethod · 0.45
ssendMethod · 0.45
vsendfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected