MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / name

Method name

src/fs/file.rs:80–83  ·  view source on GitHub ↗

Name

(&self)

Source from the content-addressed store, hash-verified

78
79 // Name
80 pub fn name(&self) -> String
81 {
82 self.name.clone()
83 }
84
85
86 // Open

Callers 6

shcompFunction · 0.45
fromMethod · 0.45
findMethod · 0.45
item_delMethod · 0.45
item_updateMethod · 0.45
update_itemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected