MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / FetchSuggestionsCommand

Method FetchSuggestionsCommand

pkg/wshrpc/wshrpctypes.go:94–94  ·  view source on GitHub ↗
(ctx context.Context, data FetchSuggestionsData)

Source from the content-addressed store, hash-verified

92 PathCommand(ctx context.Context, data PathCommandData) (string, error)
93 SendTelemetryCommand(ctx context.Context) error
94 FetchSuggestionsCommand(ctx context.Context, data FetchSuggestionsData) (*FetchSuggestionsResponse, error)
95 DisposeSuggestionsCommand(ctx context.Context, widgetId string) error
96 GetTabCommand(ctx context.Context, tabId string) (*waveobj.Tab, error)
97 UpdateTabNameCommand(ctx context.Context, tabId string, newName string) error

Callers 2

fetchSuggestionsFunction · 0.65

Implementers 1

RpcApiTypefrontend/app/store/wshclientapi.ts

Calls

no outgoing calls

Tested by

no test coverage detected