MCPcopy 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
1021function validateTimeout(timeout) {
1022 if (timeout != null) {
1023 validateInteger(timeout, 'timeout', 0);
1024 }
1025}
1026
1027
1028function validateMaxBuffer(maxBuffer) {

Callers 3

execFileFunction · 0.70
spawnFunction · 0.70
spawnSyncFunction · 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…