Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ expect, test, vi } from
"vitest"
;
2
import
{ fetchUrlContentImpl } from
"./fetchUrlContent"
;
3
4
vi.mock(
"../../context/providers/URLContextProvider"
, () => ({
Callers
nothing calls this directly
Calls
2
fetchUrlContentImpl
Function · 0.90
mock
Method · 0.80
Tested by
no test coverage detected