Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stenciljs/core
/ server-worker-thread.js
File
server-worker-thread.js
src/dev-server/server-worker-thread.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ initServerProcess } = require(
'./server-process.js'
);
2
let
closeTmr = null;
3
4
const
sendHandle = (err) => {
Callers
nothing calls this directly
Calls
7
initServerProcess
Function · 0.85
clearTimeout
Function · 0.85
receiveMessageFromMain
Function · 0.85
exit
Method · 0.80
on
Method · 0.80
send
Method · 0.65
setTimeout
Function · 0.50
Tested by
no test coverage detected