Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
ex
Function · 0.45
OperatorNode.test.js
File · 0.45
exhs
Function · 0.45
Node.test.js
File · 0.45
FunctionNode.test.js
File · 0.45
getPrecedence
Function · 0.45
getAssociativity
Function · 0.45
isAssociativeWith
Function · 0.45
Calls
no outgoing calls
Tested by
2
ex
Function · 0.36
exhs
Function · 0.36