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

Function isFunctionAssignmentNode

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

Source from the content-addressed store, hash-verified

210}
211
212export function isFunctionAssignmentNode (x) {
213 return (x && x.isFunctionAssignmentNode === true && x.constructor.prototype.isNode === true) || false
214}
215
216export function isFunctionNode (x) {
217 return (x && x.isFunctionNode === true && x.constructor.prototype.isNode === true) || false

Callers 4

filterTransformFunction · 0.90
mapTransformFunction · 0.90
forEachTransformFunction · 0.90
_toStringMethod · 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…