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

Function utf8Decode

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

Source from the content-addressed store, hash-verified

10const utf8Encode = (input: string) => encoder.encode(input);
11const decoder = new TextDecoder();
12const utf8Decode = (input: Uint8Array) => decoder.decode(input);
13
14export interface ITarFileInfo {
15 name: string;

Callers 3

readStringMethod · 0.85
readFileSizeMethod · 0.85
readTextFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected