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

Function whitespace

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

Source from the content-addressed store, hash-verified

80602 }
80603
80604 function whitespace() {
80605 if(c === '\n') ++line
80606
80607 if(/[^\s]/g.test(c)) {
80608 token(content.join(''))
80609 mode = NORMAL
80610 return i
80611 }
80612 content.push(c)
80613 last = c
80614 return i + 1
80615 }
80616
80617 function preprocessor() {
80618 if(c === '\n') ++line

Callers 1

writeFunction · 0.70

Calls 1

tokenFunction · 0.70

Tested by

no test coverage detected