MCPcopy Create free account
hub / github.com/Paul-G2/copycat-js / updateCodelets

Method updateCodelets

src/Coderack.js:45–51  ·  view source on GitHub ↗

* Posts a new batch of top-down and bottom-up codelets. *

()

Source from the content-addressed store, hash-verified

43 *
44 */
45 updateCodelets()
46 {
47 if (this.numCodeletsRun > 0) {
48 this._postTopDownCodelets();
49 this._postBottomUpCodelets();
50 }
51 }
52
53
54 /**

Callers 2

_codeletLoopMethod · 0.80
batchRunMethod · 0.80

Calls 2

_postTopDownCodeletsMethod · 0.80
_postBottomUpCodeletsMethod · 0.80

Tested by

no test coverage detected