MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / healthCheck

Function healthCheck

tools/scripts/run-automated.js:47–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47function healthCheck() {
48 clearTimeout(timeout_id)
49 timeout_id = setTimeout(onTimeout, TIMEOUT_MS)
50}
51
52stdout.on('data', data => {
53 healthCheck();

Callers 1

run-automated.jsFile · 0.85

Calls 2

clearTimeoutFunction · 0.50
setTimeoutFunction · 0.50

Tested by

no test coverage detected