MCPcopy Create free account
hub / github.com/78/tenbox / EvictDiskCacheEntry

Method EvictDiskCacheEntry

src/daemon/cloud_tunnel.cpp:419–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419void CloudTunnel::EvictDiskCacheEntry(const std::string& path) {
420 if (path.empty()) return;
421 std::lock_guard<std::mutex> lock(disk_cache_mu_);
422 disk_cache_.erase(path);
423}
424
425CloudTunnel::CloudTunnel(DaemonConfig config, VmStore& store, RuntimeManager& runtime_manager)
426 : config_(std::move(config)), store_(store), runtime_manager_(runtime_manager) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected