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

Function onend

MathBox/mathbox-core.js:664–672  ·  view source on GitHub ↗
(chunk)

Source from the content-addressed store, hash-verified

662 }
663
664 function onend(chunk) {
665 if(arguments.length) {
666 ondata(chunk)
667 }
668
669 if(gathered.length) {
670 stream.queue(token())
671 }
672 }
673
674 function state_ready() {
675 switch(true) {

Callers

nothing calls this directly

Calls 2

ondataFunction · 0.70
tokenFunction · 0.70

Tested by

no test coverage detected