(scope: WorkspaceScope, entity: string)
| 232 | } |
| 233 | |
| 234 | function workspaceQueueId(scope: WorkspaceScope, entity: string): string { |
| 235 | return `workspace:${scope.accountId}:${scope.workspacePath}:${entity}` |
| 236 | } |
| 237 | |
| 238 | async function flushQueue<TKey extends string, TData>( |
| 239 | queue: PersistenceQueue<TKey, TData> |
no outgoing calls
no test coverage detected