MCPcopy Index your code
hub / github.com/deepnote/deepnote / isError

Function isError

packages/cli/src/output-renderer.ts:30–32  ·  view source on GitHub ↗
(output: IOutput)

Source from the content-addressed store, hash-verified

28}
29
30function isError(output: IOutput): output is IError {
31 return output.output_type === 'error'
32}
33
34function renderStreamOutput(streamOutput: IStream): void {
35 const text = Array.isArray(streamOutput.text) ? streamOutput.text.join('') : streamOutput.text

Callers 1

renderOutputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected