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

Function value

lib/internal/util/types.js:92–102  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

90 configurable: false,
91 enumerable: true,
92 value(obj) {
93 if (!process.versions.openssl) {
94 return false;
95 }
96
97 if (!isKeyObject) {
98 ({ isKeyObject } = require('internal/crypto/keys'));
99 }
100
101 return isKeyObject(obj);
102 },
103 },
104 isCryptoKey: {
105 __proto__: null,

Callers

nothing calls this directly

Calls 3

isKeyObjectFunction · 0.85
isCryptoKeyFunction · 0.85
requireFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…