MCPcopy Create free account
hub / github.com/clawshell/clawshell / format_octal_mode

Function format_octal_mode

src/platform/mod.rs:68–70  ·  view source on GitHub ↗
(mode_bits: u32)

Source from the content-addressed store, hash-verified

66}
67
68fn format_octal_mode(mode_bits: u32) -> String {
69 format!("{:04o}", mode_bits)
70}

Callers 2

set_modeFunction · 0.85
set_modeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected