MCPcopy Create free account
hub / github.com/ddnet/ddnet / str_timestamp

Function str_timestamp

src/base/time.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159#pragma GCC diagnostic ignored "-Wformat-nonliteral"
160#endif
161void str_timestamp(char *buffer, int buffer_size)
162{
163 str_timestamp_format(buffer, buffer_size, FORMAT_NOSPACE);
164}
165
166void str_timestamp_format(char *buffer, int buffer_size, const char *format)
167{

Callers 15

AutoStatCSVMethod · 0.85
DumpMethod · 0.85
PerformAutosaveMethod · 0.85
ConDrySaveMethod · 0.85
TakeScreenshotMethod · 0.85
StartVideoMethod · 0.85
SaveReplayMethod · 0.85
DemoRecorder_StartMethod · 0.85
mainFunction · 0.85
StartMethod · 0.85
DumpMethod · 0.85
Con_DbgLognetworkMethod · 0.85

Calls 1

str_timestamp_formatFunction · 0.85

Tested by

no test coverage detected