Represents a list of generated mutants for a file.

interface FileMutants {
    mutants: SerializableCodeMutation[];
    targetFileHash: string;
    targetFilePath: string;
}

Properties

targetFileHash: string
targetFilePath: string