17203 nodes, 27615 edges, 1276 communities. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 line
10 KiB
JSON
1 line
10 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_branch_entity_branchworkinghours_php", "label": "BranchWorkingHours.php", "file_type": "code", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L1"}, {"id": "entity_branchworkinghours_branchworkinghours", "label": "BranchWorkingHours", "file_type": "code", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L25"}, {"id": "tenantownedtrait", "label": "TenantOwnedTrait", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "doctoraddress", "label": "DoctorAddress", "file_type": "code", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L41"}, {"id": "entity_branchworkinghours_branchworkinghours_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L62"}, {"id": "entity_branchworkinghours_branchworkinghours_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L78"}, {"id": "entity_branchworkinghours_branchworkinghours_getaddress", "label": ".getAddress()", "file_type": "code", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L79"}, {"id": "entity_branchworkinghours_branchworkinghours_getdayofweek", "label": ".getDayOfWeek()", "file_type": "code", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L80"}, {"id": "entity_branchworkinghours_branchworkinghours_getsequence", "label": ".getSequence()", "file_type": "code", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L81"}, {"id": "entity_branchworkinghours_branchworkinghours_getstartminute", "label": ".getStartMinute()", "file_type": "code", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L82"}, {"id": "entity_branchworkinghours_branchworkinghours_getendminute", "label": ".getEndMinute()", "file_type": "code", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L83"}, {"id": "entity_branchworkinghours_branchworkinghours_isactive", "label": ".isActive()", "file_type": "code", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L84"}, {"id": "entity_branchworkinghours_branchworkinghours_setactive", "label": ".setActive()", "file_type": "code", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L86"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L86"}, {"id": "entity_branchworkinghours_branchworkinghours_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L88"}, {"id": "entity_branchworkinghours_branchworkinghours_formatminute", "label": ".formatMinute()", "file_type": "code", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L101"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_branch_entity_branchworkinghours_php", "target": "branchworkinghoursrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_branch_entity_branchworkinghours_php", "target": "doctoraddress", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_branch_entity_branchworkinghours_php", "target": "tenantownedtrait", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_branch_entity_branchworkinghours_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_branch_entity_branchworkinghours_php", "target": "entity_branchworkinghours_branchworkinghours", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L25", "weight": 1.0}, {"source": "entity_branchworkinghours_branchworkinghours", "target": "tenantownedtrait", "relation": "mixes_in", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L32", "weight": 1.0}, {"source": "entity_branchworkinghours_branchworkinghours", "target": "doctoraddress", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L41", "weight": 1.0, "context": "field"}, {"source": "entity_branchworkinghours_branchworkinghours", "target": "entity_branchworkinghours_branchworkinghours_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L62", "weight": 1.0}, {"source": "entity_branchworkinghours_branchworkinghours_construct", "target": "doctoraddress", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L62", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_branchworkinghours_branchworkinghours", "target": "entity_branchworkinghours_branchworkinghours_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L78", "weight": 1.0}, {"source": "entity_branchworkinghours_branchworkinghours", "target": "entity_branchworkinghours_branchworkinghours_getaddress", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L79", "weight": 1.0}, {"source": "entity_branchworkinghours_branchworkinghours_getaddress", "target": "doctoraddress", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L79", "weight": 1.0, "context": "return_type"}, {"source": "entity_branchworkinghours_branchworkinghours", "target": "entity_branchworkinghours_branchworkinghours_getdayofweek", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L80", "weight": 1.0}, {"source": "entity_branchworkinghours_branchworkinghours", "target": "entity_branchworkinghours_branchworkinghours_getsequence", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L81", "weight": 1.0}, {"source": "entity_branchworkinghours_branchworkinghours", "target": "entity_branchworkinghours_branchworkinghours_getstartminute", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L82", "weight": 1.0}, {"source": "entity_branchworkinghours_branchworkinghours", "target": "entity_branchworkinghours_branchworkinghours_getendminute", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L83", "weight": 1.0}, {"source": "entity_branchworkinghours_branchworkinghours", "target": "entity_branchworkinghours_branchworkinghours_isactive", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L84", "weight": 1.0}, {"source": "entity_branchworkinghours_branchworkinghours", "target": "entity_branchworkinghours_branchworkinghours_setactive", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L86", "weight": 1.0}, {"source": "entity_branchworkinghours_branchworkinghours_setactive", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L86", "weight": 1.0, "context": "return_type"}, {"source": "entity_branchworkinghours_branchworkinghours", "target": "entity_branchworkinghours_branchworkinghours_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L88", "weight": 1.0}, {"source": "entity_branchworkinghours_branchworkinghours", "target": "entity_branchworkinghours_branchworkinghours_formatminute", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L101", "weight": 1.0}, {"source": "entity_branchworkinghours_branchworkinghours_toarray", "target": "self", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Branch/Entity/BranchWorkingHours.php", "source_location": "L94", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_branchworkinghours_branchworkinghours_construct", "callee": "assignTenantPair", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Entity/BranchWorkingHours.php", "source_location": "L75", "receiver": null}, {"caller_nid": "entity_branchworkinghours_branchworkinghours_construct", "callee": "tenantEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Entity/BranchWorkingHours.php", "source_location": "L75", "receiver": null}, {"caller_nid": "entity_branchworkinghours_branchworkinghours_construct", "callee": "tenantEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Entity/BranchWorkingHours.php", "source_location": "L75", "receiver": null}, {"caller_nid": "entity_branchworkinghours_branchworkinghours_formatminute", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Entity/BranchWorkingHours.php", "source_location": "L103", "receiver": null}, {"caller_nid": "entity_branchworkinghours_branchworkinghours_formatminute", "callee": "intdiv", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Entity/BranchWorkingHours.php", "source_location": "L103", "receiver": null}]} |