MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / getResource

Function getResource

modules/crypt/ssl/ssl_cert.js:298–301  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

296}
297
298function getResource(name)
299{
300 return new Resource(name);
301}
302
303export default CertificateManager;

Callers 3

getCertsMethod · 0.85
findCertMethod · 0.85
getDHMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected