Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/AI45Lab/Code
/ fs
Method
fs
core/src/workspace/mod.rs:591–593 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
589
}
590
591
pub fn fs(&self) -> Arc<dyn WorkspaceFileSystem> {
592
Arc::clone(&self.file_system)
593
}
594
595
/// Optional compare-and-swap file system extensions.
596
///
Callers
8
load_script_source
Function · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
read_for_edit
Method · 0.80
write_for_edit
Method · 0.80
local_backend_reads_writes_and_lists
Function · 0.80
local_backend_searches_glob_and_grep
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected