Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ermak-dev/cloudpub
/ get
Method
get
client/src/plugins/registry.rs:37–39 ·
view source on GitHub ↗
(&self, protocol: Protocol)
Source
from the content-addressed store, hash-verified
35
}
36
37
pub fn get(&self, protocol: Protocol) -> Option<Arc<dyn Plugin>> {
38
self.plugins.get(&protocol).cloned()
39
}
40
}
Callers
3
check_enviroment
Function · 0.45
get_download_url
Function · 0.45
run_upgrade_script
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected