{"nodes": [{"id": "c_xampp_htdocs_addfirst_deploy_windows_start_production_services_ps1", "label": "start-production-services.ps1", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L1"}, {"id": "windows_start_production_services_write_log", "label": "Write-Log()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L13"}, {"id": "windows_start_production_services_test_portopen", "label": "Test-PortOpen()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L24"}, {"id": "windows_start_production_services_start_serviceifexists", "label": "Start-ServiceIfExists()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L38"}, {"id": "windows_start_production_services_start_xamppprocess", "label": "Start-XamppProcess()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L54"}], "edges": [{"source": "c_xampp_htdocs_addfirst_deploy_windows_start_production_services_ps1", "target": "windows_start_production_services_write_log", "relation": "contains", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L13", "weight": 1.0}, {"source": "c_xampp_htdocs_addfirst_deploy_windows_start_production_services_ps1", "target": "windows_start_production_services_test_portopen", "relation": "contains", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L24", "weight": 1.0}, {"source": "c_xampp_htdocs_addfirst_deploy_windows_start_production_services_ps1", "target": "windows_start_production_services_start_serviceifexists", "relation": "contains", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L38", "weight": 1.0}, {"source": "c_xampp_htdocs_addfirst_deploy_windows_start_production_services_ps1", "target": "windows_start_production_services_start_xamppprocess", "relation": "contains", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L54", "weight": 1.0}, {"source": "windows_start_production_services_start_serviceifexists", "target": "windows_start_production_services_write_log", "relation": "calls", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L44", "weight": 1.0}, {"source": "windows_start_production_services_start_xamppprocess", "target": "windows_start_production_services_write_log", "relation": "calls", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L58", "weight": 1.0}], "raw_calls": [{"caller_nid": "windows_start_production_services_write_log", "callee": "Get-Date", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L15"}, {"caller_nid": "windows_start_production_services_write_log", "callee": "Write-Host", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L16"}, {"caller_nid": "windows_start_production_services_write_log", "callee": "Join-Path", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L17"}, {"caller_nid": "windows_start_production_services_write_log", "callee": "Test-Path", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L18"}, {"caller_nid": "windows_start_production_services_write_log", "callee": "Split-Path", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L18"}, {"caller_nid": "windows_start_production_services_write_log", "callee": "New-Item", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L19"}, {"caller_nid": "windows_start_production_services_write_log", "callee": "Out-Null", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L19"}, {"caller_nid": "windows_start_production_services_write_log", "callee": "Add-Content", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L20"}, {"caller_nid": "windows_start_production_services_write_log", "callee": "Join-Path", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L20"}, {"caller_nid": "windows_start_production_services_test_portopen", "callee": "New-Object", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L27"}, {"caller_nid": "windows_start_production_services_start_serviceifexists", "callee": "Get-Service", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L41"}, {"caller_nid": "windows_start_production_services_start_serviceifexists", "callee": "Start-Service", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L48"}, {"caller_nid": "windows_start_production_services_start_xamppprocess", "callee": "Join-Path", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L56"}, {"caller_nid": "windows_start_production_services_start_xamppprocess", "callee": "Test-Path", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L57"}, {"caller_nid": "windows_start_production_services_start_xamppprocess", "callee": "Start-Process", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\deploy\\windows\\start-production-services.ps1", "source_location": "L62"}]}