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

Class

js/bundle/src/encoder.ts:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28export class BundleBuilder {
29 private sectionLengths: Array<{ name: string; length: number }> = [];
30 private sections: CBORValue[] = [];
31 private responses: Uint8Array[][] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected