dextool ~master (2018-04-15T20:31: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
Validate source code locations for analyze and mutation.