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

Function multiLineCommentAsterisk

lib/parse.js:201–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199 },
200
201 multiLineCommentAsterisk () {
202 switch (c) {
203 case '*':
204 read()
205 return
206
207 case '/':
208 read()
209 lexState = 'default'
210 return
211
212 case undefined:
213 throw invalidChar(read())
214 }
215
216 read()
217 lexState = 'multiLineComment'
218 },
219
220 singleLineComment () {
221 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…