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

Method has_provenance

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

Source from the content-addressed store, hash-verified

408 /// Check if this change has AI provenance.
409 #[must_use]
410 pub fn has_provenance(&self) -> bool {
411 !self.provenance.is_empty()
412 }
413
414 /// Check if a path should be included based on the configured paths filter.
415 #[must_use]

Callers

nothing calls this directly

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected