1 line
6.0 KiB
JSON
1 line
6.0 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_smtpserver_server_go", "label": "server.go", "file_type": "code", "source_file": "internal/smtpserver/server.go", "source_location": "L1"}, {"id": "$graphify-root$_internal_smtpserver_server_resolvebanner", "label": "ResolveBanner()", "file_type": "code", "source_file": "internal/smtpserver/server.go", "source_location": "L19"}, {"id": "file", "label": "File", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/smtpserver/server.go"}, {"id": "$graphify-root$_internal_smtpserver_server_newplainserver", "label": "NewPlainServer()", "file_type": "code", "source_file": "internal/smtpserver/server.go", "source_location": "L34"}, {"id": "backend", "label": "Backend", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/smtpserver/server.go"}, {"id": "server", "label": "Server", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/smtpserver/server.go"}, {"id": "$graphify-root$_internal_smtpserver_server_newtlsserver", "label": "NewTLSServer()", "file_type": "code", "source_file": "internal/smtpserver/server.go", "source_location": "L47"}, {"id": "config", "label": "Config", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/smtpserver/server.go"}], "edges": [{"source": "$graphify-root$_internal_smtpserver_server_go", "target": "go_pkg_crypto_tls", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_server_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_server_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_server_go", "target": "go_pkg_github_com_emersion_go_smtp", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_server_go", "target": "go_pkg_gopkg_in_ini_v1", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_server_go", "target": "$graphify-root$_internal_smtpserver_server_resolvebanner", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server.go", "source_location": "L19", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_resolvebanner", "target": "file", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server.go", "source_location": "L19", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_smtpserver_server_go", "target": "$graphify-root$_internal_smtpserver_server_newplainserver", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server.go", "source_location": "L34", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_newplainserver", "target": "backend", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server.go", "source_location": "L34", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_smtpserver_server_newplainserver", "target": "server", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server.go", "source_location": "L34", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_smtpserver_server_go", "target": "$graphify-root$_internal_smtpserver_server_newtlsserver", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server.go", "source_location": "L47", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_newtlsserver", "target": "backend", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server.go", "source_location": "L47", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_smtpserver_server_newtlsserver", "target": "config", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server.go", "source_location": "L47", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_smtpserver_server_newtlsserver", "target": "server", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server.go", "source_location": "L47", "weight": 1.0, "context": "return_type"}], "raw_calls": [{"caller_nid": "$graphify-root$_internal_smtpserver_server_resolvebanner", "callee": "Key", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server.go", "source_location": "L20"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_resolvebanner", "callee": "Section", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server.go", "source_location": "L20"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_resolvebanner", "callee": "TrimSpace", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server.go", "source_location": "L24"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_newplainserver", "callee": "NewServer", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server.go", "source_location": "L35"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_newtlsserver", "callee": "NewServer", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server.go", "source_location": "L48"}]} |