Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/AI45Lab/Code
/ read_raw
Method
read_raw
core/tests/test_workspace_backend.rs:32–34 ·
view source on GitHub ↗
(&self, path: &str)
Source
from the content-addressed store, hash-verified
30
}
31
32
fn read_raw(&self, path: &str) -> Option<String> {
33
self.files.read().unwrap().get(path).cloned()
34
}
35
}
36
37
#[async_trait]
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected