MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / write

Function write

MathBox/mathbox-bundle.js:50210–50215  ·  view source on GitHub ↗
(dest, i, list)

Source from the content-addressed store, hash-verified

50208 state.awaitDrain = 0;
50209
50210 function write(dest, i, list) {
50211 var written = dest.write(chunk);
50212 if (false === written) {
50213 state.awaitDrain++;
50214 }
50215 }
50216
50217 while (state.pipesCount && null !== (chunk = src.read())) {
50218

Callers 3

flowFunction · 0.70
mathbox-bundle.jsFile · 0.70
endFunction · 0.70

Calls 15

takeFunction · 0.70
parse_stmtFunction · 0.70
parse_stmtlistFunction · 0.70
parse_declFunction · 0.70
parse_decllistFunction · 0.70
parse_exprFunction · 0.70
parse_identFunction · 0.70
parse_keywordFunction · 0.70
parse_keyword_or_identFunction · 0.70
block_commentFunction · 0.70
line_commentFunction · 0.70
preprocessorFunction · 0.70

Tested by

no test coverage detected