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

Function validateMaxBuffer

lib/child_process.js:1028–1032  ·  view source on GitHub ↗
(maxBuffer)

Source from the content-addressed store, hash-verified

1026
1027
1028function validateMaxBuffer(maxBuffer) {
1029 if (maxBuffer != null) {
1030 validateNumber(maxBuffer, 'options.maxBuffer', 0);
1031 }
1032}
1033
1034
1035function sanitizeKillSignal(killSignal) {

Callers 2

execFileFunction · 0.85
spawnSyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…