MCPcopy Index your code
hub / github.com/json5/json5 / beforeArrayValue

Function beforeArrayValue

lib/parse.js:679–685  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

677 },
678
679 beforeArrayValue () {
680 if (c === ']') {
681 return newToken('punctuator', read())
682 }
683
684 lexState = 'value'
685 },
686
687 afterArrayValue () {
688 switch (c) {

Callers

nothing calls this directly

Calls 5

newTokenFunction · 0.85
readFunction · 0.85
invalidEOFFunction · 0.85
popFunction · 0.85
pushFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…