(oid, format, parseFn)
| 582 | } |
| 583 | |
| 584 | setTypeParser(oid, format, parseFn) { |
| 585 | return this._types.setTypeParser(oid, format, parseFn) |
| 586 | } |
| 587 | |
| 588 | getTypeParser(oid, format) { |
| 589 | return this._types.getTypeParser(oid, format) |
no outgoing calls
no test coverage detected