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