find_entry_points
Identify functions not called by others to uncover potential API endpoints and entry points, returning their layer and summary for a given project.
Instructions
Find functions that are NOT called by any other function (potential API endpoints / entry points).
Args: project: Project name.
Returns: List of entry point functions with their layer and summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |