Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1028
function
validateMaxBuffer(maxBuffer) {
1029
if
(maxBuffer != null) {
1030
validateNumber(maxBuffer,
'options.maxBuffer'
, 0);
1031
}
1032
}
1033
1034
1035
function
sanitizeKillSignal(killSignal) {
Callers
2
execFile
Function · 0.85
spawnSync
Function · 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…