dextool v2.0.0-rc.1 (2020-01-03T16:03:52Z)
Dub
Repo
ValidateLoc
dextool
plugin
mutate
backend
interface_
Validate source code locations for analyze and mutation.
@
safe
interface
ValidateLoc {
AbsolutePath
getOutputDir
();
bool
shouldAnalyze
(AbsolutePath p);
bool
shouldAnalyze
(string p);
bool
shouldMutate
(AbsolutePath p);
}
Members
Functions
getOutputDir
AbsolutePath
getOutputDir
()
shouldAnalyze
bool
shouldAnalyze
(AbsolutePath p)
bool
shouldAnalyze
(string p)
shouldMutate
bool
shouldMutate
(AbsolutePath p)
Meta
Source
See Implementation
dextool
plugin
mutate
backend
interface_
interfaces
FilesysIO
ValidateLoc
structs
SafeOutput
Validate source code locations for analyze and mutation.