ProgramFacts.Fact.BranchCall (program_facts v0.2.1)

Copy Markdown View Source

A call associated with one branch clause.

Summary

Types

t()

@type t() :: %ProgramFacts.Fact.BranchCall{
  call: ProgramFacts.Fact.FunctionID.t(),
  label: String.t()
}

Functions

from_map!(map)

new(map)

to_map(branch_call)