Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ get_plugin_loader
Function
get_plugin_loader
crates/opencode-server/src/routes.rs:4542–4544 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4540
}
4541
4542
fn get_plugin_loader() -> Option<&'static Arc<PluginLoader>> {
4543
PLUGIN_LOADER.get()
4544
}
4545
4546
fn plugin_auth_routes() -> Router<Arc<ServerState>> {
4547
Router::new()
Callers
6
get_provider_auth
Function · 0.85
oauth_authorize
Function · 0.85
oauth_callback
Function · 0.85
list_agents
Function · 0.85
list_plugin_auth
Function · 0.85
get_auth_bridge
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected