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

Method models

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

Set all model usage entries at once.

(mut self, models: Vec<ModelUsage>)

Source from the content-addressed store, hash-verified

610
611 /// Set all model usage entries at once.
612 pub fn models(mut self, models: Vec<ModelUsage>) -> Self {
613 self.models = models;
614 self
615 }
616
617 /// Add a covered change hash.
618 pub fn add_change(mut self, hash: Hash) -> Self {

Callers 2

test_builder_models_vecFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected