MCPcopy Index your code
hub / github.com/jabbany/CommentCoreLibrary / _handleMalformed

Method _handleMalformed

src/scripting/host/OOAPIWorker.ts:57–64  ·  view source on GitHub ↗
(error:Error)

Source from the content-addressed store, hash-verified

55 }
56
57 private _handleMalformed(error:Error):void {
58 if (typeof this._malformedHandler === 'function') {
59 this._malformedHandler(error);
60 } else {
61 // Make it fatal
62 throw error;
63 }
64 }
65
66 private _dispatchEvent(channel:string, data:OOAPIMessage):void {
67 if (channel in this._channels) {

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected