MCPcopy Create free account
hub / github.com/andywer/threads.js / getWorkerImplementation

Function getWorkerImplementation

src/master/implementation.node.ts:267–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

265}
266
267export function getWorkerImplementation(): ImplementationExport {
268 if (!implementation) {
269 implementation = selectWorkerImplementation()
270 }
271 return implementation
272}
273
274export function isWorkerRuntime() {
275 if (isTinyWorker) {

Callers 1

index.tsFile · 0.90

Calls 1

Tested by

no test coverage detected