MCPcopy Index your code
hub / github.com/continuedev/continue / getInstance

Method getInstance

packages/fetch/src/certs.ts:31–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 private constructor() {}
30
31 public static getInstance(): CertsCache {
32 if (!CertsCache.instance) {
33 CertsCache.instance = new CertsCache();
34 }
35 return CertsCache.instance;
36 }
37
38 get fixedCa(): string[] {
39 if (this._initialized) {

Callers 4

getAgentOptionsFunction · 0.45
certs.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected