io.joern.console.scan
package io.joern.console.scan
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
class ScanPass(cpg: Cpg, queries: List[Query]) extends CpgPass
Each query runs the data-flow engine, which is already parallelized. Another layer of parallelism causes undefined behaviour on the underlying database. This is why we use CpgPass
instead of ForkJoinParallelCpgPass
or similar.
Each query runs the data-flow engine, which is already parallelized. Another layer of parallelism causes undefined behaviour on the underlying database. This is why we use CpgPass
instead of ForkJoinParallelCpgPass
or similar.
Attributes
- Supertypes
-
class CpgPassclass ForkJoinParallelCpgPass[AnyRef]trait CpgPassBaseclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
Print human readable list of findings to standard out.
Print human readable list of findings to standard out.
Attributes
Implicits
Implicits
In this article