Files
Purefin/graphify-out/cache/ast/v0.9.5/686f1dfe6fb678aa7ef6c4d7ae3a41ff91443c6ea2e95ddf12d11b8379870b0f.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
5.5 KiB
JSON

{"nodes": [{"id": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_jellyfin_playback_playbackcachekeys_kt", "label": "PlaybackCacheKeys.kt", "file_type": "code", "source_file": "data/src/main/java/hu/bbara/purefin/data/jellyfin/playback/PlaybackCacheKeys.kt", "source_location": "L1"}, {"id": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_jellyfin_playback_playbackcachekeys_playbackcustomcachekey", "label": "playbackCustomCacheKey()", "file_type": "code", "source_file": "data/src/main/java/hu/bbara/purefin/data/jellyfin/playback/PlaybackCacheKeys.kt", "source_location": "L5", "_callable": true}, {"id": "string", "label": "String", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/home/repositories/Purefin/data/src/main/java/hu/bbara/purefin/data/jellyfin/playback/PlaybackCacheKeys.kt"}, {"id": "playbackmethod", "label": "PlaybackMethod", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/home/repositories/Purefin/data/src/main/java/hu/bbara/purefin/data/jellyfin/playback/PlaybackCacheKeys.kt"}], "edges": [{"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_jellyfin_playback_playbackcachekeys_kt", "target": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_jellyfin_playback_playbackcachekeys_playbackcustomcachekey", "relation": "contains", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/jellyfin/playback/PlaybackCacheKeys.kt", "source_location": "L5", "weight": 1.0}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_jellyfin_playback_playbackcachekeys_playbackcustomcachekey", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/jellyfin/playback/PlaybackCacheKeys.kt", "source_location": "L5", "weight": 1.0, "context": "parameter_type"}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_jellyfin_playback_playbackcachekeys_playbackcustomcachekey", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/jellyfin/playback/PlaybackCacheKeys.kt", "source_location": "L5", "weight": 1.0, "context": "parameter_type"}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_jellyfin_playback_playbackcachekeys_playbackcustomcachekey", "target": "playbackmethod", "relation": "references", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/jellyfin/playback/PlaybackCacheKeys.kt", "source_location": "L5", "weight": 1.0, "context": "parameter_type"}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_jellyfin_playback_playbackcachekeys_playbackcustomcachekey", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/jellyfin/playback/PlaybackCacheKeys.kt", "source_location": "L5", "weight": 1.0, "context": "return_type"}], "raw_calls": [{"caller_nid": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_jellyfin_playback_playbackcachekeys_playbackcustomcachekey", "callee": "lowercase", "is_member_call": true, "source_file": "/home/repositories/Purefin/data/src/main/java/hu/bbara/purefin/data/jellyfin/playback/PlaybackCacheKeys.kt", "source_location": "L10", "receiver": null}, {"caller_nid": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_jellyfin_playback_playbackcachekeys_playbackcustomcachekey", "callee": "substringBefore", "is_member_call": true, "source_file": "/home/repositories/Purefin/data/src/main/java/hu/bbara/purefin/data/jellyfin/playback/PlaybackCacheKeys.kt", "source_location": "L10", "receiver": null}, {"caller_nid": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_jellyfin_playback_playbackcachekeys_playbackcustomcachekey", "callee": "substringBefore", "is_member_call": true, "source_file": "/home/repositories/Purefin/data/src/main/java/hu/bbara/purefin/data/jellyfin/playback/PlaybackCacheKeys.kt", "source_location": "L10", "receiver": null}, {"caller_nid": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_jellyfin_playback_playbackcachekeys_playbackcustomcachekey", "callee": "endsWith", "is_member_call": true, "source_file": "/home/repositories/Purefin/data/src/main/java/hu/bbara/purefin/data/jellyfin/playback/PlaybackCacheKeys.kt", "source_location": "L12", "receiver": null}, {"caller_nid": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_jellyfin_playback_playbackcachekeys_playbackcustomcachekey", "callee": "endsWith", "is_member_call": true, "source_file": "/home/repositories/Purefin/data/src/main/java/hu/bbara/purefin/data/jellyfin/playback/PlaybackCacheKeys.kt", "source_location": "L13", "receiver": null}, {"caller_nid": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_jellyfin_playback_playbackcachekeys_playbackcustomcachekey", "callee": "endsWith", "is_member_call": true, "source_file": "/home/repositories/Purefin/data/src/main/java/hu/bbara/purefin/data/jellyfin/playback/PlaybackCacheKeys.kt", "source_location": "L14", "receiver": null}, {"caller_nid": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_jellyfin_playback_playbackcachekeys_playbackcustomcachekey", "callee": "contains", "is_member_call": true, "source_file": "/home/repositories/Purefin/data/src/main/java/hu/bbara/purefin/data/jellyfin/playback/PlaybackCacheKeys.kt", "source_location": "L15", "receiver": null}]}