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

Class

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

Source from the content-addressed store, hash-verified

98
99
100class ChatGPTViewProvider implements vscode.WebviewViewProvider {
101 public static readonly viewType = 'chatgpt.chatView';
102
103 private _view?: vscode.WebviewView;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected