MCPcopy Create free account
hub / github.com/TruthHun/BookStack / onwriteStateUpdate

Function onwriteStateUpdate

static/word2md/mammoth.browser.js:25636–25641  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

25634}
25635
25636function onwriteStateUpdate(state) {
25637 state.writing = false;
25638 state.writecb = null;
25639 state.length -= state.writelen;
25640 state.writelen = 0;
25641}
25642
25643function onwrite(stream, er) {
25644 var state = stream._writableState;

Callers 1

onwriteFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected