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

Method has_provenance

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

Source from the content-addressed store, hash-verified

388 /// Check if this change has AI provenance.
389 #[must_use]
390 pub fn has_provenance(&self) -> bool {
391 !self.provenance.is_empty()
392 }
393
394 /// Check if a path should be included based on the configured paths filter.
395 #[must_use]

Callers

nothing calls this directly

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected