Files
clinicpro/graphify-out/cache/ast/v0.8.44/fb293a89a70b87678f2d8dc3af7ed1b91ba7408f956772b3c6677643929fb72f.json
T
hamed 44b89d7add Add AST JSON representation for migration Version20260719044321
This commit introduces a new JSON file that contains the abstract syntax tree (AST) representation for the migration file Version20260719044321.php. The AST includes nodes for the migration class, its methods, and their relationships, as well as raw calls made within the migration. This structure aids in understanding the code's architecture and dependencies.
2026-07-19 08:24:05 +03:30

1 line
5.3 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260719044321_php", "label": "Version20260719044321.php", "file_type": "code", "source_file": "migrations/Version20260719044321.php", "source_location": "L1"}, {"id": "migrations_version20260719044321_version20260719044321", "label": "Version20260719044321", "file_type": "code", "source_file": "migrations/Version20260719044321.php", "source_location": "L22"}, {"id": "abstractmigration", "label": "AbstractMigration", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "migrations_version20260719044321_version20260719044321_getdescription", "label": ".getDescription()", "file_type": "code", "source_file": "migrations/Version20260719044321.php", "source_location": "L24"}, {"id": "migrations_version20260719044321_version20260719044321_up", "label": ".up()", "file_type": "code", "source_file": "migrations/Version20260719044321.php", "source_location": "L29"}, {"id": "schema", "label": "Schema", "file_type": "code", "source_file": "migrations/Version20260719044321.php", "source_location": "L29"}, {"id": "migrations_version20260719044321_version20260719044321_down", "label": ".down()", "file_type": "code", "source_file": "migrations/Version20260719044321.php", "source_location": "L36"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260719044321_php", "target": "schema", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "migrations/Version20260719044321.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260719044321_php", "target": "abstractmigration", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "migrations/Version20260719044321.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260719044321_php", "target": "migrations_version20260719044321_version20260719044321", "relation": "contains", "confidence": "EXTRACTED", "source_file": "migrations/Version20260719044321.php", "source_location": "L22", "weight": 1.0}, {"source": "migrations_version20260719044321_version20260719044321", "target": "abstractmigration", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "migrations/Version20260719044321.php", "source_location": "L22", "weight": 1.0}, {"source": "migrations_version20260719044321_version20260719044321", "target": "migrations_version20260719044321_version20260719044321_getdescription", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260719044321.php", "source_location": "L24", "weight": 1.0}, {"source": "migrations_version20260719044321_version20260719044321", "target": "migrations_version20260719044321_version20260719044321_up", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260719044321.php", "source_location": "L29", "weight": 1.0}, {"source": "migrations_version20260719044321_version20260719044321_up", "target": "schema", "relation": "references", "confidence": "EXTRACTED", "source_file": "migrations/Version20260719044321.php", "source_location": "L29", "weight": 1.0, "context": "parameter_type"}, {"source": "migrations_version20260719044321_version20260719044321", "target": "migrations_version20260719044321_version20260719044321_down", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260719044321.php", "source_location": "L36", "weight": 1.0}, {"source": "migrations_version20260719044321_version20260719044321_down", "target": "schema", "relation": "references", "confidence": "EXTRACTED", "source_file": "migrations/Version20260719044321.php", "source_location": "L36", "weight": 1.0, "context": "parameter_type"}], "raw_calls": [{"caller_nid": "migrations_version20260719044321_version20260719044321_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260719044321.php", "source_location": "L31", "receiver": null}, {"caller_nid": "migrations_version20260719044321_version20260719044321_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260719044321.php", "source_location": "L32", "receiver": null}, {"caller_nid": "migrations_version20260719044321_version20260719044321_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260719044321.php", "source_location": "L33", "receiver": null}, {"caller_nid": "migrations_version20260719044321_version20260719044321_down", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260719044321.php", "source_location": "L38", "receiver": null}, {"caller_nid": "migrations_version20260719044321_version20260719044321_down", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260719044321.php", "source_location": "L39", "receiver": null}, {"caller_nid": "migrations_version20260719044321_version20260719044321_down", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260719044321.php", "source_location": "L40", "receiver": null}]}