Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Extract precise function signature definitions #46

@acuarica

Description

@acuarica

One feature that can be useful is to detect function's inputs and outputs. Essentially, this means to track down CallDataLoad expressions in the AST. Currently, there is no easy way to get this info besides traversing the AST. This can be error prone and might duplicate efforts in consumers.

Provide an easy to use API that extract function signature definitions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions