Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ xs_sharedworker
Function
xs_sharedworker
modules/base/worker/modWorker.c:367–370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
}
366
367
void xs_sharedworker(xsMachine *the)
368
{
369
workerConstructor(the, true);
370
}
371
372
void xs_worker_terminate(xsMachine *the)
373
{
Callers
nothing calls this directly
Calls
1
workerConstructor
Function · 0.85
Tested by
no test coverage detected