MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / metadata

Method metadata

euralios_std/src/fs.rs:378–380  ·  view source on GitHub ↗

Returns the metadata for the file that this entry points at.

(&self)

Source from the content-addressed store, hash-verified

376
377 /// Returns the metadata for the file that this entry points at.
378 pub fn metadata(&self) -> Result<Metadata, SyscallError> {
379 Ok(self.meta.clone())
380 }
381}
382
383/// Iterator yielding Result<DirEntry>

Callers 1

lsFunction · 0.80

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected