This repository was archived by the owner on Nov 2, 2025. It is now read-only.
v0.0.11
- C++
- Detect functions with pointer return types (up to two
*) - Suppress function detection for MVP-like cases
- Detect functions with pointer return types (up to two
- Python
- Don't include
__init__as a function to be consistent with other languages
- Don't include
- General
- Initial support for return type capture
- Initial support for class field capture