Expand description
deagle-core — graph types and SQLite storage for code intelligence.
Defines the code graph model: nodes (functions, classes, modules), edges (calls, imports, contains, inherits), and SQLite-backed persistence.
§Feature Flags
semantic— enables semantic code search via ares-vector
Structs§
- Edge
- An edge in the code graph — represents a relationship between entities.
- GraphDb
- SQLite-backed code graph database.
- Node
- A node in the code graph — represents a code entity.
Enums§
- Deagle
Error - Errors from deagle operations.
- Edge
Kind - Kind of relationship between code entities.
- Language
- Supported programming languages.
- Node
Kind - Kind of code entity.