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

Method read_text

core/src/workspace/mod.rs:1028–1030  ·  view source on GitHub ↗
(&self, _path: &WorkspacePath)

Source from the content-addressed store, hash-verified

1026 #[async_trait]
1027 impl WorkspaceFileSystem for EmptyFs {
1028 async fn read_text(&self, _path: &WorkspacePath) -> WorkspaceResult<String> {
1029 Err(WorkspaceError::Unsupported("not implemented".into()))
1030 }
1031
1032 async fn write_text(
1033 &self,

Calls

no outgoing calls

Tested by

no test coverage detected