Mix xref callers of a given function is gone?

I was a happy user of mix xref callers MyModule.my_fun for a while, but after using Elixir from master I noticed it is no longer available.

The documentation for the feature was removed in this PR: https://github.com/elixir-lang/elixir/pull/9228/files#diff-a288e7895d3524e899c567d5cb6a456aL31-L32

Is there a known substitute for mix xref callers MyModule.my_fun or has it been removed without a replacement?

2 Likes

I’m not sure but it might be replaced by the compiler tracing that (I think) is coming in the next version. I don’t have any links handy but hopefully you can find more info.