Identifies a specific mutation applied to the source code.

interface MutantData {
    operatorId: string;
    targetFileHash: string;
    targetFilePath: string;
}

Properties

operatorId: string
targetFileHash: string
targetFilePath: string