Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/continuedev/continue
/
Class
packages/fetch/src/certs.ts:23–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
export
class
CertsCache {
24
private static instance: CertsCache;
25
private _fixedCa: string[] = [];
26
private _initialized: boolean = false;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected