Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ grep_tool.rs
File
grep_tool.rs
crates/opencode-tool/src/grep_tool.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use async_trait::async_trait;
2
use regex::Regex;
3
use std::fs::File;
4
use std::io::{BufRead, BufReader};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected