Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ set_hit
Method
set_hit
lib_fiber/cpp/src/keeper/keeper.hpp:81–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
void set_hit(bool yes) {
82
hit_ = yes;
83
}
84
85
bool is_hit() const {
86
return hit_;
Callers
1
add_task
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected