MCPcopy Create free account
hub / github.com/ElementsProject/elements / CountSecondsDouble

Function CountSecondsDouble

src/util/time.h:49–49  ·  view source on GitHub ↗

* Helper to count the seconds in any std::chrono::duration type */

Source from the content-addressed store, hash-verified

47 * Helper to count the seconds in any std::chrono::duration type
48 */
49inline double CountSecondsDouble(SecondsDouble t) { return t.count(); }
50
51/**
52 * DEPRECATED

Callers 2

ProcessMessageMethod · 0.85
getpeerinfoFunction · 0.85

Calls 1

countMethod · 0.80

Tested by

no test coverage detected