(&self)
| 189 | |
| 190 | impl Cluster { |
| 191 | fn value(&self) -> &str { |
| 192 | match *self { |
| 193 | Cluster::Localnet => "custom", |
| 194 | Cluster::Devnet => "devnet", |
| 195 | Cluster::Mainnet => "null", |
| 196 | } |
| 197 | } |
| 198 | } |
nothing calls this directly
no outgoing calls
no test coverage detected