MCPcopy Index your code
hub / github.com/ChrisFeldmeier/OpenCodeRust / name

Method name

crates/opencode-plugin/src/subprocess/client.rs:200–202  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

198 // -- Accessors ----------------------------------------------------------
199
200 pub fn name(&self) -> &str {
201 &self.name
202 }
203
204 pub fn hooks(&self) -> &[String] {
205 &self.hooks

Callers 5

listMethod · 0.45
register_client_hooksMethod · 0.45
authorizeMethod · 0.45
fetch_proxyMethod · 0.45
fetch_proxy_streamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected