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

Function isSymbolNode

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

Source from the content-addressed store, hash-verified

246}
247
248export function isSymbolNode (x) {
249 return (x && x.isSymbolNode === true && x.constructor.prototype.isNode === true) || false
250}
251
252export function isChain (x) {
253 return (x && x.constructor.prototype.isChain === true) || false

Callers 13

_resolveFunction · 0.90
parseAssignmentFunction · 0.90
parseAccessorsFunction · 0.90
filterTransformFunction · 0.90
mapTransformFunction · 0.90
forEachTransformFunction · 0.90
compileInlineExpressionFunction · 0.90
_compileMethod · 0.90
needParenthesisFunction · 0.90
needsEndMethod · 0.90
constructorMethod · 0.90
_compileMethod · 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…