MCPcopy 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

1use async_trait::async_trait;
2use regex::Regex;
3use std::fs::File;
4use std::io::{BufRead, BufReader};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected