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

Function isStream

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

Source from the content-addressed store, hash-verified

16}
17
18function isStream(output: IOutput): output is IStream {
19 return output.output_type === 'stream'
20}
21
22function isDisplayData(output: IOutput): output is IDisplayData {
23 return output.output_type === 'display_data'

Callers 1

renderOutputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected