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

Method get_acls

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

Source from the content-addressed store, hash-verified

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
70 }
71
72 async fn put(&mut self, filename: &str, content: &[u8]) -> io::Result<()> {
73 self.service

Callers 3

show_aclsMethod · 0.45
test_clouddrive_get_aclsFunction · 0.45

Calls 1

get_file_aclsMethod · 0.45

Tested by 2

test_clouddrive_get_aclsFunction · 0.36