MCPcopy Create free account
hub / github.com/SSARCandy/Coherent-Line-Drawing / tm

Class tm

src/gui.cpp:395–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393{
394 time_t currentTime; // for logging current time
395 struct tm *localTime; // for logging current time
396 time(&currentTime); // Get the current time
397 localTime = localtime(&currentTime); // Convert the current time to the local time
398 wxString s;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected