Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/superagent-ai/grok-cli
/ GrepParams
Interface
GrepParams
src/tools/grep.ts:9–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
const
MAX_LINE_LENGTH = 2000;
8
9
interface
GrepParams {
10
pattern: string;
11
path?: string;
12
include?: string;
13
}
14
15
interface
RipgrepMatch {
16
type
:
"match"
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected