(optionalEncoding)
| 256 | return (obj || new _Error()).__init(bb.readInt32(bb.position()) + bb.position(), bb); |
| 257 | } |
| 258 | code(optionalEncoding) { |
| 259 | const offset = this.bb.__offset(this.bb_pos, 4); |
| 260 | return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null; |
| 261 | } |
| 262 | message(optionalEncoding) { |
| 263 | const offset = this.bb.__offset(this.bb_pos, 6); |
| 264 | return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null; |
no outgoing calls
no test coverage detected