Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 34x 34x 35x 38x 33x 38x 54x 34x 35x 36x 34x 35x 36x | export { getCollectionSize, makeCollectionFromFileList } from './collection'
export { getFolderSize } from './collection.node'
export { makeMaxTarget } from './pss'
export { approximateOverheadForRedundancyLevel, getRedundancyStat, getRedundancyStats } from './redundancy'
export {
getAmountForDuration,
getDepthForSize,
getStampCost,
getStampDuration,
getStampEffectiveBytes,
getStampEffectiveBytesBreakpoints,
getStampTheoreticalBytes,
getStampUsage,
} from './stamps'
|