MCPcopy Create free account
hub / github.com/AI45Lab/Code / write_text

Method write_text

core/src/workspace/mod.rs:1032–1038  ·  view source on GitHub ↗
(
                &self,
                _path: &WorkspacePath,
                _content: &str,
            )

Source from the content-addressed store, hash-verified

1030 }
1031
1032 async fn write_text(
1033 &self,
1034 _path: &WorkspacePath,
1035 _content: &str,
1036 ) -> WorkspaceResult<WorkspaceWriteOutcome> {
1037 Err(WorkspaceError::Unsupported("not implemented".into()))
1038 }
1039
1040 async fn list_dir(
1041 &self,

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected