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

Function end

MathBox/mathbox-bundle.js:79661–79672  ·  view source on GitHub ↗
(tokens)

Source from the content-addressed store, hash-verified

79659 }
79660
79661 function end(tokens) {
79662 if(arguments.length) {
79663 write(tokens)
79664 }
79665
79666 if(state.length > 1) {
79667 unexpected('unexpected EOF')
79668 return
79669 }
79670
79671 stream.emit('end')
79672 }
79673
79674 function take() {
79675 if(errored || !state.length)

Callers 1

mathbox-bundle.jsFile · 0.70

Calls 3

writeFunction · 0.70
unexpectedFunction · 0.70
tokenFunction · 0.70

Tested by

no test coverage detected