Files
clinicpro/graphify-out/cache/ast/v0.8.44/5c602e87ebca80eb07f37329389af635dd25cd9923c114a9f134b78a0019a938.json
hamed 17ce271b2c Add AST cache files for DurationCalculator, ResolvedServiceSpec, and ServiceItemCatalogCategoryTest
- Created JSON representation for DurationCalculator.php, including nodes and edges for methods and imports.
- Added JSON for ResolvedServiceSpec.php, detailing its structure and methods.
- Introduced JSON for ServiceItemCatalogCategoryTest.php, capturing test methods and their relationships.
2026-08-03 09:37:54 +03:30

1 line
7.1 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_pricing_service_pricingengine_php", "label": "PricingEngine.php", "file_type": "code", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L1"}, {"id": "service_pricingengine_pricingengine", "label": "PricingEngine", "file_type": "code", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L22"}, {"id": "service_pricingengine_pricingengine_quote", "label": ".quote()", "file_type": "code", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L34"}, {"id": "serviceitem", "label": "ServiceItem", "file_type": "code", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L34"}, {"id": "doctoraddress", "label": "DoctorAddress", "file_type": "code", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L34"}, {"id": "pricequote", "label": "PriceQuote", "file_type": "code", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L34"}, {"id": "service_pricingengine_pricingengine_pricefor", "label": ".priceFor()", "file_type": "code", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L100"}, {"id": "service_pricingengine_pricingengine_discountfor", "label": ".discountFor()", "file_type": "code", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L111"}, {"id": "service_pricingengine_pricingengine_percentof", "label": ".percentOf()", "file_type": "code", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L157"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_pricing_service_pricingengine_php", "target": "serviceitem", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_pricing_service_pricingengine_php", "target": "doctoraddress", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_pricing_service_pricingengine_php", "target": "pricequote", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_pricing_service_pricingengine_php", "target": "service_pricingengine_pricingengine", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L22", "weight": 1.0}, {"source": "service_pricingengine_pricingengine", "target": "service_pricingengine_pricingengine_quote", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L34", "weight": 1.0}, {"source": "service_pricingengine_pricingengine_quote", "target": "serviceitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L34", "weight": 1.0, "context": "parameter_type"}, {"source": "service_pricingengine_pricingengine_quote", "target": "doctoraddress", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L34", "weight": 1.0, "context": "parameter_type"}, {"source": "service_pricingengine_pricingengine_quote", "target": "pricequote", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L34", "weight": 1.0, "context": "return_type"}, {"source": "service_pricingengine_pricingengine", "target": "service_pricingengine_pricingengine_pricefor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L100", "weight": 1.0}, {"source": "service_pricingengine_pricingengine_pricefor", "target": "serviceitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L100", "weight": 1.0, "context": "parameter_type"}, {"source": "service_pricingengine_pricingengine", "target": "service_pricingengine_pricingengine_discountfor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L111", "weight": 1.0}, {"source": "service_pricingengine_pricingengine", "target": "service_pricingengine_pricingengine_percentof", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L157", "weight": 1.0}, {"source": "service_pricingengine_pricingengine_quote", "target": "service_pricingengine_pricingengine_pricefor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L43", "weight": 1.0}, {"source": "service_pricingengine_pricingengine_quote", "target": "service_pricingengine_pricingengine_discountfor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L52", "weight": 1.0}, {"source": "service_pricingengine_pricingengine_quote", "target": "service_pricingengine_pricingengine_percentof", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L60", "weight": 1.0}, {"source": "service_pricingengine_pricingengine_discountfor", "target": "service_pricingengine_pricingengine_percentof", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Pricing/Service/PricingEngine.php", "source_location": "L117", "weight": 1.0}], "raw_calls": [{"caller_nid": "service_pricingengine_pricingengine_quote", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Pricing/Service/PricingEngine.php", "source_location": "L75", "receiver": null}, {"caller_nid": "service_pricingengine_pricingengine_pricefor", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Pricing/Service/PricingEngine.php", "source_location": "L102", "receiver": null}, {"caller_nid": "service_pricingengine_pricingengine_pricefor", "callee": "getPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Pricing/Service/PricingEngine.php", "source_location": "L104", "receiver": null}, {"caller_nid": "service_pricingengine_pricingengine_discountfor", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Pricing/Service/PricingEngine.php", "source_location": "L146", "receiver": null}, {"caller_nid": "service_pricingengine_pricingengine_percentof", "callee": "floor", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Pricing/Service/PricingEngine.php", "source_location": "L163", "receiver": null}]}