MCPcopy
hub / github.com/opentrace/opentrace / postModuleInitMessage

Function postModuleInitMessage

ui/public/lbug_wasm_worker.js:348–357  ·  view source on GitHub ↗
(methodNames)

Source from the content-addressed store, hash-verified

346 implementation_1.default.postMessageToMaster(initMessage);
347 }
348 function postModuleInitMessage(methodNames) {
349 const initMessage = {
350 type: messages_1.WorkerMessageType.init,
351 exposed: {
352 type: 'module',
353 methods: methodNames,
354 },
355 };
356 implementation_1.default.postMessageToMaster(initMessage);
357 }
358 function postJobErrorMessage(uid, rawError) {
359 const { payload: error, transferables } = deconstructTransfer(rawError);
360 const errorMessage = {

Callers 1

expose2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected