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

Method is_human

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

Source from the content-addressed store, hash-verified

124 /// Check if this is purely human-authored.
125 #[inline]
126 pub fn is_human(&self) -> bool {
127 matches!(self, CreditType::Human)
128 }
129
130 /// Estimate the AI contribution level (0.0 = all human, 1.0 = all AI).
131 pub fn ai_contribution_estimate(&self) -> f32 {

Callers 1

human_rangesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected