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

Method raw

lib/internal/crypto/x509.js:310–317  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308 }
309
310 get raw() {
311 let value = this[kInternalState].get('raw');
312 if (value === undefined) {
313 value = this[kHandle].raw();
314 this[kInternalState].set('raw', value);
315 }
316 return value;
317 }
318
319 get publicKey() {
320 let value = this[kInternalState].get('publicKey');

Callers 8

escapePOSIXShellFunction · 0.80
gc-js-interop.jsFile · 0.80
string-raw.jsFile · 0.80
templates.jsFile · 0.80
TaggedRawFunction · 0.80

Calls 2

getMethod · 0.65
setMethod · 0.45

Tested by

no test coverage detected