dextool.plugin.mutate.backend.mutation_type

Modules

abs
module dextool.plugin.mutate.backend.mutation_type.abs
aor
module dextool.plugin.mutate.backend.mutation_type.aor
cor
module dextool.plugin.mutate.backend.mutation_type.cor
dcc
module dextool.plugin.mutate.backend.mutation_type.dcc
dcr
module dextool.plugin.mutate.backend.mutation_type.dcr
lcr
module dextool.plugin.mutate.backend.mutation_type.lcr
lcrb
module dextool.plugin.mutate.backend.mutation_type.lcrb
ror
module dextool.plugin.mutate.backend.mutation_type.ror
sdl
module dextool.plugin.mutate.backend.mutation_type.sdl
uoi
module dextool.plugin.mutate.backend.mutation_type.uoi

Members

Functions

broadcast
Mutation.Kind[] broadcast(const Mutation.Kind k)

Expand a mutation to all kinds at the same mutation point that would result in the same mutation being performed.

toUser
MutationKind toUser(Mutation.Kind k)

Convert the internal mutation kind to those that are presented to the user via the CLI.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

License

MPL-2