mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
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).
1 line
11 KiB
JSON
1 line
11 KiB
JSON
{"nodes": [{"id": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_kt", "label": "ContinueWatchingSection.kt", "file_type": "code", "source_file": "app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L1"}, {"id": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "label": "ContinueWatchingSection()", "file_type": "code", "source_file": "app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L21", "_callable": true}, {"id": "list", "label": "List", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt"}, {"id": "mediauimodel", "label": "MediaUiModel", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt"}, {"id": "modifier", "label": "Modifier", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt"}], "edges": [{"source": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_kt", "target": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "relation": "contains", "confidence": "EXTRACTED", "source_file": "app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L21", "weight": 1.0}, {"source": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "target": "list", "relation": "references", "confidence": "EXTRACTED", "source_file": "app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L21", "weight": 1.0, "context": "parameter_type"}, {"source": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "target": "mediauimodel", "relation": "references", "confidence": "EXTRACTED", "source_file": "app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L21", "weight": 1.0, "context": "generic_arg"}, {"source": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "target": "modifier", "relation": "references", "confidence": "EXTRACTED", "source_file": "app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L21", "weight": 1.0, "context": "parameter_type"}], "raw_calls": [{"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "callee": "isEmpty", "is_member_call": true, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L28", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "callee": "rememberLazyListState", "is_member_call": false, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L30", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "callee": "LaunchedEffect", "is_member_call": false, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L32", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "callee": "scrollToItem", "is_member_call": true, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L33", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "callee": "Column", "is_member_call": false, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L36", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "callee": "spacedBy", "is_member_call": true, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L37", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "callee": "SectionHeader", "is_member_call": false, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L40", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "callee": "Spacer", "is_member_call": false, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L41", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "callee": "height", "is_member_call": true, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L41", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "callee": "LazyRow", "is_member_call": false, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L42", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "callee": "PaddingValues", "is_member_call": false, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L43", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "callee": "spacedBy", "is_member_call": true, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L44", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "callee": "testTag", "is_member_call": true, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L45", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "callee": "fillMaxWidth", "is_member_call": true, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L45", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "callee": "itemsIndexed", "is_member_call": false, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L50", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "callee": "ContinueWatchingCard", "is_member_call": false, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L51", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "callee": "homeMediaSharedBoundsKey", "is_member_call": false, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L53", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_src_main_java_hu_bbara_purefin_ui_screen_home_components_continuewatching_continuewatchingsection_continuewatchingsection", "callee": "testTag", "is_member_call": true, "source_file": "/home/repositories/Purefin/app/src/main/java/hu/bbara/purefin/ui/screen/home/components/continuewatching/ContinueWatchingSection.kt", "source_location": "L56", "receiver": null}]} |