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

Function isArrayNode

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

Source from the content-addressed store, hash-verified

172}
173
174export function isArrayNode (x) {
175 return (x && x.isArrayNode === true && x.constructor.prototype.isNode === true) || false
176}
177
178export function isAssignmentNode (x) {
179 return (x && x.isAssignmentNode === true && x.constructor.prototype.isNode === true) || false

Callers 4

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