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

Method size

src/fs/file.rs:142–145  ·  view source on GitHub ↗

Size

(&self)

Source from the content-addressed store, hash-verified

140
141 // Size
142 pub fn size(&self) -> usize
143 {
144 self.size as usize
145 }
146}
147
148

Callers 6

memsizeFunction · 0.45
lsidxFunction · 0.45
sizealignMethod · 0.45
allocMethod · 0.45
fromMethod · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected