(v: number | string)
| 194 | } |
| 195 | |
| 196 | writeUint8(v: number | string) { |
| 197 | return `${this.holder}.writeUint8(${v})`; |
| 198 | } |
| 199 | |
| 200 | writeInt16(v: number | string) { |
| 201 | return `${this.holder}.writeInt16(${v})`; |
no outgoing calls
no test coverage detected