MCPcopy
hub / github.com/josdejong/mathjs / isResultSet

Function isResultSet

src/utils/is.js:102–104  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

100}
101
102export function isResultSet (x) {
103 return (x && x.constructor.prototype.isResultSet === true) || false
104}
105
106export function isHelp (x) {
107 return (x && x.constructor.prototype.isHelp === true) || false

Callers 1

testTypes.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…