Files
Purefin/graphify-out/cache/ast/v0.9.5/78701b19d69de9b1fdf45edafeba47170eaabf0146a338dc38fddb9cfc37e548.json
Barnabas Balogh a2121afc2d 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).
2026-07-04 09:19:44 +00:00

1 line
2.6 KiB
JSON

{"nodes": [{"id": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_theme_theme_kt", "label": "Theme.kt", "file_type": "code", "source_file": "app/src/main/java/hu/bbara/purefin/ui/theme/Theme.kt", "source_location": "L1"}, {"id": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_theme_theme_apptheme", "label": "AppTheme()", "file_type": "code", "source_file": "app/src/main/java/hu/bbara/purefin/ui/theme/Theme.kt", "source_location": "L35", "_callable": true}, {"id": "boolean", "label": "Boolean", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/theme/Theme.kt"}], "edges": [{"source": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_theme_theme_kt", "target": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_theme_theme_apptheme", "relation": "contains", "confidence": "EXTRACTED", "source_file": "app/src/main/java/hu/bbara/purefin/ui/theme/Theme.kt", "source_location": "L35", "weight": 1.0}, {"source": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_theme_theme_apptheme", "target": "boolean", "relation": "references", "confidence": "EXTRACTED", "source_file": "app/src/main/java/hu/bbara/purefin/ui/theme/Theme.kt", "source_location": "L35", "weight": 1.0, "context": "parameter_type"}, {"source": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_theme_theme_apptheme", "target": "boolean", "relation": "references", "confidence": "EXTRACTED", "source_file": "app/src/main/java/hu/bbara/purefin/ui/theme/Theme.kt", "source_location": "L35", "weight": 1.0, "context": "parameter_type"}], "raw_calls": [{"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_theme_theme_apptheme", "callee": "dynamicDarkColorScheme", "is_member_call": false, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/theme/Theme.kt", "source_location": "L44", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_theme_theme_apptheme", "callee": "dynamicLightColorScheme", "is_member_call": false, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/theme/Theme.kt", "source_location": "L44", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_theme_theme_apptheme", "callee": "MaterialTheme", "is_member_call": false, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/theme/Theme.kt", "source_location": "L50", "receiver": null}]}