Add AST cache files for migration and repository classes
- Created JSON representation for migration Version20260713103729, detailing nodes and edges for methods and dependencies. - Added AST cache for TenantTagRepository, including its methods and relationships with imported classes. - Introduced AST cache for TenantTagTest, capturing test methods and their interactions with dependencies.
This commit is contained in:
graphify-out/cache/ast/v0.8.44/213b4796ebf3ed432b2d7671030c5e10c07d10d32dad0f76e43a15602e5b9eb9.json
Vendored
+1
File diff suppressed because one or more lines are too long
graphify-out/cache/ast/v0.8.44/2bec2fde6eff4c656bd5c1d7715d82d8b2f87496642a30ae45386cbb9a5aee2a.json
Vendored
+1
File diff suppressed because one or more lines are too long
graphify-out/cache/ast/v0.8.44/2d72496ed38c9c13a03ec9998b991f9269db2710362b0e5f70538732e32ec959.json
Vendored
+1
File diff suppressed because one or more lines are too long
graphify-out/cache/ast/v0.8.44/3ec2967c09efdccb399b03ef7adceb6c122195a09ffb80abfd9f1cff8096e495.json
Vendored
+1
File diff suppressed because one or more lines are too long
graphify-out/cache/ast/v0.8.44/9c757123c9f3b5a6c8399c881cecd32e56eddab5bab6f149c1c9a867d1e870b6.json
Vendored
+1
File diff suppressed because one or more lines are too long
graphify-out/cache/ast/v0.8.44/aeae32645653b741c0c8069e3bdf6fa88016db6c5aefce77e583bb4b02c48ef7.json
Vendored
+1
File diff suppressed because one or more lines are too long
graphify-out/cache/ast/v0.8.44/c067825447330ebfa00f0809eebd94b95a4e493885f5e1bb17438abe8ba85497.json
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260713103729_php", "label": "Version20260713103729.php", "file_type": "code", "source_file": "migrations/Version20260713103729.php", "source_location": "L1"}, {"id": "migrations_version20260713103729_version20260713103729", "label": "Version20260713103729", "file_type": "code", "source_file": "migrations/Version20260713103729.php", "source_location": "L13"}, {"id": "abstractmigration", "label": "AbstractMigration", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "migrations_version20260713103729_version20260713103729_getdescription", "label": ".getDescription()", "file_type": "code", "source_file": "migrations/Version20260713103729.php", "source_location": "L15"}, {"id": "migrations_version20260713103729_version20260713103729_up", "label": ".up()", "file_type": "code", "source_file": "migrations/Version20260713103729.php", "source_location": "L20"}, {"id": "schema", "label": "Schema", "file_type": "code", "source_file": "migrations/Version20260713103729.php", "source_location": "L20"}, {"id": "migrations_version20260713103729_version20260713103729_down", "label": ".down()", "file_type": "code", "source_file": "migrations/Version20260713103729.php", "source_location": "L26"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260713103729_php", "target": "schema", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713103729.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260713103729_php", "target": "abstractmigration", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713103729.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260713103729_php", "target": "migrations_version20260713103729_version20260713103729", "relation": "contains", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713103729.php", "source_location": "L13", "weight": 1.0}, {"source": "migrations_version20260713103729_version20260713103729", "target": "abstractmigration", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713103729.php", "source_location": "L13", "weight": 1.0}, {"source": "migrations_version20260713103729_version20260713103729", "target": "migrations_version20260713103729_version20260713103729_getdescription", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713103729.php", "source_location": "L15", "weight": 1.0}, {"source": "migrations_version20260713103729_version20260713103729", "target": "migrations_version20260713103729_version20260713103729_up", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713103729.php", "source_location": "L20", "weight": 1.0}, {"source": "migrations_version20260713103729_version20260713103729_up", "target": "schema", "relation": "references", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713103729.php", "source_location": "L20", "weight": 1.0, "context": "parameter_type"}, {"source": "migrations_version20260713103729_version20260713103729", "target": "migrations_version20260713103729_version20260713103729_down", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713103729.php", "source_location": "L26", "weight": 1.0}, {"source": "migrations_version20260713103729_version20260713103729_down", "target": "schema", "relation": "references", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713103729.php", "source_location": "L26", "weight": 1.0, "context": "parameter_type"}], "raw_calls": [{"caller_nid": "migrations_version20260713103729_version20260713103729_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713103729.php", "source_location": "L23", "receiver": null}, {"caller_nid": "migrations_version20260713103729_version20260713103729_down", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713103729.php", "source_location": "L29", "receiver": null}]}
|
||||
graphify-out/cache/ast/v0.8.44/cefd0120ae56a893d4695526013f9365d42f72d0c1e36d75883b747b964bf85a.json
Vendored
+1
File diff suppressed because one or more lines are too long
graphify-out/cache/ast/v0.8.44/ed9bfe5090f856e8498e6d8a287665618b4a5d7b81fc9aefb458a930a0b97296.json
Vendored
+1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user