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

Method run

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

Source from the content-addressed store, hash-verified

322 dispatcher(std::time_t t) : time_(t) {}
323
324 bool run() {
325 using namespace fmt::internal;
326 return handle(localtime_r(&time_, &tm_));
327 }
328
329 bool handle(std::tm* tm) { return tm != nullptr; }
330

Callers 2

localtimeFunction · 0.45
gmtimeFunction · 0.45

Calls 2

handleClass · 0.85
gmtime_rFunction · 0.85

Tested by

no test coverage detected