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

Class Metadata

euralios_std/src/fs.rs:333–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331/// Metadata information about a file.
332#[derive(Clone)]
333pub struct Metadata {
334 is_dir : bool
335}
336
337impl Metadata {
338 /// Returns true if this metadata is for a directory. The result

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected