MCPcopy Index your code
hub / github.com/endbasic/endbasic / get

Method get

client/src/drive.rs:64–66  ·  view source on GitHub ↗
(&self, filename: &str)

Source from the content-addressed store, hash-verified

62 }
63
64 async fn get(&self, filename: &str) -> io::Result<Vec<u8>> {
65 self.service.borrow_mut().get_file(&self.username, filename).await
66 }
67
68 async fn get_acls(&self, filename: &str) -> io::Result<FileAcls> {
69 self.service.borrow_mut().get_file_acls(&self.username, filename).await

Callers 6

get_filesMethod · 0.45
get_fileMethod · 0.45
get_file_aclsMethod · 0.45
test_clouddrive_getFunction · 0.45

Calls 1

get_fileMethod · 0.45

Tested by 3

test_clouddrive_getFunction · 0.36