Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
import
* as WebSocket from
'ws'
;
3
4
interface
DataItem {
5
text: string;
6
}
7
8
9
interface
DisplayDataMessage {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected