(wbn: unknown[])
| 154 | } |
| 155 | |
| 156 | destructureBundle(wbn: unknown[]): [any, any, any, any, any, any] { |
| 157 | return [wbn[0], wbn[1], wbn[2], wbn[3], wbn[4], wbn[5]]; |
| 158 | } |
| 159 | })(this); |
| 160 | } else { |
| 161 | // format version b2 |
nothing calls this directly
no outgoing calls
no test coverage detected