Copyright © (C) 2012 Erlware, LLC.
Behaviours: provider.
Authors: Eric Merritt (ericbmerritt@gmail.com).
do/1 | recursively dig down into the library directories specified in the state looking for OTP Applications. |
format_error/1 | this is here to comply with the signature. |
init/1 |
do(State0::rlx_state:t()) -> {ok, rlx_state:t()} | relx:error()
recursively dig down into the library directories specified in the state looking for OTP Applications
format_error(X1::any()) -> iolist()
this is here to comply with the signature. However, we do not actually produce any errors and so simply return an empty string.
init(State::rlx_state:t()) -> {ok, rlx_state:t()}
Generated by EDoc, Jun 11 2024, 05:22:44.