Reactor.File.Step.LnS.Result
(reactor_file v0.18.4)
View Source
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() }