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

Method decode

src/platform/common/process/types.node.ts:12–12  ·  view source on GitHub ↗
(buffers: Buffer[])

Source from the content-addressed store, hash-verified

10export const IBufferDecoder = Symbol('IBufferDecoder');
11export interface IBufferDecoder {
12 decode(buffers: Buffer[]): string;
13}
14
15export type Output<T extends string | Buffer> = {

Callers 15

symbolProvider.pyFile · 0.65
_repr_objMethod · 0.65
getServerInfo.pyFile · 0.65
_repr_strMethod · 0.65
_repr_objMethod · 0.65
readDeepnoteProjectFileFunction · 0.65
deserializeNotebookMethod · 0.65

Implementers 2

BufferDecodersrc/platform/common/process/proc.node.
BufferDecodersrc/test/datascience/jupyterServer.nod

Calls

no outgoing calls

Tested by 4

decodeFirstOutputFunction · 0.52
waitForOutputFunction · 0.52
testResumingExecutionFunction · 0.52
getHtmlMessageFunction · 0.52