MCPcopy Create free account
hub / github.com/dethcrypto/dethcode / CellStreamOutput

Interface CellStreamOutput

packages/ethereum-viewer/src/vscode.proposed.d.ts:1108–1111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1106 }
1107
1108 export interface CellStreamOutput {
1109 outputKind: CellOutputKind.Text;
1110 text: string;
1111 }
1112
1113 export interface CellErrorOutput {
1114 outputKind: CellOutputKind.Error;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected