Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ id
Method
id
crates/opencode-tool/src/ls.rs:66–68 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
64
#[async_trait]
65
impl Tool for LsTool {
66
fn id(&self) -> &str {
67
"ls"
68
}
69
70
fn description(&self) -> &str {
71
"Lists files and directories in a given path."
Callers
2
register
Method · 0.45
list_schemas
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected