View Source Reactor.File.Step.LnS.Result (reactor_file v0.17.0)
The result of the ln_s
operation.
Summary
Types
@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() }