MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / gmtime_s

Function gmtime_s

extlibs/fmt/include/fmt/chrono.h:313–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311inline null<> localtime_s(...) { return null<>(); }
312inline null<> gmtime_r(...) { return null<>(); }
313inline null<> gmtime_s(...) { return null<>(); }
314} // namespace internal
315
316// Thread-safe replacement for std::localtime

Callers 4

convertMethod · 0.85
getCurrentTimestampFunction · 0.85
os-inl.hFile · 0.85
handleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected