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

Method code_changes

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

Set the code change statistics.

(mut self, stats: CodeChangeStats)

Source from the content-addressed store, hash-verified

598
599 /// Set the code change statistics.
600 pub fn code_changes(mut self, stats: CodeChangeStats) -> Self {
601 self.code_changes = stats;
602 self
603 }
604
605 /// Add a model usage entry.
606 pub fn add_model(mut self, usage: ModelUsage) -> Self {

Callers 2

make_attestationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected