Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
localtime
Function · 0.45
gmtime
Function · 0.45
Calls
2
handle
Class · 0.85
gmtime_r
Function · 0.85
Tested by
no test coverage detected