(ctx context.Context)
| 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 | |
| 101 | // connection functions |
| 102 | ConnStatusCommand(ctx context.Context) ([]ConnStatus, error) |
no outgoing calls
no test coverage detected