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

Class

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

Source from the content-addressed store, hash-verified

124 if (formatVersion === B1) {
125 // format version b1
126 return new (class implements CompatAdapter {
127 formatVersion: FormatVersion = B1;
128 private index: Map<string, [Uint8Array, number, number]> = new Map();
129 private primaryURL: string | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected