Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ encode
Method
encode
lib/internal/encoding.js:360–362 ·
view source on GitHub ↗
(input = '')
Source
from the content-addressed store, hash-verified
358
}
359
360
encode(input =
''
) {
361
return
this.#encode(input);
362
}
363
364
encodeInto(src, dest) {
365
validateString(src,
'src'
);
Callers
15
measureSubtle
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
test
Function · 0.95
test
Function · 0.95
source
Function · 0.95
slowSource
Function · 0.95
slowSource
Function · 0.95
testWritev
Function · 0.95
testWritevSync
Function · 0.95
Calls
1
#encode
Method · 0.95
Tested by
10
test
Function · 0.76
test
Function · 0.76
test
Function · 0.76
test
Function · 0.76
output
Function · 0.64
check
Method · 0.64
test_three_fuzzers
Method · 0.64
_get_cmd_env
Method · 0.64
create_wrapper
Function · 0.64
main
Function · 0.64