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

Method has_provenance

atomic-repository/src/record/options.rs:369–371  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

367 /// Check if this change has AI provenance.
368 #[must_use]
369 pub fn has_provenance(&self) -> bool {
370 !self.provenance.is_empty()
371 }
372
373 /// Check if a path should be included based on the configured paths filter.
374 #[must_use]

Callers

nothing calls this directly

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected