MCPcopy 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_sourceFunction · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
read_for_editMethod · 0.80
write_for_editMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected