MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / BufferDecoder

Class BufferDecoder

src/platform/common/process/proc.node.ts:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24import { dispose } from '../utils/lifecycle';
25
26export class BufferDecoder implements IBufferDecoder {
27 public decode(buffers: Buffer[]): string {
28 return Buffer.concat(buffers).toString(DEFAULT_ENCODING);
29 }
30}
31
32/* eslint-disable @typescript-eslint/no-explicit-any */
33/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected