Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
37
const
r = 0xfffd;
38
const
e = (x) => it(ArrayPrototypeFill(
new
Array(x), 1));
39
const
h = (x) => it(ArrayPrototypeFill(
new
Array(x), r));
40
41
/* eslint-disable @stylistic/js/max-len */
Callers
1
single-byte.js
File · 0.70
Calls
1
it
Function · 0.70
Tested by
no test coverage detected