MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / with_output

Method with_output

atomic-core/src/change/attestation.rs:484–487  ·  view source on GitHub ↗

Set output tokens.

(mut self, tokens: u64)

Source from the content-addressed store, hash-verified

482
483 /// Set output tokens.
484 pub fn with_output(mut self, tokens: u64) -> Self {
485 self.output_tokens = tokens;
486 self
487 }
488
489 /// Set cache read tokens.
490 pub fn with_cache_read(mut self, tokens: u64) -> Self {

Callers 3

test_model_usage_builderFunction · 0.80
test_model_usage_displayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected