Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/continuedev/continue
/ certs.test.ts
File
certs.test.ts
packages/fetch/src/certs.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
* as fs from
"node:fs"
;
2
import
{ beforeEach, expect, test, vi } from
"vitest"
;
3
import
{ CertsCache, getCertificateContent } from
"./certs.js"
;
4
Callers
nothing calls this directly
Calls
9
getCertificateContent
Function · 0.85
mock
Method · 0.80
from
Method · 0.80
getCachedCustomCert
Method · 0.80
getAllCachedCustomCerts
Method · 0.80
getCa
Method · 0.80
set
Method · 0.65
getInstance
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected