Module PathProblem
A module for making a custom path problem library for a given language in CodeQL.
Import path
import qtil.locations.CustomPathProblemModules
| CustomPathProblem | A module for creating custom path problem results in CodeQL, using an efficient forward-reverse search pattern under the hood. |
Module signatures
| CustomPathProblemConfigSig | To create a custom path problem, simply define the |
Parameters
| Location | LocationSig | |
| LocConfig | LocatableConfig<CustomPathProblem::PathProblem::Location> |