dextool.plugin.mutate.backend.report.utility

Members

Functions

kindToString
string kindToString(Mutation.Kind kind)
Undocumented in source. Be warned that the author may not have intended to support it.
kindToString
string kindToString(long kind)
Undocumented in source. Be warned that the author may not have intended to support it.
statusToString
string statusToString(Mutation.Status status)
Undocumented in source. Be warned that the author may not have intended to support it.
statusToString
string statusToString(ulong status)
Undocumented in source. Be warned that the author may not have intended to support it.
toInternal
string toInternal(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
window
string window(T a, size_t maxlen)

Create a range from a that has at most maxlen+3 letters in it.

Structs

Table
struct Table(int columnsNr)
Undocumented in source.

Variables

invalidFile
auto invalidFile;
Undocumented in source.
windowSize
auto windowSize;
Undocumented in source.

Meta

License

MPL-2

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/.

This module contains utility functions used by different reports and analyzers such as type converters, string manipulations etc.