MCPcopy Index your code
hub / github.com/AI45Lab/Code / read_text

Method read_text

core/src/tools/builtin/edit.rs:298–300  ·  view source on GitHub ↗
(&self, _path: &WorkspacePath)

Source from the content-addressed store, hash-verified

296 #[async_trait]
297 impl WorkspaceFileSystem for AlwaysConflictFs {
298 async fn read_text(&self, _path: &WorkspacePath) -> WorkspaceResult<String> {
299 Ok("hello world".to_string())
300 }
301 async fn write_text(
302 &self,
303 _path: &WorkspacePath,

Callers 2

executeMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected