()
| 106 | } |
| 107 | |
| 108 | private fixupIndex() { |
| 109 | // Adjust the offsets by the length of the response section's CBOR header. |
| 110 | const responsesHeaderSize = encodedLength(this.responses.length); |
| 111 | return this.compatAdapter.updateIndexValues(responsesHeaderSize); |
| 112 | } |
| 113 | |
| 114 | private createTopLevel(): CBORValue { |
| 115 | return this.compatAdapter.createTopLevel(); |
no test coverage detected