Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dexloom/loom
/ CacheFolder
Class
CacheFolder
crates/node/debug-provider/src/cachefolder.rs:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
#[derive(Clone)]
9
pub struct CacheFolder {
10
path: String,
11
}
12
13
impl CacheFolder {
14
pub async fn new(path: &str) -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected