Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ execHelper
Function
execHelper
packages/jest-worker/src/workers/threadChild.ts:191–193 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
189
}
190
191
function
execHelper() {
192
execFunction(fn, main, args, reportSuccess, reportClientError);
193
}
194
195
if
(initialized || !main.setup) {
196
execHelper();
Callers
1
execMethod
Function · 0.70
Calls
1
execFunction
Function · 0.70
Tested by
no test coverage detected