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

Method getIdentifier

src/expression/node/OperatorNode.js:699–701  ·  view source on GitHub ↗

* Get identifier. * @return {string}

()

Source from the content-addressed store, hash-verified

697 * @return {string}
698 */
699 getIdentifier () {
700 return this.type + ':' + this.fn
701 }
702 }
703
704 return OperatorNode

Callers 4

_toStringMethod · 0.95
_toHTMLMethod · 0.95
_toTexMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected