Patch.Mock.Values.Callable (patch v0.7.0) View Source
Link to this section Summary
Link to this section Types
Specs
dispatch_mode() :: :apply | :list
Specs
t() :: %Patch.Mock.Values.Callable{
dispatch: dispatch_mode(),
target: function()
}
dispatch_mode() :: :apply | :list
t() :: %Patch.Mock.Values.Callable{
dispatch: dispatch_mode(),
target: function()
}