MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / glob_tool.rs

File glob_tool.rs

crates/opencode-tool/src/glob_tool.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use async_trait::async_trait;
2use std::path::{Path, PathBuf};
3use std::time::SystemTime;
4use walkdir::WalkDir;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected