dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
ValidateLoc
dextool
plugin
mutate
backend
interface_
Validate source code locations for analyze and mutation.
@
safe
interface
ValidateLoc {
AbsolutePath
getOutputDir
();
bool
isInsideOutputDir
(AbsolutePath p);
bool
shouldAnalyze
(AbsolutePath p);
bool
shouldMutate
(AbsolutePath p);
ValidateLoc
dup
();
}
Members
Functions
dup
ValidateLoc
dup
()
Duplicate the instance,
getOutputDir
AbsolutePath
getOutputDir
()
isInsideOutputDir
bool
isInsideOutputDir
(AbsolutePath p)
Undocumented in source.
shouldAnalyze
bool
shouldAnalyze
(AbsolutePath p)
shouldMutate
bool
shouldMutate
(AbsolutePath p)
Meta
Source
See Implementation
dextool
plugin
mutate
backend
interface_
classes
InvalidPathException
interfaces
FilesysIO
ValidateLoc
structs
SafeOutput
Validate source code locations for analyze and mutation.