/__w/shurbej/shurbej/_build/test/cover/ct/shurbej_store_app.html

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