MCPcopy
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.jsFile · 0.45
initMethod · 0.45
evalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected