MCPcopy Index your code
hub / github.com/BrainJS/brain.js / onwriteStateUpdate

Function onwriteStateUpdate

browser.js:25315–25320  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

25313}
25314
25315function onwriteStateUpdate(state) {
25316 state.writing = false;
25317 state.writecb = null;
25318 state.length -= state.writelen;
25319 state.writelen = 0;
25320}
25321
25322function onwrite(stream, er) {
25323 var state = stream._writableState;

Callers 1

onwriteFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected