MCPcopy Create free account
hub / github.com/FSoft-AI4Code/HyperAgent / DataItem

Interface DataItem

hyperagent-ext/src/extension.ts:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import * as WebSocket from 'ws';
3
4interface DataItem {
5 text: string;
6 }
7
8
9interface DisplayDataMessage {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected