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

Function e

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

Source from the content-addressed store, hash-verified

36
37const r = 0xfffd;
38const e = (x) => it(ArrayPrototypeFill(new Array(x), 1));
39const h = (x) => it(ArrayPrototypeFill(new Array(x), r));
40
41/* eslint-disable @stylistic/js/max-len */

Callers 1

single-byte.jsFile · 0.70

Calls 1

itFunction · 0.70

Tested by

no test coverage detected