dextool v2.0.0-rc.2 (2020-01-29T20:47:13Z)
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);
ValidateLoc
dup
();
}
Members
Functions
dup
ValidateLoc
dup
()
Duplicate the instance,
getOutputDir
AbsolutePath
getOutputDir
()
shouldAnalyze
bool
shouldAnalyze
(string p)
shouldAnalyze
bool
shouldAnalyze
(AbsolutePath 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.