Packages

A function decorator macro for Elixir. Used mainly for adding log statements to the function calls.

Current section

Files

Jump to
function_decorating lib function_decorator.ex
Raw

lib/function_decorator.ex

defmodule FunctionDecorator do
@callback decorate(%FnDef{}) :: {:ok, %FnDef{}}
end