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

Method FetchSuggestionsCommand

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

Source from the content-addressed store, hash-verified

95}
96
97func (*ServerImpl) FetchSuggestionsCommand(ctx context.Context, data wshrpc.FetchSuggestionsData) (*wshrpc.FetchSuggestionsResponse, error) {
98 return suggestion.FetchSuggestions(ctx, data)
99}
100
101func (*ServerImpl) DisposeSuggestionsCommand(ctx context.Context, widgetId string) error {
102 suggestion.DisposeSuggestions(ctx, widgetId)

Callers

nothing calls this directly

Calls 1

FetchSuggestionsFunction · 0.92

Tested by

no test coverage detected