Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_slice
Method · 0.45
cp_from_slice
Method · 0.45
cpinternal
Method · 0.45
fill
Method · 0.45
frombytes
Function · 0.45
ismatch
Function · 0.45
ismatch_here
Function · 0.45
ismatch_char
Function · 0.45
from
Method · 0.45
FixedSizeBlockAlloc
Class · 0.45
new
Method · 0.45
exec
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected