MCPcopy Index your code
hub / github.com/facebook/react / kbs

Function kbs

dangerfile.js:61–63  ·  view source on GitHub ↗
(bytes)

Source from the content-addressed store, hash-verified

59});
60
61function kbs(bytes) {
62 return kilobyteFormatter.format(bytes / 1000);
63}
64
65const percentFormatter = new Intl.NumberFormat('en', {
66 style: 'percent',

Callers 1

rowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected