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

Method disk_quota

std/src/storage/mod.rs:133–135  ·  view source on GitHub ↗

Returns the user's disk quota, if known.

(&self)

Source from the content-addressed store, hash-verified

131
132 /// Returns the user's disk quota, if known.
133 pub fn disk_quota(&self) -> &Option<DiskSpace> {
134 &self.disk_quota
135 }
136
137 /// Returns the disk free space, if known.
138 pub fn disk_free(&self) -> &Option<DiskSpace> {

Callers 1

show_dirFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected