(accountId: string, entity: string)
| 228 | } |
| 229 | |
| 230 | function accountQueueId(accountId: string, entity: string): string { |
| 231 | return `account:${accountId}:${entity}` |
| 232 | } |
| 233 | |
| 234 | function workspaceQueueId(scope: WorkspaceScope, entity: string): string { |
| 235 | return `workspace:${scope.accountId}:${scope.workspacePath}:${entity}` |
no outgoing calls
no test coverage detected