MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / state_any_child

Function state_any_child

MathBox/mathbox-bundle.js:47410–47422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47408 }
47409
47410 function state_any_child() {
47411 if(/\s/.test(c)) {
47412 return
47413 }
47414
47415 if(/[>\+~]/.test(c)) {
47416 return --idx, state = OPERATION
47417 }
47418
47419 stream.queue(token())
47420 state = READY
47421 --idx
47422 }
47423
47424 function state_pseudo() {
47425 rhs = state

Callers 1

ondataFunction · 0.70

Calls 1

tokenFunction · 0.70

Tested by

no test coverage detected