MCPcopy 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
4542fn get_plugin_loader() -> Option<&'static Arc<PluginLoader>> {
4543 PLUGIN_LOADER.get()
4544}
4545
4546fn plugin_auth_routes() -> Router<Arc<ServerState>> {
4547 Router::new()

Callers 6

get_provider_authFunction · 0.85
oauth_authorizeFunction · 0.85
oauth_callbackFunction · 0.85
list_agentsFunction · 0.85
list_plugin_authFunction · 0.85
get_auth_bridgeFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected