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

Method update_acls

client/src/drive.rs:79–86  ·  view source on GitHub ↗
(
        &mut self,
        filename: &str,
        add: &FileAcls,
        remove: &FileAcls,
    )

Source from the content-addressed store, hash-verified

77 }
78
79 async fn update_acls(
80 &mut self,
81 filename: &str,
82 add: &FileAcls,
83 remove: &FileAcls,
84 ) -> io::Result<()> {
85 self.service.borrow_mut().patch_file_acls(&self.username, filename, add, remove).await
86 }
87}
88
89/// Factory for cloud drives.

Callers 3

async_execMethod · 0.45
test_clouddrive_put_aclsFunction · 0.45

Calls 1

patch_file_aclsMethod · 0.45

Tested by 2

test_clouddrive_put_aclsFunction · 0.36