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

Method ai_ranges

atomic-core/src/change/credit.rs:683–688  ·  view source on GitHub ↗

Get all ranges involving AI.

(&self)

Source from the content-addressed store, hash-verified

681
682 /// Get all ranges involving AI.
683 pub fn ai_ranges(&self) -> Vec<&CreditRange> {
684 self.ranges
685 .iter()
686 .filter(|r| r.credit.involves_ai())
687 .collect()
688 }
689
690 /// Get all ranges that are purely human.
691 pub fn human_ranges(&self) -> Vec<&CreditRange> {

Callers 1

Calls 2

involves_aiMethod · 0.80
iterMethod · 0.45

Tested by 1