View Source Reactor.File.Step.LnS.Result (reactor_file v0.18.0)

The result of the ln_s operation.

Summary

Types

t()

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