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

Method getIdentifier

src/expression/node/Node.js:370–372  ·  view source on GitHub ↗

* Get identifier. * @return {string}

()

Source from the content-addressed store, hash-verified

368 * @return {string}
369 */
370 getIdentifier () {
371 return this.type
372 }
373
374 /**
375 * Get the content of the current Node.

Callers 8

exFunction · 0.45
exhsFunction · 0.45
Node.test.jsFile · 0.45
getPrecedenceFunction · 0.45
getAssociativityFunction · 0.45
isAssociativeWithFunction · 0.45

Calls

no outgoing calls

Tested by 2

exFunction · 0.36
exhsFunction · 0.36