Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ diskfree
Function
diskfree
src/fs/mod.rs:173–176 ·
view source on GitHub ↗
Disk free
()
Source
from the content-addressed store, hash-verified
171
172
// Disk free
173
pub fn diskfree() -> usize
174
{
175
disksize() - diskused()
176
}
177
178
179
// TODO: Shorten the imports
Callers
nothing calls this directly
Calls
2
disksize
Function · 0.85
diskused
Function · 0.85
Tested by
no test coverage detected