MCPcopy Create free account
hub / github.com/3rdparty/libprocess / duration

Method duration

include/process/time.hpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 static Try<Time> create(double seconds);
35
36 Duration duration() const { return sinceEpoch; }
37
38 double secs() const { return sinceEpoch.secs(); }
39

Callers 2

time.cppFile · 0.80
inMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected