This repository was archived by the owner on Oct 5, 2023. It is now read-only.
This repository was archived by the owner on Oct 5, 2023. It is now read-only.
Stat call missing in UnixFS #78
Closed
Description
The equivalent of https://docs.ipfs.io/reference/api/cli/#ipfs-files-stat, returns stuff like:
{
"Hash":"QmW2WQi7j6c7UgJTarActp7tDNikE4B2qXtFCfLPdsgaTQ",
"Size":0,
"CumulativeSize":443417,
"Blocks":1,
"Type":"directory"
}
and
{
"Hash":"Qmd286K6pohQcTKYqnS1YhWrCiS4gz7Xi34sdwMe9USZ7u",
"Size":443230,
"CumulativeSize":443362,
"Blocks":2,
"Type":"file"
}
Metadata
Metadata
Assignees
Labels
No labels