MCPcopy 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_enviromentFunction · 0.45
get_download_urlFunction · 0.45
run_upgrade_scriptFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected