17203 nodes, 27615 edges, 1276 communities. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 line
14 KiB
JSON
1 line
14 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_branch_service_roomservice_php", "label": "RoomService.php", "file_type": "code", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L1"}, {"id": "service_roomservice_roomservice", "label": "RoomService", "file_type": "code", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L12"}, {"id": "service_roomservice_roomservice_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L17"}, {"id": "service_roomservice_roomservice_create", "label": ".create()", "file_type": "code", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L24"}, {"id": "doctoraddress", "label": "DoctorAddress", "file_type": "code", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L24"}, {"id": "room", "label": "Room", "file_type": "code", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L24"}, {"id": "service_roomservice_roomservice_update", "label": ".update()", "file_type": "code", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L36"}, {"id": "service_roomservice_roomservice_delete", "label": ".delete()", "file_type": "code", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L48"}, {"id": "service_roomservice_roomservice_applyoptional", "label": ".applyOptional()", "file_type": "code", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L59"}, {"id": "service_roomservice_roomservice_assertname", "label": ".assertName()", "file_type": "code", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L78"}, {"id": "service_roomservice_roomservice_assertcapacity", "label": ".assertCapacity()", "file_type": "code", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L93"}, {"id": "service_roomservice_roomservice_trimornull", "label": ".trimOrNull()", "file_type": "code", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L102"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_branch_service_roomservice_php", "target": "room", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_branch_service_roomservice_php", "target": "doctoraddress", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_branch_service_roomservice_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_branch_service_roomservice_php", "target": "appexception", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_branch_service_roomservice_php", "target": "entitymanagerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_branch_service_roomservice_php", "target": "autowireiterator", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_branch_service_roomservice_php", "target": "service_roomservice_roomservice", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L12", "weight": 1.0}, {"source": "service_roomservice_roomservice", "target": "service_roomservice_roomservice_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L17", "weight": 1.0}, {"source": "service_roomservice_roomservice", "target": "service_roomservice_roomservice_create", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L24", "weight": 1.0}, {"source": "service_roomservice_roomservice_create", "target": "doctoraddress", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L24", "weight": 1.0, "context": "parameter_type"}, {"source": "service_roomservice_roomservice_create", "target": "room", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L24", "weight": 1.0, "context": "return_type"}, {"source": "service_roomservice_roomservice", "target": "service_roomservice_roomservice_update", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L36", "weight": 1.0}, {"source": "service_roomservice_roomservice_update", "target": "room", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L36", "weight": 1.0, "context": "parameter_type"}, {"source": "service_roomservice_roomservice_update", "target": "room", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L36", "weight": 1.0, "context": "return_type"}, {"source": "service_roomservice_roomservice", "target": "service_roomservice_roomservice_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L48", "weight": 1.0}, {"source": "service_roomservice_roomservice_delete", "target": "room", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L48", "weight": 1.0, "context": "parameter_type"}, {"source": "service_roomservice_roomservice", "target": "service_roomservice_roomservice_applyoptional", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L59", "weight": 1.0}, {"source": "service_roomservice_roomservice_applyoptional", "target": "room", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L59", "weight": 1.0, "context": "parameter_type"}, {"source": "service_roomservice_roomservice", "target": "service_roomservice_roomservice_assertname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L78", "weight": 1.0}, {"source": "service_roomservice_roomservice", "target": "service_roomservice_roomservice_assertcapacity", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L93", "weight": 1.0}, {"source": "service_roomservice_roomservice", "target": "service_roomservice_roomservice_trimornull", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L102", "weight": 1.0}, {"source": "service_roomservice_roomservice_create", "target": "service_roomservice_roomservice_assertname", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L26", "weight": 1.0}, {"source": "service_roomservice_roomservice_create", "target": "service_roomservice_roomservice_applyoptional", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L27", "weight": 1.0}, {"source": "service_roomservice_roomservice_update", "target": "service_roomservice_roomservice_assertname", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L39", "weight": 1.0}, {"source": "service_roomservice_roomservice_update", "target": "service_roomservice_roomservice_applyoptional", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L42", "weight": 1.0}, {"source": "service_roomservice_roomservice_applyoptional", "target": "service_roomservice_roomservice_assertcapacity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L62", "weight": 1.0}, {"source": "service_roomservice_roomservice_applyoptional", "target": "service_roomservice_roomservice_trimornull", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Branch/Service/RoomService.php", "source_location": "L66", "weight": 1.0}], "raw_calls": [{"caller_nid": "service_roomservice_roomservice_create", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L29", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_create", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L30", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L38", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_update", "callee": "setName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L39", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_update", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L43", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_delete", "callee": "assertDeletable", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L51", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_delete", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L54", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_delete", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L55", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_applyoptional", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L61", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_applyoptional", "callee": "setCapacity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L62", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_applyoptional", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L65", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_applyoptional", "callee": "setRoomType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L66", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_applyoptional", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L69", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_applyoptional", "callee": "setFloor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L70", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_applyoptional", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L73", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_applyoptional", "callee": "setActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L74", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_assertname", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L80", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_assertname", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L80", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_assertname", "callee": "mb_strlen", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L86", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_assertcapacity", "callee": "is_numeric", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L95", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_trimornull", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L104", "receiver": null}, {"caller_nid": "service_roomservice_roomservice_trimornull", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Branch/Service/RoomService.php", "source_location": "L108", "receiver": null}]} |