(fullKeys: string[])
| 483 | } |
| 484 | |
| 485 | markAsDependencies(fullKeys: string[]) { |
| 486 | for (const fullKey of fullKeys) { |
| 487 | this.values[fullKey]; |
| 488 | } |
| 489 | } |
| 490 | }, |
| 491 | ); |
| 492 | export type RealtimeClient = InstanceType<ReturnType<typeof RealtimeClient>>; |
no outgoing calls
no test coverage detected