Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ hook_system
Method
hook_system
crates/opencode-plugin/src/lib.rs:262–264 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
260
}
261
262
pub fn hook_system(&self) -> Arc<PluginSystem> {
263
self.hook_system.clone()
264
}
265
266
pub async fn list(&self) -> Vec<(String, String)> {
267
let plugins = self.plugins.read().await;
Callers
2
load_plugin_auth_store
Function · 0.45
load_plugin_auth_store
Function · 0.45
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected