()
| 55873 | var require_dispatcher_weakref = __commonJS({ |
| 55874 | "node_modules/undici/lib/compat/dispatcher-weakref.js"(exports2, module2) { |
| 55875 | "use strict"; |
| 55876 | var { kConnected, kSize } = require_symbols(); |
| 55877 | var CompatWeakRef = class { |
| 55878 | constructor(value) { |
| 55879 | this.value = value; |
| 55880 | } |
no outgoing calls
no test coverage detected