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

Function _end

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

Source from the content-addressed store, hash-verified

551 })
552
553 function _end () {
554 stream.writable = false
555 end.call(stream)
556 if(!stream.readable && stream.autoDestroy)
557 stream.destroy()
558 }
559
560 stream.end = function (data) {
561 if(ended) return

Callers 1

throughFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected