Skip to content

Commit

Permalink
xref
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekgorny committed Nov 27, 2023
1 parent 3791154 commit 2e1598c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mongoose_traffic.erl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
-export([init/1, handle_call/3, handle_cast/2, handle_info/2]).
%% cowboy handler for serving main page
-export([init/2]).
-ignore_xref([init/2]).

-define(SERVER, ?MODULE).
-type state() :: [pid()].
Expand Down

0 comments on commit 2e1598c

Please sign in to comment.