Add a new field in Callable to denote if the callable can be an entrypoint #86
Open
Description
Is your feature request related to a problem? Please describe
No. It would be preferable to connote if methods are potential application entry points.
Describe the solution you'd like
We would like to see an new field in the analysis.json
object to capture a boolean flag to denote if a callable is an entrypoint or not.
Please use the implementation from https://yanniss.github.io/enterprise-pldi20.pdf
Describe alternatives you've considered
We do this in CLDK currently, but it seems to be error prone and flaky when CLDK objects are parallelized.
Additional context
N/A