Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_toString
Method · 0.95
_toHTML
Method · 0.95
_toTex
Method · 0.95
calculateNecessaryParentheses
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected