aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/manager/diff/kernel.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/manager/diff: add testsAleksandr Nogikh2026-01-261-2/+26
| | | | | Refactor the package to support testing and add a number of basic tests.
* pkg/manager: split off diff fuzzer functionalityAleksandr Nogikh2026-01-231-0/+319
Move the code to a separate pkg/manager/diff package. Split the code into several files.