Method
isOpcode
* Test whether an object an Opcode. * @param {Object} obj * @returns {Boolean}
(obj)
Source from the content-addressed store, hash-verified
| 666 | */ |
| 667 | |
| 668 | static isOpcode(obj) { |
| 669 | return obj instanceof Opcode; |
| 670 | } |
| 671 | } |
| 672 | |
| 673 | /* |
Tested by
no test coverage detected