Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
memsize
Function · 0.45
lsidx
Function · 0.45
sizealign
Method · 0.45
alloc
Method · 0.45
from
Method · 0.45
read
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected