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
2.5 KiB
JSON
1 line
2.5 KiB
JSON
{"nodes": [{"id": "home_repositories_purefin_app_src_androidtest_java_hu_bbara_purefin_exampleinstrumentedtest_kt", "label": "ExampleInstrumentedTest.kt", "file_type": "code", "source_file": "app/src/androidTest/java/hu/bbara/purefin/ExampleInstrumentedTest.kt", "source_location": "L1"}, {"id": "home_repositories_purefin_app_src_androidtest_java_hu_bbara_purefin_exampleinstrumentedtest_exampleinstrumentedtest", "label": "ExampleInstrumentedTest", "file_type": "code", "source_file": "app/src/androidTest/java/hu/bbara/purefin/ExampleInstrumentedTest.kt", "source_location": "L16", "_callable": true}, {"id": "home_repositories_purefin_app_src_androidtest_java_hu_bbara_purefin_exampleinstrumentedtest_exampleinstrumentedtest_useappcontext", "label": ".useAppContext()", "file_type": "code", "source_file": "app/src/androidTest/java/hu/bbara/purefin/ExampleInstrumentedTest.kt", "source_location": "L18", "_callable": true}], "edges": [{"source": "home_repositories_purefin_app_src_androidtest_java_hu_bbara_purefin_exampleinstrumentedtest_kt", "target": "home_repositories_purefin_app_src_androidtest_java_hu_bbara_purefin_exampleinstrumentedtest_exampleinstrumentedtest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "app/src/androidTest/java/hu/bbara/purefin/ExampleInstrumentedTest.kt", "source_location": "L16", "weight": 1.0}, {"source": "home_repositories_purefin_app_src_androidtest_java_hu_bbara_purefin_exampleinstrumentedtest_exampleinstrumentedtest", "target": "home_repositories_purefin_app_src_androidtest_java_hu_bbara_purefin_exampleinstrumentedtest_exampleinstrumentedtest_useappcontext", "relation": "method", "confidence": "EXTRACTED", "source_file": "app/src/androidTest/java/hu/bbara/purefin/ExampleInstrumentedTest.kt", "source_location": "L18", "weight": 1.0}], "raw_calls": [{"caller_nid": "home_repositories_purefin_app_src_androidtest_java_hu_bbara_purefin_exampleinstrumentedtest_exampleinstrumentedtest_useappcontext", "callee": "getInstrumentation", "is_member_call": true, "source_file": "/home/repositories/Purefin/app/src/androidTest/java/hu/bbara/purefin/ExampleInstrumentedTest.kt", "source_location": "L21", "receiver": null}, {"caller_nid": "home_repositories_purefin_app_src_androidtest_java_hu_bbara_purefin_exampleinstrumentedtest_exampleinstrumentedtest_useappcontext", "callee": "assertEquals", "is_member_call": false, "source_file": "/home/repositories/Purefin/app/src/androidTest/java/hu/bbara/purefin/ExampleInstrumentedTest.kt", "source_location": "L22", "receiver": null}]} |