refactor: stabilize heal format recovery integration tests (#1984)

Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
安正超
2026-02-27 15:26:19 +08:00
committed by GitHub
parent 3433dfa88e
commit 9d2b8822cf
26 changed files with 849 additions and 125 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ impl TraceType {
}
pub fn single_type(&self) -> bool {
todo!()
self.0.count_ones() == 1
}
pub fn merge(&mut self, other: &TraceType) {