terryyin / lizard

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
Other
1.81k stars 246 forks source link

Not used function_stack property #377

Closed kevinah95 closed 11 months ago

kevinah95 commented 11 months ago

I am working on a Kotlin implementation of lizard in this repo KLizard. And notice that this line is not used:

https://github.com/terryyin/lizard/blob/e7114a142f00a17f028705e06652b419a62eb45b/lizard.py#L367

I am going to create a PR to remove this line if it is really not used property.