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

Function currentCharacter

src/expression/parse.js:254–256  ·  view source on GitHub ↗

* View the current character. Returns '' if end of expression is reached. * * @param {Object} state * @returns {string} * @private

(state)

Source from the content-addressed store, hash-verified

252 * @private
253 */
254 function currentCharacter (state) {
255 return currentString(state, 1)
256 }
257
258 /**
259 * Get the next character from the expression.

Callers 2

getTokenFunction · 0.85
parseStringTokenFunction · 0.85

Calls 1

currentStringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…