Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_codeletLoop
Method · 0.80
batchRun
Method · 0.80
Calls
2
_postTopDownCodelets
Method · 0.80
_postBottomUpCodelets
Method · 0.80
Tested by
no test coverage detected