Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ ls.rs
File
ls.rs
crates/opencode-tool/src/ls.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use async_trait::async_trait;
2
use glob::Pattern;
3
use std::collections::{HashMap, HashSet};
4
use std::path::{Path, PathBuf};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected