MCPcopy 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
173pub fn diskfree() -> usize
174{
175 disksize() - diskused()
176}
177
178
179// TODO: Shorten the imports

Callers

nothing calls this directly

Calls 2

disksizeFunction · 0.85
diskusedFunction · 0.85

Tested by

no test coverage detected