MCPcopy
hub / github.com/opentrace/opentrace / postFunctionInitMessage

Function postFunctionInitMessage

ui/public/lbug_wasm_worker.js:339–347  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

337 : { payload: thing, transferables: void 0 };
338 }
339 function postFunctionInitMessage() {
340 const initMessage = {
341 type: messages_1.WorkerMessageType.init,
342 exposed: {
343 type: 'function',
344 },
345 };
346 implementation_1.default.postMessageToMaster(initMessage);
347 }
348 function postModuleInitMessage(methodNames) {
349 const initMessage = {
350 type: messages_1.WorkerMessageType.init,

Callers 1

expose2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected