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

Function state_any_child

MathBox/mathbox-core.js:725–737  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

723 }
724
725 function state_any_child() {
726 if(/\s/.test(c)) {
727 return
728 }
729
730 if(/[>\+~]/.test(c)) {
731 return --idx, state = OPERATION
732 }
733
734 stream.queue(token())
735 state = READY
736 --idx
737 }
738
739 function state_pseudo() {
740 rhs = state

Callers 1

ondataFunction · 0.70

Calls 1

tokenFunction · 0.70

Tested by

no test coverage detected