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

Method len

src/fs/blk.rs:166–169  ·  view source on GitHub ↗

Length

(&self)

Source from the content-addressed store, hash-verified

164
165 // Length
166 pub fn len(&self) -> usize
167 {
168 crate::fs::ata::BLKSIZE - DATAOFFSET
169 }
170
171
172 // New

Callers 15

cp_into_sliceMethod · 0.45
cp_from_sliceMethod · 0.45
cpinternalMethod · 0.45
fillMethod · 0.45
frombytesFunction · 0.45
ismatchFunction · 0.45
ismatch_hereFunction · 0.45
ismatch_charFunction · 0.45
fromMethod · 0.45
FixedSizeBlockAllocClass · 0.45
newMethod · 0.45
execFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected