Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
47
function
healthCheck() {
48
clearTimeout(timeout_id)
49
timeout_id = setTimeout(onTimeout, TIMEOUT_MS)
50
}
51
52
stdout.on(
'data'
, data => {
53
healthCheck();
Callers
1
run-automated.js
File · 0.85
Calls
2
clearTimeout
Function · 0.50
setTimeout
Function · 0.50
Tested by
no test coverage detected