View Source Recode.DebugInfo (Recode v0.1.1)

This module provides helper functions to work with debug info.

Link to this section Summary

Link to this section Functions

Link to this function

expand_mfa(debug_info, context, mfa)

View Source
@spec expand_mfa(
  map(),
  Recode.Context.t(),
  {module() | nil, atom(), non_neg_integer()}
) ::
  {:ok, mfa()} | :error