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

Function isUint32

lib/internal/validators.js:55–57  ·  view source on GitHub ↗

* @param {*} value * @returns {boolean}

(value)

Source from the content-addressed store, hash-verified

53 * @returns {boolean}
54 */
55function isUint32(value) {
56 return value === (value >>> 0);
57}
58
59const octalReg = /^[0-7]+$/;
60const modeDesc = 'must be a 32-bit unsigned integer or an octal string';

Callers 3

inspectorOpenFunction · 0.50
setupHandleFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…