MCPcopy Index your code
hub / github.com/coder/coder / utf8Encode

Function utf8Encode

site/src/utils/tar.ts:10–10  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

8};
9const encoder = new TextEncoder();
10const utf8Encode = (input: string) => encoder.encode(input);
11const decoder = new TextDecoder();
12const utf8Decode = (input: Uint8Array) => decoder.decode(input);
13

Callers 2

writeStringMethod · 0.85
getArrayBufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected