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

Method dirents

std/src/storage/mod.rs:128–130  ·  view source on GitHub ↗

Returns the collection of files in this result.

(&self)

Source from the content-addressed store, hash-verified

126
127 /// Returns the collection of files in this result.
128 pub fn dirents(&self) -> &BTreeMap<String, Metadata> {
129 &self.dirents
130 }
131
132 /// Returns the user's disk quota, if known.
133 pub fn disk_quota(&self) -> &Option<DiskSpace> {

Callers 2

checkMethod · 0.80
show_dirFunction · 0.80

Calls

no outgoing calls

Tested by 1

checkMethod · 0.64