MCPcopy 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]
65impl 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

registerMethod · 0.45
list_schemasMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected