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

Function isFunctionNode

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

Source from the content-addressed store, hash-verified

214}
215
216export function isFunctionNode (x) {
217 return (x && x.isFunctionNode === true && x.constructor.prototype.isNode === true) || false
218}
219
220export function isIndexNode (x) {
221 return (x && x.isIndexNode === true && x.constructor.prototype.isNode === true) || false

Callers 6

_simplifyCoreFunction · 0.90
_resolveFunction · 0.90
hasPropertyFunction · 0.90
isConstantExpressionFunction · 0.90
parseAssignmentFunction · 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…