MCPcopy
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

1import * as fs from "node:fs";
2import { beforeEach, expect, test, vi } from "vitest";
3import { CertsCache, getCertificateContent } from "./certs.js";
4

Callers

nothing calls this directly

Calls 9

getCertificateContentFunction · 0.85
mockMethod · 0.80
fromMethod · 0.80
getCachedCustomCertMethod · 0.80
getCaMethod · 0.80
setMethod · 0.65
getInstanceMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected