MCPcopy Create free account
hub / github.com/acl-dev/acl / set_stamp

Method set_stamp

lib_fiber/cpp/src/keeper/keeper.hpp:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 void set_stamp() {
90 gettimeofday(&stamp_, NULL);
91 }
92
93 const struct timeval& get_stamp() const {
94 return stamp_;

Callers 3

peekMethod · 0.80
add_taskMethod · 0.80
runMethod · 0.80

Calls 1

gettimeofdayFunction · 0.50

Tested by

no test coverage detected