Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
list
Method · 0.45
register_client_hooks
Method · 0.45
authorize
Method · 0.45
fetch_proxy
Method · 0.45
fetch_proxy_stream
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected