vyper icon indicating copy to clipboard operation
vyper copied to clipboard

metadata doesn't report internal functions from modules

Open AlbertoCentonze opened this issue 4 months ago • 0 comments

Version Information

  • vyper Version (output of vyper --version): 0.4.0

What's your issue about?

If contract A.vy contains an internal function foo and contract B.vy contains an external function bar that is imported in A.vy and called internally:

vyper -f metadata B.vy

will not report the function foo from A.vy

AlbertoCentonze avatar Oct 17 '24 14:10 AlbertoCentonze