You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: SPEC/FILES.md
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -623,7 +623,6 @@ Where:
623
623
-`options` is an optional Object that might contain the following keys:
624
624
-`hash` is a Boolean value to return only the hash.
625
625
-`size` is a Boolean value to return only the size.
626
-
-`withLocal` is a Boolean value to compute the amount of the dag that is local, and if possible the total size.
627
626
628
627
`callback` must follow the `function (err, stat) {}` signature, where `err` is an Error if the operation was not successful and `stat` is an Object with the following keys:
629
628
@@ -632,10 +631,6 @@ Where:
632
631
-`cumulativeSize` is an integer with the cumulative size in Bytes.
633
632
-`blocks` is an integer indicating the number of blocks.
634
633
-`type` is a string that can be either `directory` or `file`.
635
-
-`withLocality` is a boolean to indicate if locality information are present.
636
-
-`local` is a boolean to indicate if the queried dag is fully present locally.
637
-
-`sizeLocal` is an integer indicating the cumulative size of the data present locally.
638
-
639
634
640
635
If no `callback` is passed, a promise is returned.
0 commit comments