()
| 116 | } |
| 117 | |
| 118 | get formatVersion(): FormatVersion { |
| 119 | return this.compatAdapter.formatVersion; |
| 120 | } |
| 121 | |
| 122 | // Behaviour that is specific to particular versions of the format. |
| 123 | private createCompatAdapter(formatVersion: FormatVersion): CompatAdapter { |
nothing calls this directly
no outgoing calls
no test coverage detected