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

Method involves_ai

atomic-core/src/change/credit.rs:117–122  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

115 /// Check if this credit type involves AI.
116 #[inline]
117 pub fn involves_ai(&self) -> bool {
118 matches!(
119 self,
120 CreditType::AiAssisted | CreditType::Collaborative | CreditType::AiGenerated
121 )
122 }
123
124 /// Check if this is purely human-authored.
125 #[inline]

Callers 2

has_ai_contentMethod · 0.80
ai_rangesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected