MCPcopy Index your code
hub / github.com/nodejs/node / validateArgumentsNullCheck

Function validateArgumentsNullCheck

lib/child_process.js:1014–1018  ·  view source on GitHub ↗
(args, propName)

Source from the content-addressed store, hash-verified

1012
1013
1014function validateArgumentsNullCheck(args, propName) {
1015 for (let i = 0; i < args.length; ++i) {
1016 validateArgumentNullCheck(args[i], `${propName}[${i}]`);
1017 }
1018}
1019
1020
1021function validateTimeout(timeout) {

Callers 2

forkFunction · 0.85
normalizeSpawnArgumentsFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…