Files
Purefin/graphify-out/cache/ast/v0.9.5/90911c77fc4332e7060dd1c3b9ea7d10a55a324b77ffdb1efba41475c27497a7.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
6.9 KiB
JSON

{"nodes": [{"id": "home_repositories_purefin_app_tv_src_test_java_hu_bbara_purefin_ui_screen_home_components_tvhomebringintoviewspectest_kt", "label": "TvHomeBringIntoViewSpecTest.kt", "file_type": "code", "source_file": "app-tv/src/test/java/hu/bbara/purefin/ui/screen/home/components/TvHomeBringIntoViewSpecTest.kt", "source_location": "L1"}, {"id": "home_repositories_purefin_app_tv_src_test_java_hu_bbara_purefin_ui_screen_home_components_tvhomebringintoviewspectest_tvhomebringintoviewspectest", "label": "TvHomeBringIntoViewSpecTest", "file_type": "code", "source_file": "app-tv/src/test/java/hu/bbara/purefin/ui/screen/home/components/TvHomeBringIntoViewSpecTest.kt", "source_location": "L6", "_callable": true}, {"id": "home_repositories_purefin_app_tv_src_test_java_hu_bbara_purefin_ui_screen_home_components_tvhomebringintoviewspectest_tvhomebringintoviewspectest_returnszero_whenfocuseditemalreadyattopoffset", "label": ".returnsZero_whenFocusedItemAlreadyAtTopOffset()", "file_type": "code", "source_file": "app-tv/src/test/java/hu/bbara/purefin/ui/screen/home/components/TvHomeBringIntoViewSpecTest.kt", "source_location": "L11", "_callable": true}, {"id": "home_repositories_purefin_app_tv_src_test_java_hu_bbara_purefin_ui_screen_home_components_tvhomebringintoviewspectest_tvhomebringintoviewspectest_scrollsdowntotopoffset_whenfocuseditemisbelowtarget", "label": ".scrollsDownToTopOffset_whenFocusedItemIsBelowTarget()", "file_type": "code", "source_file": "app-tv/src/test/java/hu/bbara/purefin/ui/screen/home/components/TvHomeBringIntoViewSpecTest.kt", "source_location": "L24", "_callable": true}, {"id": "home_repositories_purefin_app_tv_src_test_java_hu_bbara_purefin_ui_screen_home_components_tvhomebringintoviewspectest_tvhomebringintoviewspectest_scrollsuptotopoffset_whenfocuseditemisabovetarget", "label": ".scrollsUpToTopOffset_whenFocusedItemIsAboveTarget()", "file_type": "code", "source_file": "app-tv/src/test/java/hu/bbara/purefin/ui/screen/home/components/TvHomeBringIntoViewSpecTest.kt", "source_location": "L37", "_callable": true}], "edges": [{"source": "home_repositories_purefin_app_tv_src_test_java_hu_bbara_purefin_ui_screen_home_components_tvhomebringintoviewspectest_kt", "target": "home_repositories_purefin_app_tv_src_test_java_hu_bbara_purefin_ui_screen_home_components_tvhomebringintoviewspectest_tvhomebringintoviewspectest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "app-tv/src/test/java/hu/bbara/purefin/ui/screen/home/components/TvHomeBringIntoViewSpecTest.kt", "source_location": "L6", "weight": 1.0}, {"source": "home_repositories_purefin_app_tv_src_test_java_hu_bbara_purefin_ui_screen_home_components_tvhomebringintoviewspectest_tvhomebringintoviewspectest", "target": "home_repositories_purefin_app_tv_src_test_java_hu_bbara_purefin_ui_screen_home_components_tvhomebringintoviewspectest_tvhomebringintoviewspectest_returnszero_whenfocuseditemalreadyattopoffset", "relation": "method", "confidence": "EXTRACTED", "source_file": "app-tv/src/test/java/hu/bbara/purefin/ui/screen/home/components/TvHomeBringIntoViewSpecTest.kt", "source_location": "L11", "weight": 1.0}, {"source": "home_repositories_purefin_app_tv_src_test_java_hu_bbara_purefin_ui_screen_home_components_tvhomebringintoviewspectest_tvhomebringintoviewspectest", "target": "home_repositories_purefin_app_tv_src_test_java_hu_bbara_purefin_ui_screen_home_components_tvhomebringintoviewspectest_tvhomebringintoviewspectest_scrollsdowntotopoffset_whenfocuseditemisbelowtarget", "relation": "method", "confidence": "EXTRACTED", "source_file": "app-tv/src/test/java/hu/bbara/purefin/ui/screen/home/components/TvHomeBringIntoViewSpecTest.kt", "source_location": "L24", "weight": 1.0}, {"source": "home_repositories_purefin_app_tv_src_test_java_hu_bbara_purefin_ui_screen_home_components_tvhomebringintoviewspectest_tvhomebringintoviewspectest", "target": "home_repositories_purefin_app_tv_src_test_java_hu_bbara_purefin_ui_screen_home_components_tvhomebringintoviewspectest_tvhomebringintoviewspectest_scrollsuptotopoffset_whenfocuseditemisabovetarget", "relation": "method", "confidence": "EXTRACTED", "source_file": "app-tv/src/test/java/hu/bbara/purefin/ui/screen/home/components/TvHomeBringIntoViewSpecTest.kt", "source_location": "L37", "weight": 1.0}], "raw_calls": [{"caller_nid": "home_repositories_purefin_app_tv_src_test_java_hu_bbara_purefin_ui_screen_home_components_tvhomebringintoviewspectest_tvhomebringintoviewspectest_returnszero_whenfocuseditemalreadyattopoffset", "callee": "assertEquals", "is_member_call": false, "source_file": "/home/repositories/Purefin/app-tv/src/test/java/hu/bbara/purefin/ui/screen/home/components/TvHomeBringIntoViewSpecTest.kt", "source_location": "L13", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_tv_src_test_java_hu_bbara_purefin_ui_screen_home_components_tvhomebringintoviewspectest_tvhomebringintoviewspectest_returnszero_whenfocuseditemalreadyattopoffset", "callee": "calculateScrollDistance", "is_member_call": true, "source_file": "/home/repositories/Purefin/app-tv/src/test/java/hu/bbara/purefin/ui/screen/home/components/TvHomeBringIntoViewSpecTest.kt", "source_location": "L15", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_tv_src_test_java_hu_bbara_purefin_ui_screen_home_components_tvhomebringintoviewspectest_tvhomebringintoviewspectest_scrollsdowntotopoffset_whenfocuseditemisbelowtarget", "callee": "assertEquals", "is_member_call": false, "source_file": "/home/repositories/Purefin/app-tv/src/test/java/hu/bbara/purefin/ui/screen/home/components/TvHomeBringIntoViewSpecTest.kt", "source_location": "L26", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_tv_src_test_java_hu_bbara_purefin_ui_screen_home_components_tvhomebringintoviewspectest_tvhomebringintoviewspectest_scrollsdowntotopoffset_whenfocuseditemisbelowtarget", "callee": "calculateScrollDistance", "is_member_call": true, "source_file": "/home/repositories/Purefin/app-tv/src/test/java/hu/bbara/purefin/ui/screen/home/components/TvHomeBringIntoViewSpecTest.kt", "source_location": "L28", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_tv_src_test_java_hu_bbara_purefin_ui_screen_home_components_tvhomebringintoviewspectest_tvhomebringintoviewspectest_scrollsuptotopoffset_whenfocuseditemisabovetarget", "callee": "assertEquals", "is_member_call": false, "source_file": "/home/repositories/Purefin/app-tv/src/test/java/hu/bbara/purefin/ui/screen/home/components/TvHomeBringIntoViewSpecTest.kt", "source_location": "L39", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_tv_src_test_java_hu_bbara_purefin_ui_screen_home_components_tvhomebringintoviewspectest_tvhomebringintoviewspectest_scrollsuptotopoffset_whenfocuseditemisabovetarget", "callee": "calculateScrollDistance", "is_member_call": true, "source_file": "/home/repositories/Purefin/app-tv/src/test/java/hu/bbara/purefin/ui/screen/home/components/TvHomeBringIntoViewSpecTest.kt", "source_location": "L41", "receiver": null}]}