MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / sharedWorkerCode

Function sharedWorkerCode

chapter18/docs/d3-graphviz.js:1846–1852  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1844 workerCodeBody(port);
1845 }
1846 function sharedWorkerCode() {
1847 self.onconnect = function (e) {
1848 var port = e.ports[0];
1849 workerCodeBody(port);
1850 port.start();
1851 };
1852 }
1853
1854 /* c8 ignore stop */
1855

Callers

nothing calls this directly

Calls 1

workerCodeBodyFunction · 0.70

Tested by

no test coverage detected