Module PathSummary
Import path
import semmle.javascript.dataflow.internal.FlowStepsPredicates
| call | Gets a summary describing a path with one or more calls, but no returns. |
| level | Gets a summary describing a path without any calls or returns. |
| level | Gets a summary describing a path without any calls or returns, transforming |
| return | Gets a summary describing a path with one or more returns, but no calls. |