mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-24 03:36:51 +00:00
chore(graphify): add knowledge graph output for codebase exploration
Includes interactive graph visualization (graph.html), audit report (GRAPH_REPORT.md), raw graph data (graph.json), and extraction caches built from 349 source files (2741 nodes, 4999 edges).
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "home_repositories_purefin_core_src_main_java_hu_bbara_purefin_core_download_downloadcontrollermodule_kt", "label": "DownloadControllerModule.kt", "file_type": "code", "source_file": "core/src/main/java/hu/bbara/purefin/core/download/DownloadControllerModule.kt", "source_location": "L1"}, {"id": "home_repositories_purefin_core_src_main_java_hu_bbara_purefin_core_download_downloadcontrollermodule_downloadcontrollermodule", "label": "DownloadControllerModule", "file_type": "code", "source_file": "core/src/main/java/hu/bbara/purefin/core/download/DownloadControllerModule.kt", "source_location": "L9", "_callable": true}, {"id": "home_repositories_purefin_core_src_main_java_hu_bbara_purefin_core_download_downloadcontrollermodule_downloadcontrollermodule_bindmediadownloadcontroller", "label": ".bindMediaDownloadController()", "file_type": "code", "source_file": "core/src/main/java/hu/bbara/purefin/core/download/DownloadControllerModule.kt", "source_location": "L13", "_callable": true}, {"id": "mediadownloadmanager", "label": "MediaDownloadManager", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/home/repositories/Purefin/core/src/main/java/hu/bbara/purefin/core/download/DownloadControllerModule.kt"}, {"id": "mediadownloadcontroller", "label": "MediaDownloadController", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/home/repositories/Purefin/core/src/main/java/hu/bbara/purefin/core/download/DownloadControllerModule.kt"}], "edges": [{"source": "home_repositories_purefin_core_src_main_java_hu_bbara_purefin_core_download_downloadcontrollermodule_kt", "target": "home_repositories_purefin_core_src_main_java_hu_bbara_purefin_core_download_downloadcontrollermodule_downloadcontrollermodule", "relation": "contains", "confidence": "EXTRACTED", "source_file": "core/src/main/java/hu/bbara/purefin/core/download/DownloadControllerModule.kt", "source_location": "L9", "weight": 1.0}, {"source": "home_repositories_purefin_core_src_main_java_hu_bbara_purefin_core_download_downloadcontrollermodule_downloadcontrollermodule", "target": "home_repositories_purefin_core_src_main_java_hu_bbara_purefin_core_download_downloadcontrollermodule_downloadcontrollermodule_bindmediadownloadcontroller", "relation": "method", "confidence": "EXTRACTED", "source_file": "core/src/main/java/hu/bbara/purefin/core/download/DownloadControllerModule.kt", "source_location": "L13", "weight": 1.0}, {"source": "home_repositories_purefin_core_src_main_java_hu_bbara_purefin_core_download_downloadcontrollermodule_downloadcontrollermodule_bindmediadownloadcontroller", "target": "mediadownloadmanager", "relation": "references", "confidence": "EXTRACTED", "source_file": "core/src/main/java/hu/bbara/purefin/core/download/DownloadControllerModule.kt", "source_location": "L13", "weight": 1.0, "context": "parameter_type"}, {"source": "home_repositories_purefin_core_src_main_java_hu_bbara_purefin_core_download_downloadcontrollermodule_downloadcontrollermodule_bindmediadownloadcontroller", "target": "mediadownloadcontroller", "relation": "references", "confidence": "EXTRACTED", "source_file": "core/src/main/java/hu/bbara/purefin/core/download/DownloadControllerModule.kt", "source_location": "L13", "weight": 1.0, "context": "return_type"}], "raw_calls": []}
|
||||
Reference in New Issue
Block a user