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

Function take

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

Source from the content-addressed store, hash-verified

32987 }
32988
32989 function take() {
32990 if(errored || !state.length)
32991 return false
32992
32993 return (token = tokens[0]) && !stream.paused
32994 }
32995
32996 // ----- state manipulation --------
32997

Callers 1

writeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected