callGraph icon indicating copy to clipboard operation
callGraph copied to clipboard

Process also function references

Open dolik-rce opened this issue 7 months ago • 0 comments

Would it be possible to process also function references for kotlin?

Function can be "used" not only by direct call, but also by passing a reference to it (e.g. ::myFunction or value::myFunction). From the point of user, who want's to see a dependency graph of the functions, this would be worth to see too.

Other than this one slight deficiency, this tool works very well and greatly surpassed my expectations. Good job!

dolik-rce avatar Jul 12 '24 07:07 dolik-rce