| 130 | if (formatVersion === B1) { |
| 131 | // format version b1 |
| 132 | return new (class implements CompatAdapter { |
| 133 | wbnLength: number = 6; |
| 134 | |
| 135 | constructor(private bundle: Bundle) {} |
nothing calls this directly
no outgoing calls
no test coverage detected