MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / invoke

Function invoke

experimental/scripting/deprecated/libraries/libBase.js:234–240  ·  view source on GitHub ↗
(method, params)

Source from the content-addressed store, hash-verified

232 }
233 });
234 function invoke(method, params){
235 self.postMessage(JSON.stringify({
236 "action":"CallMethod",
237 "method":method,
238 "params":params
239 }));
240 };
241 function create(obj_class, obj_name, serialized, object){
242 if(!object)
243 throw "No Object Instance, cannot create";

Callers 1

libBase.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected