Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/continuedev/continue
/ readFileRange.vitest.ts
File
readFileRange.vitest.ts
core/tools/implementations/readFileRange.vitest.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ expect, test } from
"vitest"
;
2
import
{ getNumberArg } from
"../parseArgs"
;
3
4
test(
"readFileRange should validate positive line number arguments"
, () => {
Callers
nothing calls this directly
Calls
1
getNumberArg
Function · 0.90
Tested by
no test coverage detected