MCPcopy Create free account
hub / github.com/ermak-dev/cloudpub / get

Method get

client/src/config.rs:218–221  ·  view source on GitHub ↗
(&self, key: &str)

Source from the content-addressed store, hash-verified

216 }
217
218 pub fn get(&self, key: &str) -> Result<String> {
219 let option = ConfigOption::from_str(key)?;
220 self.get_option(option)
221 }
222
223 pub fn get_all_options(&self) -> Vec<(String, String)> {
224 self.get_all_config_options()

Callers 1

defaultMethod · 0.45

Calls 1

get_optionMethod · 0.80

Tested by

no test coverage detected