MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / permissions

Method permissions

atomic-core/src/record/item.rs:378–380  ·  view source on GitHub ↗

Get the permission bits. # Returns The Unix permission bits.

(&self)

Source from the content-addressed store, hash-verified

376 ///
377 /// The Unix permission bits.
378 pub fn permissions(&self) -> u16 {
379 self.permissions
380 }
381
382 /// Check if this is a directory.
383 ///

Callers 6

install_single_hookFunction · 0.45
write_settingsFunction · 0.45
is_writableMethod · 0.45
test_set_permissionsFunction · 0.45
get_permissionsFunction · 0.45
set_permissionsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_set_permissionsFunction · 0.36