<div dir="ltr"><div><div><div>Hi, all.<br><br>I noticed that <b>xref</b> doesn't detect some of the calls.<br><br></div>here is the simple test module:<br><div style="margin-left:40px"><br>-module(test).<br>-compile(export_all).<br><br>test()-><br>lists:reverse([]),<br>lists:keyfind(a,1,[]).<br><br></div>and<b> xref</b> query to get the calls from the module:<br><div style="margin-left:40px"><br><b>1></b> c(test,[debug_info]).<br>{ok,test}<br><b>2></b> xref:start(s).<br>{ok,<0.41.0>}<br><b>3></b> xref:add_directory(s,".").<br>{ok,[test]}<br><b>4></b> xref:q(s, "E | test:Mod").<br>{ok,[{{test,test,0},{lists,reverse,1}}]}<br><b>5></b> xref:stop(s).<br>stopped<br><br></div>can anyone explain why <b>xref</b> doesn't detect<b> lists:keyfind/3</b> call?<br><br></div>Regards,<br></div>Denis<br><div><div><div><div><div style="margin-left:40px"><br></div></div></div></div></div></div>