Run

io.joern.console.Run
object Run

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Run.type

Members list

Value members

Concrete methods

def codeForRunCommand(exclude: List[String]): String

Generate code for the run command

Generate code for the run command

Value parameters

exclude

list of analyzers to exclude (by full class name)

Attributes

def runCustomQuery(console: Console[_], query: HasStoreMethod): Unit