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

Method is_empty

std/src/storage/mod.rs:60–62  ·  view source on GitHub ↗

Returns true if this group of ACLs is empty.

(&self)

Source from the content-addressed store, hash-verified

58impl FileAcls {
59 /// Returns true if this group of ACLs is empty.
60 pub fn is_empty(&self) -> bool {
61 self.readers.is_empty()
62 }
63
64 /// Extends this set of ACLs with the given `readers`.
65 pub fn with_readers<T: Into<Vec<String>>>(mut self, readers: T) -> Self {

Callers 9

describeMethod · 0.45
check_array_dimsMethod · 0.45
execMethod · 0.45
is_validMethod · 0.45
newMethod · 0.45
is_path_validMethod · 0.45
set_extensionMethod · 0.45
createMethod · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by 1

check_array_dimsMethod · 0.36