(sessionId: string, ref: string)
| 701 | } |
| 702 | |
| 703 | function resourceKey(sessionId: string, ref: string): string { |
| 704 | return `${sessionId}\0${ref}`; |
| 705 | } |
| 706 | |
| 707 | function controllerIdentity(connectionId: string, controllerId: string): string { |
| 708 | return `${connectionId}\0${controllerId}`; |
no outgoing calls
no test coverage detected