Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
export
const
IBufferDecoder = Symbol(
'IBufferDecoder'
);
11
export
interface
IBufferDecoder {
12
decode(buffers: Buffer[]): string;
13
}
14
15
export
type
Output<T extends string | Buffer> = {
Callers
15
symbolProvider.py
File · 0.65
_repr_obj
Method · 0.65
_bytes_as_unicode_if_possible
Method · 0.65
getServerInfo.py
File · 0.65
_repr_str
Method · 0.65
_repr_obj
Method · 0.65
_bytes_as_unicode_if_possible
Method · 0.65
readDeepnoteProjectFile
Function · 0.65
transformOutputsForDeepnote
Method · 0.65
deepnoteDataConverter.unit.test.ts
File · 0.65
deserializeNotebook
Method · 0.65
deepnoteSerializer.unit.test.ts
File · 0.65
Implementers
2
BufferDecoder
src/platform/common/process/proc.node.
BufferDecoder
src/test/datascience/jupyterServer.nod
Calls
no outgoing calls
Tested by
4
decodeFirstOutput
Function · 0.52
waitForOutput
Function · 0.52
testResumingExecution
Function · 0.52
getHtmlMessage
Function · 0.52