(ctx context.Context, wsID string)
| 184 | } |
| 185 | |
| 186 | func GetWorkspace(ctx context.Context, wsID string) (*waveobj.Workspace, error) { |
| 187 | return wstore.DBMustGet[*waveobj.Workspace](ctx, wsID) |
| 188 | } |
| 189 | |
| 190 | func getTabBackground() string { |
| 191 | config := wconfig.GetWatcher().GetFullConfig() |
no test coverage detected