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

Function multiLineComment

lib/parse.js:187–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185 },
186
187 multiLineComment () {
188 switch (c) {
189 case '*':
190 read()
191 lexState = 'multiLineCommentAsterisk'
192 return
193
194 case undefined:
195 throw invalidChar(read())
196 }
197
198 read()
199 },
200
201 multiLineCommentAsterisk () {
202 switch (c) {

Callers

nothing calls this directly

Calls 2

readFunction · 0.85
invalidCharFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…