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

Method default

client/src/config.rs:38–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36
37impl Default for EnvConfig {
38 fn default() -> Self {
39 #[cfg(target_pointer_width = "64")]
40 return ENV_CONFIG.get(&Platform::X64).unwrap().clone();
41 #[cfg(target_pointer_width = "32")]
42 return ENV_CONFIG.get(&Platform::X32).unwrap().clone();
43 }
44}
45
46lazy_static! {

Callers

nothing calls this directly

Calls 3

cloneMethod · 0.80
parseMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected