(ctx context.Context, data FetchSuggestionsData)
| 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 |
no outgoing calls
no test coverage detected