Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
peek
Method · 0.80
add_task
Method · 0.80
run
Method · 0.80
Calls
1
gettimeofday
Function · 0.50
Tested by
no test coverage detected