Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_hook
Function · 0.45
write_settings
Function · 0.45
is_writable
Method · 0.45
test_set_permissions
Function · 0.45
get_permissions
Function · 0.45
set_permissions
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_set_permissions
Function · 0.36