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

Method has_provenance

atomic-core/src/change/change.rs:243–245  ·  view source on GitHub ↗

Check if this change has AI provenance.

(&self)

Source from the content-addressed store, hash-verified

241
242 /// Check if this change has AI provenance.
243 pub fn has_provenance(&self) -> bool {
244 !self.hashed.provenance.is_empty()
245 }
246
247 /// Append content to the contents blob.
248 ///

Callers 3

format_defaultMethod · 0.45
format_shortMethod · 0.45
from_changeMethod · 0.45

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected