Set cache write tokens.
(mut self, tokens: u64)
| 494 | |
| 495 | /// Set cache write tokens. |
| 496 | pub fn with_cache_write(mut self, tokens: u64) -> Self { |
| 497 | self.cache_write_tokens = tokens; |
| 498 | self |
| 499 | } |
| 500 | |
| 501 | /// Set cost in USD. |
| 502 | pub fn with_cost(mut self, usd: f64) -> Self { |
no outgoing calls
no test coverage detected