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

Method checkEmail

lib/internal/crypto/x509.js:355–358  ·  view source on GitHub ↗
(email, options)

Source from the content-addressed store, hash-verified

353 }
354
355 checkEmail(email, options) {
356 validateString(email, 'email');
357 return this[kHandle].checkEmail(email, getFlags(options));
358 }
359
360 checkIP(ip, options) {
361 validateString(ip, 'ip');

Callers 1

Calls 1

getFlagsFunction · 0.70

Tested by

no test coverage detected