(key)
| 104919 | } |
| 104920 | |
| 104921 | function isInterpolating(key) { |
| 104922 | return isSequential(key) || isDiverging(key); |
| 104923 | } |
| 104924 | |
| 104925 | function isLogarithmic(key) { |
| 104926 | return key === Log || key.endsWith('-log'); |
nothing calls this directly
no test coverage detected