chore(graph): rebuild after the branch removal

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
hamed
2026-08-03 14:58:27 +03:30
co-authored by Claude Opus 5
parent 581a553516
commit cf0ca23f82
13 changed files with 2600 additions and 2415 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_valueobject_dayavailability_php", "label": "DayAvailability.php", "file_type": "code", "source_file": "src/Resource/ValueObject/DayAvailability.php", "source_location": "L1"}, {"id": "valueobject_dayavailability_dayavailability", "label": "DayAvailability", "file_type": "code", "source_file": "src/Resource/ValueObject/DayAvailability.php", "source_location": "L13"}, {"id": "valueobject_dayavailability_dayavailability_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Resource/ValueObject/DayAvailability.php", "source_location": "L21"}, {"id": "valueobject_dayavailability_dayavailability_isempty", "label": ".isEmpty()", "file_type": "code", "source_file": "src/Resource/ValueObject/DayAvailability.php", "source_location": "L28"}, {"id": "valueobject_dayavailability_dayavailability_totalminutes", "label": ".totalMinutes()", "file_type": "code", "source_file": "src/Resource/ValueObject/DayAvailability.php", "source_location": "L33"}, {"id": "valueobject_dayavailability_dayavailability_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Resource/ValueObject/DayAvailability.php", "source_location": "L44"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_valueobject_dayavailability_php", "target": "timeinterval", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Resource/ValueObject/DayAvailability.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_valueobject_dayavailability_php", "target": "valueobject_dayavailability_dayavailability", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Resource/ValueObject/DayAvailability.php", "source_location": "L13", "weight": 1.0}, {"source": "valueobject_dayavailability_dayavailability", "target": "valueobject_dayavailability_dayavailability_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/ValueObject/DayAvailability.php", "source_location": "L21", "weight": 1.0}, {"source": "valueobject_dayavailability_dayavailability", "target": "valueobject_dayavailability_dayavailability_isempty", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/ValueObject/DayAvailability.php", "source_location": "L28", "weight": 1.0}, {"source": "valueobject_dayavailability_dayavailability", "target": "valueobject_dayavailability_dayavailability_totalminutes", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/ValueObject/DayAvailability.php", "source_location": "L33", "weight": 1.0}, {"source": "valueobject_dayavailability_dayavailability", "target": "valueobject_dayavailability_dayavailability_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/ValueObject/DayAvailability.php", "source_location": "L44", "weight": 1.0}, {"source": "valueobject_dayavailability_dayavailability_toarray", "target": "valueobject_dayavailability_dayavailability_totalminutes", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Resource/ValueObject/DayAvailability.php", "source_location": "L53", "weight": 1.0}], "raw_calls": [{"caller_nid": "valueobject_dayavailability_dayavailability_totalminutes", "callee": "intdiv", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/ValueObject/DayAvailability.php", "source_location": "L38", "receiver": null}, {"caller_nid": "valueobject_dayavailability_dayavailability_toarray", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/ValueObject/DayAvailability.php", "source_location": "L49", "receiver": null}]}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long