MCPcopy 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

encodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected