MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / flush

Method flush

include/Log.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 void println(const char *format, ...);
35 void PRINTLN(const char *format, ...);
36 void flush(void) { fflush(logFile); }
37 FILE *getFile(void) { return logFile; }
38
39 private:

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected