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

Function validateTries

lib/internal/dns/utils.js:63–67  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

61}
62
63function validateTries(options) {
64 const { tries = 4 } = { ...options };
65 validateInt32(tries, 'options.tries', 1);
66 return tries;
67}
68
69const kSerializeResolver = Symbol('dns:resolver:serialize');
70const kDeserializeResolver = Symbol('dns:resolver:deserialize');

Callers 1

constructorMethod · 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…