[#SetMockTime-0ef] = SetMockTime :mrdocs: For testing. Set the mock time from a NodeClock time point. == Synopsis Declared in `<util/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SetMockTime(std::chrono::time_point<NodeClock, std::chrono::seconds> mock); ---- == Parameters [cols="1,4"] |=== | Name| Description | *mock* | Mock time point on the NodeClock in seconds. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#