You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#46
Add support for processing `include_directive` in C files.
* **api/analyzers/c/analyzer.py**
- Add `process_include_directive` method to handle `include_directive` nodes and create edges between files.
- Modify `first_pass` method to process `include_directive` nodes and create edges between files.
* **tests/test_c_analyzer.py**
- Add test case to verify the creation of edges between files for `include_directive`.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/FalkorDB/code-graph-backend/issues/46?shareId=XXXX-XXXX-XXXX-XXXX).
Should create an edge between two files
The text was updated successfully, but these errors were encountered: