(x)
| 100 | } |
| 101 | |
| 102 | export function isResultSet (x) { |
| 103 | return (x && x.constructor.prototype.isResultSet === true) || false |
| 104 | } |
| 105 | |
| 106 | export function isHelp (x) { |
| 107 | return (x && x.constructor.prototype.isHelp === true) || false |
no outgoing calls
no test coverage detected
searching dependent graphs…