MCPcopy Index your code
hub / github.com/nodejs/node / it

Function it

lib/internal/encoding/single-byte.js:33–33  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

31const isBigEndian = new FastBuffer(TypedArrayOf(Uint16Array, 258).buffer)[1] === 2;
32
33const it = (x) => new SafeArrayIterator(x);
34
35/* fallback/single-byte.encodings.js */
36

Callers 15

eFunction · 0.70
hFunction · 0.70
getEncodingFunction · 0.70
single-byte.jsFile · 0.70
runFunction · 0.50
runFunction · 0.50
runFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected