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

Function openParams

src/expression/parse.js:503–505  ·  view source on GitHub ↗

* Open parameters. * New line characters will be ignored until closeParams(state) is called

(state)

Source from the content-addressed store, hash-verified

501 * New line characters will be ignored until closeParams(state) is called
502 */
503 function openParams (state) {
504 state.nestingLevel++
505 }
506
507 /**
508 * Close parameters.

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…