dextool v1.2.2 (2019-07-12T16:12:10Z)
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.