| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected