MCPcopy Create free account
hub / github.com/AmrDeveloper/GQL / mode

Method mode

src/gitql/values/diff_changes.rs:48–56  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

46 }
47
48 pub fn mode(&self) -> char {
49 match self {
50 DiffChangeKind::Addition => 'A',
51 DiffChangeKind::Deletion => 'D',
52 DiffChangeKind::Modification => 'M',
53 DiffChangeKind::Rewrite => 'R',
54 DiffChangeKind::Copy => 'C',
55 }
56 }
57}
58
59#[derive(Clone)]

Callers 1

select_diffs_changesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected