Describe the bug
The function should be called for the mutated type graph when combining use with decorator, etc. Currently, it seems the function will only be called once for the original type graph, which caused the decorator logic in mutation get the wrong type graph from function result. The original issue here.
Reproduction
Playground
Checklist
Describe the bug
The function should be called for the mutated type graph when combining use with decorator, etc. Currently, it seems the function will only be called once for the original type graph, which caused the decorator logic in mutation get the wrong type graph from function result. The original issue here.
Reproduction
Playground
Checklist