Database.iterateFileMutants

Iterate over the mutants in a specific file.

Mutants are guaranteed to be ordered by their starting offset in the file.

struct Database
@trusted
void
iterateFileMutants
(,,
scope void delegate
(
ref const FileMutantRow
)
dg
)

Parameters

kinds Mutation.Kind[]

the type of mutation operators to have in the report

file Path

the file to retrieve mutants from

dg void delegate
(
ref const FileMutantRow
)

callback for reach row

Meta