<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Hi,</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">I'm wondering if I could get some advise regarding xref.</p>
<p style="margin-top:0;margin-bottom:0">I've found across a number of projects, anything using Cowboy triggers similar alerts for me to below:</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p>$./rebar3  xref<br>
</p>
<p style="margin-top:0;margin-bottom:0"><span>===> Warning: api_handler:init/2 is unused export (Xref)</span></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">The init/2 function is most definitely used - it's the Cowboy callback used exactly the same way as the demo echo server does here:</p>
<p style="margin-top:0;margin-bottom:0"><a class="OWAAutoLink" id="LPlnk98209" href="https://github.com/ninenines/cowboy/blob/master/examples/echo_get/src/toppage_handler.erl" previewremoved="true">https://github.com/ninenines/cowboy/blob/master/examples/echo_get/src/toppage_handler.erl</a></p>
<br>
<p style="margin-top:0;margin-bottom:0">I'm hoping to incorporate the xref test into my CI workflow, but I'd need to understand first how to convince it that Cowboy functions are not "unused". Is this a bug in xref or rebar?</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
</div>
</body>
</html>