(channel, reference)
| 16 | }; |
| 17 | |
| 18 | export const removeReference = (channel, reference) => { |
| 19 | if (reference) { |
| 20 | removeReferenceCount(channel); |
| 21 | } |
| 22 | }; |
| 23 | |
| 24 | const removeReferenceCount = channel => { |
| 25 | channel.unrefCounted(); |
no test coverage detected
searching dependent graphs…