Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/koala73/worldmonitor
/ InitMessage
Interface
InitMessage
src/workers/ml.worker.ts:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
// Message types
15
interface
InitMessage {
16
type
:
'init'
;
17
id: string;
18
}
19
20
interface
LoadModelMessage {
21
type
:
'load-model'
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected