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

Function str_timestamp_format

src/base/time.cpp:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void str_timestamp_format(char *buffer, int buffer_size, const char *format)
167{
168 time_t time_data;
169 time(&time_data);
170 str_timestamp_ex(time_data, buffer, buffer_size, format);
171}
172
173void str_timestamp_ex(time_t time_data, char *buffer, int buffer_size, const char *format)
174{

Callers 10

StoreSaveMethod · 0.85
RenderLocalTimeMethod · 0.85
GetPathMethod · 0.85
StoreSaveMethod · 0.85
RenderMenubarMethod · 0.85
OnCharacterFinishMethod · 0.85
CheckTeamFinishedMethod · 0.85
InsertMapMethod · 0.85
log_log_implFunction · 0.85
str_timestampFunction · 0.85

Calls 1

str_timestamp_exFunction · 0.85

Tested by 1

InsertMapMethod · 0.68