package ai.decompile.engine.model; import java.util.List; public record AnalysisResult(List functions) {}