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

Method read_text_with_version

core/src/workspace/s3.rs:639–644  ·  view source on GitHub ↗
(
        &self,
        path: &WorkspacePath,
    )

Source from the content-addressed store, hash-verified

637#[async_trait]
638impl WorkspaceFileSystemExt for S3WorkspaceBackend {
639 async fn read_text_with_version(
640 &self,
641 path: &WorkspacePath,
642 ) -> WorkspaceResult<(String, String)> {
643 self.get_object_text(path).await
644 }
645
646 async fn write_text_if_version(
647 &self,

Callers 2

read_for_editMethod · 0.45
seedFunction · 0.45

Calls 1

get_object_textMethod · 0.80

Tested by

no test coverage detected