/__w/shurbej/shurbej/_build/test/cover/aggregate/shurbej_app.html

1 -module(shurbej_app).
2 -behaviour(application).
3
4 -export([start/2, stop/1]).
5
6 start(_StartType, _StartArgs) ->
7 1 shurbej_sup:start_link().
8
9 stop(_State) ->
10 1 ok.
Line Hits Source