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

Function next

src/expression/parse.js:264–266  ·  view source on GitHub ↗

* Get the next character from the expression. * The character is stored into the char c. If the end of the expression is * reached, the function puts an empty string in c. * @private

(state)

Source from the content-addressed store, hash-verified

262 * @private
263 */
264 function next (state) {
265 state.index++
266 }
267
268 /**
269 * Preview the previous character from the expression.

Callers 2

getTokenFunction · 0.70
parseStringTokenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…