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

Function make_agent

atomic-core/src/change/attestation.rs:746–748  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

744 use crate::types::Hash;
745
746 fn make_agent() -> AttestAgent {
747 AttestAgent::new("claude-code", "Claude Code", "anthropic")
748 }
749
750 fn make_attestation() -> Attestation {
751 Attestation::builder("session-abc", make_agent())

Callers 14

make_attestationFunction · 0.85
test_agent_displayFunction · 0.85
test_builder_minimalFunction · 0.85
test_builder_with_notesFunction · 0.85
test_builder_models_vecFunction · 0.85
test_minimal_roundtripFunction · 0.85
test_is_chained_trueFunction · 0.85
test_cost_display_smallFunction · 0.85
test_cost_display_normalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected