Get the range value for the given domain entry.
(&self, domain: &String)
| 148 | |
| 149 | /// Get the range value for the given domain entry. |
| 150 | fn scale(&self, domain: &String) -> f32 { |
| 151 | self.offsets[*self.index.get(domain).unwrap()] |
| 152 | } |
| 153 | |
| 154 | /// Get the bandwidth (if present). |
| 155 | fn bandwidth(&self) -> Option<f32> { |
no outgoing calls
no test coverage detected