MCPcopy Index your code
hub / github.com/FSoft-AI4Code/HyperAgent / DisplayDataMessage

Interface DisplayDataMessage

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

Source from the content-addressed store, hash-verified

7
8
9interface DisplayDataMessage {
10type: string;
11value: {
12 id: string;
13 items: DataItem[];
14};
15}
16
17export function activate(context: vscode.ExtensionContext) {
18 // Get the API session token from the extension's configuration

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected