View Source Patch.Mock.Code.Unit (patch v0.13.0)

Link to this section Summary

Link to this section Types

@type t() :: %Patch.Mock.Code.Unit{
  abstract_forms: [Patch.Mock.Code.form()],
  compiler_options: [Patch.Mock.Code.compiler_option()],
  module: module(),
  sticky?: boolean()
}

Link to this section Functions

@spec purge(unit :: t()) :: :ok
@spec restore(unit :: t()) :: :ok