Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ #encode
Method
#encode
lib/internal/encoding.js:344–346 ·
view source on GitHub ↗
(input)
Source
from the content-addressed store, hash-verified
342
#encoding =
'utf-8'
;
343
344
#encode(input) {
345
return
encodeUtf8String(`${input}`);
346
}
347
348
#encodeInto(input, dest) {
349
encodeInto(input, dest);
Callers
1
encode
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected