All files / src/utils expose.ts

100% Statements 20/20
100% Branches 0/0
93.33% Functions 14/15
100% Lines 13/13

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 1534x 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'