View Source Reactor.File.Step.Touch.Result (reactor_file v0.17.0)
The result of a touch
step.
Summary
Types
@type t() :: %Reactor.File.Step.Touch.Result{ after_stat: nil | File.Stat.t(), before_stat: nil | File.Stat.t(), changed?: boolean(), path: Path.t() }