MCPcopy Index your code
hub / github.com/babel/minify / len

Function len

scripts/plugin-contribution.js:138–140  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

136}
137
138function len(str) {
139 return Buffer.byteLength(str, "utf-8");
140}
141
142// just to keep it at the bottom
143function tableStyle() {

Callers 9

_readMethod · 0.85
dropbitsMethod · 0.85
__init__Method · 0.85
bwt_transformFunction · 0.85
bwt_reverseFunction · 0.85
decode_huffman_blockFunction · 0.85
_mainFunction · 0.85
pyflate.pyFile · 0.85
runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected