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

Function isIndexNode

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

Source from the content-addressed store, hash-verified

218}
219
220export function isIndexNode (x) {
221 return (x && x.isIndexNode === true && x.constructor.prototype.isNode === true) || false
222}
223
224export function isNode (x) {
225 return (x && x.isNode === true && x.constructor.prototype.isNode === true) || false

Callers 5

_simplifyCoreFunction · 0.90
_foldAccessorFunction · 0.90
_compileMethod · 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…