MCPcopy Create free account
hub / github.com/avoidwork/tenso / formatBytes

Method formatBytes

benchmarks/memory.js:66–68  ·  view source on GitHub ↗

* Formats bytes to human readable format using IEC standard

(bytes)

Source from the content-addressed store, hash-verified

64 * Formats bytes to human readable format using IEC standard
65 */
66 formatBytes (bytes) {
67 return formatFilesize(bytes);
68 }
69
70 /**
71 * Prints memory usage report

Callers 2

reportMethod · 0.95
testMemoryLeaksFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected