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

Method with_cache_write

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

Set cache write tokens.

(mut self, tokens: u64)

Source from the content-addressed store, hash-verified

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 {

Callers 2

test_model_usage_builderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected