Set input tokens.
(mut self, tokens: u64)
| 476 | |
| 477 | /// Set input tokens. |
| 478 | pub fn with_input(mut self, tokens: u64) -> Self { |
| 479 | self.input_tokens = tokens; |
| 480 | self |
| 481 | } |
| 482 | |
| 483 | /// Set output tokens. |
| 484 | pub fn with_output(mut self, tokens: u64) -> Self { |
no outgoing calls
no test coverage detected