dextool v2.3.0 (2020-09-01T21:07:48Z)
Dub
Repo
SchemataResult
dextool
plugin
mutate
backend
analyze
pass_schemata
Language generic
@
safe
class
SchemataResult {
struct
SchemataFragment
via
import
dextool
.
plugin
.
mutate
.
backend
.
database
.
type
:
SchemataFragment
;
;
struct
Index
(KeyT)
via
import
dextool
.
plugin
.
mutate
.
backend
.
analyze
.
utility
:
Index
;
;
struct
Fragment
;
struct
Schemata
;
this
(FilesysIO fio, long mutantsPerSchema);
SchematasRange
getSchematas
();
string
toString
();
}
Constructors
this
this
(FilesysIO fio, long mutantsPerSchema)
Undocumented in source.
Members
Functions
getSchematas
SchematasRange
getSchematas
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Fragment
struct
Fragment
Undocumented in source.
Schemata
struct
Schemata
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
mutate
backend
analyze
pass_schemata
classes
SchemataResult
functions
checksumToId
toSchemata
variables
schemataMutantEnvKey
schemataMutantIdentifier
Language generic