Closed jeremykubica closed 3 months ago
Cache the parameter's full name in the setter_info. This will allow us to efficiently look it up from a dictionary in other PRs such as #60.
This PR also cleans up how the overloading of the name works with FunctionNode so that it caches the node's name correctly (which I broke in #58).
FunctionNode
Cache the parameter's full name in the setter_info. This will allow us to efficiently look it up from a dictionary in other PRs such as #60.
This PR also cleans up how the overloading of the name works with
FunctionNode
so that it caches the node's name correctly (which I broke in #58).