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

Function info

src/fs/mod.rs:240–243  ·  view source on GitHub ↗

Info

(pname: &str)

Source from the content-addressed store, hash-verified

238
239// Info
240pub fn info(pname: &str) -> Option<FileInfo>
241{
242 DirectoryEntry::open(pname).map(|e| e.info())
243}
244
245
246// Initialize

Callers 5

existsFunction · 0.70
readFunction · 0.70
read_to_bytesFunction · 0.70
reopenFunction · 0.70
new_devFunction · 0.50

Calls 3

infoMethod · 0.80
openFunction · 0.70
mapMethod · 0.45

Tested by

no test coverage detected