Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Luce-Org/lucebox-hub
/ make_path
Method
make_path
server/src/server/disk_prefix_cache.cpp:612–614 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
610
void DiskPrefixCache::touch(const PrefixHash & hash) {
611
std::lock_guard<std::mutex> lock(mu_);
612
int idx = find_entry(hash);
613
if (idx >= 0) {
614
entries_[idx].last_used = now_unix();
615
}
616
}
617
Callers
nothing calls this directly
Calls
2
hex
Function · 0.85
data
Method · 0.45
Tested by
no test coverage detected