(id: number)
| 2670 | } |
| 2671 | |
| 2672 | function serializePromiseID(id: number): string { |
| 2673 | return '$@' + id.toString(16); |
| 2674 | } |
| 2675 | |
| 2676 | function serializeServerReferenceID(id: number): string { |
| 2677 | return '$h' + id.toString(16); |
no test coverage detected