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

Method with_cache_read

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

Set cache read tokens.

(mut self, tokens: u64)

Source from the content-addressed store, hash-verified

488
489 /// Set cache read tokens.
490 pub fn with_cache_read(mut self, tokens: u64) -> Self {
491 self.cache_read_tokens = tokens;
492 self
493 }
494
495 /// Set cache write tokens.
496 pub fn with_cache_write(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