(ctx context.Context, tabId string, newName string)
| 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 |
| 98 | UpdateWorkspaceTabIdsCommand(ctx context.Context, workspaceId string, tabIds []string) error |
| 99 | GetAllBadgesCommand(ctx context.Context) ([]baseds.BadgeEvent, error) |
| 100 |
no outgoing calls
no test coverage detected