Files
Purefin/graphify-out/cache/ast/v0.9.5/0342735dbafe1e1ff8d5b0954013232feaf48e73840ccc150341f0a595c65cfa.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
11 KiB
JSON

{"nodes": [{"id": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_kt", "label": "SmartDownloadDao.kt", "file_type": "code", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L1"}, {"id": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao", "label": "SmartDownloadDao", "file_type": "code", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L11", "_callable": true}, {"id": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_insert", "label": ".insert()", "file_type": "code", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L13", "_callable": true}, {"id": "smartdownloadentity", "label": "SmartDownloadEntity", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/home/repositories/Purefin/data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt"}, {"id": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_delete", "label": ".delete()", "file_type": "code", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L16", "_callable": true}, {"id": "uuid", "label": "UUID", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/home/repositories/Purefin/data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt"}, {"id": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_getall", "label": ".getAll()", "file_type": "code", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L19", "_callable": true}, {"id": "list", "label": "List", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/home/repositories/Purefin/data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt"}, {"id": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_exists", "label": ".exists()", "file_type": "code", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L22", "_callable": true}, {"id": "boolean", "label": "Boolean", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/home/repositories/Purefin/data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt"}, {"id": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_observe", "label": ".observe()", "file_type": "code", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L25", "_callable": true}, {"id": "flow", "label": "Flow", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/home/repositories/Purefin/data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt"}, {"id": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_observeall", "label": ".observeAll()", "file_type": "code", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L28", "_callable": true}], "edges": [{"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_kt", "target": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao", "relation": "contains", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L11", "weight": 1.0}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao", "target": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_insert", "relation": "method", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L13", "weight": 1.0}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_insert", "target": "smartdownloadentity", "relation": "references", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L13", "weight": 1.0, "context": "parameter_type"}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao", "target": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L16", "weight": 1.0}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_delete", "target": "uuid", "relation": "references", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L16", "weight": 1.0, "context": "parameter_type"}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao", "target": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_getall", "relation": "method", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L19", "weight": 1.0}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_getall", "target": "list", "relation": "references", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L19", "weight": 1.0, "context": "return_type"}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_getall", "target": "smartdownloadentity", "relation": "references", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L19", "weight": 1.0, "context": "generic_arg"}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao", "target": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_exists", "relation": "method", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L22", "weight": 1.0}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_exists", "target": "uuid", "relation": "references", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L22", "weight": 1.0, "context": "parameter_type"}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_exists", "target": "boolean", "relation": "references", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L22", "weight": 1.0, "context": "return_type"}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao", "target": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_observe", "relation": "method", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L25", "weight": 1.0}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_observe", "target": "uuid", "relation": "references", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L25", "weight": 1.0, "context": "parameter_type"}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_observe", "target": "flow", "relation": "references", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L25", "weight": 1.0, "context": "return_type"}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_observe", "target": "boolean", "relation": "references", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L25", "weight": 1.0, "context": "generic_arg"}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao", "target": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_observeall", "relation": "method", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L28", "weight": 1.0}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_observeall", "target": "flow", "relation": "references", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L28", "weight": 1.0, "context": "return_type"}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_observeall", "target": "list", "relation": "references", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L28", "weight": 1.0, "context": "generic_arg"}, {"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_offline_room_dao_smartdownloaddao_smartdownloaddao_observeall", "target": "smartdownloadentity", "relation": "references", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/offline/room/dao/SmartDownloadDao.kt", "source_location": "L28", "weight": 1.0, "context": "generic_arg"}], "raw_calls": []}