mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-08 05:45:14 +02:00
chore: rename get_id to id, add doc comments, pre-allocate format_history
This commit is contained in:
@@ -575,7 +575,7 @@ fn validate_answers(
|
||||
if chunk_text.contains(&needle)
|
||||
|| (!needle_norm.is_empty() && chunk_norm.contains(&needle_norm))
|
||||
{
|
||||
matches.insert(chunk.chunk.get_id().to_string());
|
||||
matches.insert(chunk.chunk.id().to_string());
|
||||
found_any = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user