Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jabbany/CommentCoreLibrary
/ send
Method
send
src/scripting/host/OOAPIWorker.ts:88–90 ·
view source on GitHub ↗
(message:OOAPIMessage)
Source
from the content-addressed store, hash-verified
86
}
87
88
public send(message:OOAPIMessage):void {
89
this._worker.postMessage(JSON.stringify(message));
90
}
91
92
public setMalformedEventHandler(handler:Function):void {
93
this._malformedHandler = handler;
Callers
3
Host.js
File · 0.45
init
Method · 0.45
eval
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected