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

Method is_empty

atomic-cli/src/commands/sidecars.rs:38–40  ·  view source on GitHub ↗

Whether anything was imported.

(&self)

Source from the content-addressed store, hash-verified

36impl SidecarStats {
37 /// Whether anything was imported.
38 pub fn is_empty(&self) -> bool {
39 self.provenance == 0 && self.attestations == 0
40 }
41}
42
43/// Import every provenance graph and attestation carried by `pack`.

Callers 15

validate_view_nameFunction · 0.45
parse_stash_refMethod · 0.45
apply_stashMethod · 0.45
run_listMethod · 0.45
run_clearMethod · 0.45
change_hash_candidatesFunction · 0.45
runMethod · 0.45
runMethod · 0.45
show_recent_sessionsFunction · 0.45
show_session_detailFunction · 0.45
build_session_intent_mapFunction · 0.45
build_turn_intent_mapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected