MCPcopy Create free account
hub / github.com/WICG/webpackage / destructureBundle

Method destructureBundle

js/bundle/src/decoder.ts:156–158  ·  view source on GitHub ↗
(wbn: unknown[])

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected