MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / flush

Method flush

ogsr_engine/xrCore/fs_internal.h:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 virtual size_t tell() { return (0 != hf) ? ftell(hf) : 0; };
62 virtual bool valid() { return (0 != hf); }
63 virtual size_t flush() { return fflush(hf); }
64};
65
66// It automatically frees memory after destruction

Callers 5

FastMsgFunction · 0.45
print_free_functionsFunction · 0.45
AddOneFunction · 0.45
CreateLogFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected