MCPcopy Create free account
hub / github.com/clockwork-xyz/examples / value

Method value

pyth_stats/client/src/main.rs:191–197  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

189
190impl Cluster {
191 fn value(&self) -> &str {
192 match *self {
193 Cluster::Localnet => "custom",
194 Cluster::Devnet => "devnet",
195 Cluster::Mainnet => "null",
196 }
197 }
198}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected