MCPcopy Index your code
hub / github.com/endbasic/endbasic / disk_free

Method disk_free

std/src/storage/mod.rs:138–140  ·  view source on GitHub ↗

Returns the disk free space, if known.

(&self)

Source from the content-addressed store, hash-verified

136
137 /// Returns the disk free space, if known.
138 pub fn disk_free(&self) -> &Option<DiskSpace> {
139 &self.disk_free
140 }
141}
142
143/// Abstract operations to load and store programs on some storage medium.

Callers 1

show_dirFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected