Reactor.File.Step.Touch.Result (reactor_file v0.18.3)

View Source

The result of a touch step.

Summary

Types

t()

@type t() :: %Reactor.File.Step.Touch.Result{
  after_stat: nil | File.Stat.t(),
  before_stat: nil | File.Stat.t(),
  changed?: boolean(),
  path: Path.t()
}