MCPcopy Create free account
hub / github.com/nodejs/node / checkHost

Method checkHost

lib/internal/crypto/x509.js:350–353  ·  view source on GitHub ↗
(name, options)

Source from the content-addressed store, hash-verified

348 }
349
350 checkHost(name, options) {
351 validateString(name, 'name');
352 return this[kHandle].checkHost(name, getFlags(options));
353 }
354
355 checkEmail(email, options) {
356 validateString(email, 'email');

Callers 2

Calls 1

getFlagsFunction · 0.70

Tested by

no test coverage detected