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

Function isObjectNode

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

Source from the content-addressed store, hash-verified

226}
227
228export function isObjectNode (x) {
229 return (x && x.isObjectNode === true && x.constructor.prototype.isNode === true) || false
230}
231
232export function isOperatorNode (x) {
233 return (x && x.isOperatorNode === true && x.constructor.prototype.isNode === true) || false

Callers 3

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