We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vyper --version
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:
A.vy
foo
B.vy
bar
vyper -f metadata B.vy
will not report the function foo from A.vy
The text was updated successfully, but these errors were encountered:
sandbubbles
No branches or pull requests
Version Information
vyper --version
): 0.4.0What's your issue about?
If contract
A.vy
contains an internal functionfoo
and contractB.vy
contains an external functionbar
that is imported inA.vy
and called internally:vyper -f metadata B.vy
will not report the function
foo
fromA.vy
The text was updated successfully, but these errors were encountered: