CodeFlow

io.shiftleft.semanticcpg.sarif.SarifSchema.CodeFlow
trait CodeFlow

A set of threadFlows which together describe a pattern of code execution relevant to detecting a result.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CodeFlow

Members list

Value members

Abstract methods

def message: Option[Message]

Attributes

Returns

A message relevant to the code flow.

def threadFlows: List[ThreadFlow]

Attributes

Returns

An array of one or more unique threadFlow objects, each of which describes the progress of a program through a thread of execution.