TestBinaryDb

A runtime database of the current status of the test binaries and their checksum.

Members

Functions

add
void add(Checksum64 cs, Mutation.Status status)
Undocumented in source. Be warned that the author may not have intended to support it.
clearAdded
void clearAdded()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

added
Mutation.Status[Checksum64] added;
Undocumented in source.
mutated
Mutation.Status[Checksum64] mutated;
Undocumented in source.
original
Set!Checksum64 original;
Undocumented in source.

Meta