pub(crate) fn path_filestat_get_internal(
    memory: &MemoryView<'_>,
    state: &WasiState,
    inodes: &WasiInodes,
    fd: Fd,
    flags: LookupFlags,
    path_string: &str,
) -> Result<Filestat, Errno>
Expand description

§path_filestat_get_internal()

return a Filstat or Errno