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

Function write

MathBox/mathbox-core.js:3525–3530  ·  view source on GitHub ↗
(dest, i, list)

Source from the content-addressed store, hash-verified

3523 state.awaitDrain = 0;
3524
3525 function write(dest, i, list) {
3526 var written = dest.write(chunk);
3527 if (false === written) {
3528 state.awaitDrain++;
3529 }
3530 }
3531
3532 while (state.pipesCount && null !== (chunk = src.read())) {
3533

Callers 3

flowFunction · 0.70
mathbox-core.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