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

Method print_models

atomic-cli/src/commands/agent/attest.rs:512–516  ·  view source on GitHub ↗

Print model breakdown.

(&self, attest: &Attestation)

Source from the content-addressed store, hash-verified

510
511 /// Print model breakdown.
512 fn print_models(&self, attest: &Attestation) {
513 for model in &attest.models {
514 println!(" {}", model);
515 }
516 }
517
518 /// Print changes covered.
519 fn print_changes(&self, attest: &Attestation) {

Callers 2

list_allMethod · 0.80
show_for_viewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected