Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/continuedev/continue
/ readFile.ts
File
readFile.ts
extensions/cli/src/tools/readFile.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
* as fs from
"fs"
;
2
3
import
{ throwIfFileIsSecurityConcern } from
"core/indexing/ignore.js"
;
4
import
{ ContinueError, ContinueErrorReason } from
"core/util/errors.js"
;
Callers
nothing calls this directly
Calls
5
throwIfFileIsSecurityConcern
Function · 0.85
formatToolArgument
Function · 0.85
getReadFileMaxLines
Function · 0.85
getReadFileMaxChars
Function · 0.85
markFileAsRead
Function · 0.85
Tested by
no test coverage detected