commitbee 0.6.0

AI-powered commit message generator using tree-sitter semantic analysis and local LLMs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[symbols]]
kind = "Function"
name = "lookup"
file = "src/services/cache.rs"
line = 13
end_line = 15
is_public = true
is_added = false

[[symbols]]
kind = "Function"
name = "get"
file = "src/services/cache.rs"
line = 23
end_line = 28
is_public = true
is_added = true
signature = "pub fn get(&self, key: &str) -> Option<&CacheEntry>"