Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ validateTimeout
Function
validateTimeout
lib/child_process.js:1021–1025 ·
view source on GitHub ↗
(timeout)
Source
from the content-addressed store, hash-verified
1019
1020
1021
function
validateTimeout(timeout) {
1022
if
(timeout != null) {
1023
validateInteger(timeout,
'timeout'
, 0);
1024
}
1025
}
1026
1027
1028
function
validateMaxBuffer(maxBuffer) {
Callers
3
execFile
Function · 0.70
spawn
Function · 0.70
spawnSync
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…