A function identity in generated oracle facts.
Summary
Functions
Builds a function identity from an MFA tuple.
Types
@type t() :: %ProgramFacts.Fact.FunctionID{ arity: non_neg_integer(), function: String.t(), id: String.t(), module: String.t() }
A function identity in generated oracle facts.
Builds a function identity from an MFA tuple.
@type t() :: %ProgramFacts.Fact.FunctionID{ arity: non_neg_integer(), function: String.t(), id: String.t(), module: String.t() }