Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/breejs/bree
/ createWorker
Method
createWorker
src/index.js:763–765 ·
view source on GitHub ↗
(filename, options)
Source
from the content-addressed store, hash-verified
761
}
762
763
createWorker(filename, options) {
764
return
new
Worker(filename, options);
765
}
766
767
handleJobCompletion(name) {
768
debug(
'handleJobCompletion'
, name);
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected