Module ApiGraphs
Provides an implementation of API graphs, which are an abstract representation of the API surface used and/or defined by a code base.
The nodes of the API graph represent definitions and uses of API components. The edges are directed and labeled; they specify how the components represented by nodes relate to each other.
Import path
import codeql.ruby.ApiGraphsModules
| API | Provides classes and predicates for working with APIs used in a database. |