MCPcopy Index your code
hub / github.com/continuedev/continue / fetchUrlContent.vitest.ts

File fetchUrlContent.vitest.ts

core/tools/implementations/fetchUrlContent.vitest.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { expect, test, vi } from "vitest";
2import { fetchUrlContentImpl } from "./fetchUrlContent";
3
4vi.mock("../../context/providers/URLContextProvider", () => ({

Callers

nothing calls this directly

Calls 2

fetchUrlContentImplFunction · 0.90
mockMethod · 0.80

Tested by

no test coverage detected