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

Function closeParams

src/expression/parse.js:511–513  ·  view source on GitHub ↗

* Close parameters. * New line characters will no longer be ignored

(state)

Source from the content-addressed store, hash-verified

509 * New line characters will no longer be ignored
510 */
511 function closeParams (state) {
512 state.nestingLevel--
513 }
514
515 /**
516 * Checks whether the current character `c` is a valid alpha character:

Callers 5

parseCustomNodesFunction · 0.85
parseAccessorsFunction · 0.85
parseMatrixFunction · 0.85
parseObjectFunction · 0.85
parseParenthesesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…