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

Function isNode

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

Source from the content-addressed store, hash-verified

222}
223
224export function isNode (x) {
225 return (x && x.isNode === true && x.constructor.prototype.isNode === true) || false
226}
227
228export function isObjectNode (x) {
229 return (x && x.isObjectNode === true && x.constructor.prototype.isNode === true) || false

Callers 15

_resolveFunction · 0.90
_ensureNodeFunction · 0.90
foldOpFunction · 0.90
foldFractionFunction · 0.90
expandTemplateFunction · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
_ifNodeMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…