1 line
37 KiB
JSON
1 line
37 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_smtpserver_server_test_go", "label": "server_test.go", "file_type": "code", "source_file": "internal/smtpserver/server_test.go", "source_location": "L1"}, {"id": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "label": "newTestBackend()", "file_type": "code", "source_file": "internal/smtpserver/server_test.go", "source_location": "L18"}, {"id": "t", "label": "T", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/smtpserver/server_test.go"}, {"id": "backend", "label": "Backend", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/smtpserver/server_test.go"}, {"id": "$graphify-root$_internal_smtpserver_server_test_starttestserver", "label": "startTestServer()", "file_type": "code", "source_file": "internal/smtpserver/server_test.go", "source_location": "L61"}, {"id": "$graphify-root$_internal_smtpserver_server_test_testauthsuccessandsenderauthorization", "label": "TestAuthSuccessAndSenderAuthorization()", "file_type": "code", "source_file": "internal/smtpserver/server_test.go", "source_location": "L73"}, {"id": "$graphify-root$_internal_smtpserver_server_test_testauthfailureclosesconnection", "label": "TestAuthFailureClosesConnection()", "file_type": "code", "source_file": "internal/smtpserver/server_test.go", "source_location": "L94"}, {"id": "$graphify-root$_internal_smtpserver_server_test_testipwhitelistfallbackwithoutauth", "label": "TestIPWhitelistFallbackWithoutAuth()", "file_type": "code", "source_file": "internal/smtpserver/server_test.go", "source_location": "L120"}, {"id": "$graphify-root$_internal_smtpserver_server_test_testmailfromrejectedforunauthorizeddomain", "label": "TestMailFromRejectedForUnauthorizedDomain()", "file_type": "code", "source_file": "internal/smtpserver/server_test.go", "source_location": "L139"}, {"id": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "label": "TestUnverifiedDomainCannotSend()", "file_type": "code", "source_file": "internal/smtpserver/server_test.go", "source_location": "L158"}, {"id": "$graphify-root$_internal_smtpserver_server_test_testsendercannotspoofotheraddress", "label": "TestSenderCannotSpoofOtherAddress()", "file_type": "code", "source_file": "internal/smtpserver/server_test.go", "source_location": "L197"}], "edges": [{"source": "$graphify-root$_internal_smtpserver_server_test_go", "target": "go_pkg_net", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_server_test_go", "target": "go_pkg_net_smtp", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_server_test_go", "target": "go_pkg_os", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_server_test_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_server_test_go", "target": "go_pkg_testing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_server_test_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_server_test_go", "target": "go_pkg_gopkg_in_ini_v1", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_server_test_go", "target": "go_pkg_mailgoserver_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L12", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_server_test_go", "target": "go_pkg_mailgoserver_internal_dkim", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L13", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_server_test_go", "target": "go_pkg_mailgoserver_internal_relay", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L14", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_server_test_go", "target": "go_pkg_mailgoserver_internal_toolbox", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L15", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_server_test_go", "target": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L18", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "target": "t", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L18", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "target": "backend", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L18", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_smtpserver_server_test_go", "target": "$graphify-root$_internal_smtpserver_server_test_starttestserver", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L61", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_test_starttestserver", "target": "t", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L61", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_smtpserver_server_test_starttestserver", "target": "backend", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L61", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_smtpserver_server_test_go", "target": "$graphify-root$_internal_smtpserver_server_test_testauthsuccessandsenderauthorization", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L73", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_test_testauthsuccessandsenderauthorization", "target": "t", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L73", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_smtpserver_server_test_go", "target": "$graphify-root$_internal_smtpserver_server_test_testauthfailureclosesconnection", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L94", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_test_testauthfailureclosesconnection", "target": "t", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L94", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_smtpserver_server_test_go", "target": "$graphify-root$_internal_smtpserver_server_test_testipwhitelistfallbackwithoutauth", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L120", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_test_testipwhitelistfallbackwithoutauth", "target": "t", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L120", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_smtpserver_server_test_go", "target": "$graphify-root$_internal_smtpserver_server_test_testmailfromrejectedforunauthorizeddomain", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L139", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_test_testmailfromrejectedforunauthorizeddomain", "target": "t", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L139", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_smtpserver_server_test_go", "target": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L158", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "target": "t", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L158", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_smtpserver_server_test_go", "target": "$graphify-root$_internal_smtpserver_server_test_testsendercannotspoofotheraddress", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L197", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_test_testsendercannotspoofotheraddress", "target": "t", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L197", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_smtpserver_server_test_testauthsuccessandsenderauthorization", "target": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L74", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_test_testauthsuccessandsenderauthorization", "target": "$graphify-root$_internal_smtpserver_server_test_starttestserver", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L75", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_test_testauthfailureclosesconnection", "target": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L95", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_test_testauthfailureclosesconnection", "target": "$graphify-root$_internal_smtpserver_server_test_starttestserver", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L96", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_test_testipwhitelistfallbackwithoutauth", "target": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L121", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_test_testipwhitelistfallbackwithoutauth", "target": "$graphify-root$_internal_smtpserver_server_test_starttestserver", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L122", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_test_testmailfromrejectedforunauthorizeddomain", "target": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L140", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_test_testmailfromrejectedforunauthorizeddomain", "target": "$graphify-root$_internal_smtpserver_server_test_starttestserver", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L141", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "target": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L159", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "target": "$graphify-root$_internal_smtpserver_server_test_starttestserver", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L170", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_test_testsendercannotspoofotheraddress", "target": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L198", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_server_test_testsendercannotspoofotheraddress", "target": "$graphify-root$_internal_smtpserver_server_test_starttestserver", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/server_test.go", "source_location": "L199", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "Helper", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L19"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "CreateTemp", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L20"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L22"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "Close", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L24"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "Cleanup", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L25"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "Remove", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L25"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "Name", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L25"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "Open", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L27"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "Name", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L27"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L29"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "Cleanup", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L31"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "Close", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L31"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L33"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L34"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "HashPassword", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L36"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L38"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L40"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L41"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L43"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L44"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "Empty", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L47"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "GetLogger", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L48"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "New", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L52"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "New", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L53"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_newtestbackend", "callee": "TempDir", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L57"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_starttestserver", "callee": "Helper", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L62"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_starttestserver", "callee": "Listen", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L63"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_starttestserver", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L65"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_starttestserver", "callee": "NewPlainServer", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L67"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_starttestserver", "callee": "Addr", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L67"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_starttestserver", "callee": "Serve", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L68"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_starttestserver", "callee": "Cleanup", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L69"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_starttestserver", "callee": "Close", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L69"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_starttestserver", "callee": "Addr", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L70"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthsuccessandsenderauthorization", "callee": "Dial", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L77"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthsuccessandsenderauthorization", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L79"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthsuccessandsenderauthorization", "callee": "Close", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L81"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthsuccessandsenderauthorization", "callee": "Auth", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L83"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthsuccessandsenderauthorization", "callee": "PlainAuth", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L83"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthsuccessandsenderauthorization", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L84"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthsuccessandsenderauthorization", "callee": "Mail", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L86"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthsuccessandsenderauthorization", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L87"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthsuccessandsenderauthorization", "callee": "Rcpt", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L89"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthsuccessandsenderauthorization", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L90"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthfailureclosesconnection", "callee": "Dial", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L98"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthfailureclosesconnection", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L100"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthfailureclosesconnection", "callee": "Close", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L102"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthfailureclosesconnection", "callee": "Auth", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L104"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthfailureclosesconnection", "callee": "PlainAuth", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L104"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthfailureclosesconnection", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L106"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthfailureclosesconnection", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L108"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthfailureclosesconnection", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L109"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthfailureclosesconnection", "callee": "Sleep", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L114"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthfailureclosesconnection", "callee": "Mail", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L115"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testauthfailureclosesconnection", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L116"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testipwhitelistfallbackwithoutauth", "callee": "Dial", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L124"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testipwhitelistfallbackwithoutauth", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L126"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testipwhitelistfallbackwithoutauth", "callee": "Close", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L128"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testipwhitelistfallbackwithoutauth", "callee": "Mail", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L131"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testipwhitelistfallbackwithoutauth", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L132"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testipwhitelistfallbackwithoutauth", "callee": "Rcpt", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L134"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testipwhitelistfallbackwithoutauth", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L135"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testmailfromrejectedforunauthorizeddomain", "callee": "Dial", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L143"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testmailfromrejectedforunauthorizeddomain", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L145"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testmailfromrejectedforunauthorizeddomain", "callee": "Close", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L147"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testmailfromrejectedforunauthorizeddomain", "callee": "Mail", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L149"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testmailfromrejectedforunauthorizeddomain", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L151"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testmailfromrejectedforunauthorizeddomain", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L153"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testmailfromrejectedforunauthorizeddomain", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L154"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "callee": "CreateDomain", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L161"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L163"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "callee": "HashPassword", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L165"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "callee": "CreateSender", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L166"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L167"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "callee": "Dial", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L171"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L173"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "callee": "Close", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L175"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "callee": "Auth", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L177"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "callee": "PlainAuth", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L177"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L178"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "callee": "Mail", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L180"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L182"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L184"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L184"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L185"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "callee": "SetDomainVerified", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L189"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L190"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "callee": "Mail", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L192"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testunverifieddomaincannotsend", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L193"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testsendercannotspoofotheraddress", "callee": "Dial", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L201"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testsendercannotspoofotheraddress", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L203"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testsendercannotspoofotheraddress", "callee": "Close", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L205"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testsendercannotspoofotheraddress", "callee": "Auth", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L207"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testsendercannotspoofotheraddress", "callee": "PlainAuth", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L207"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testsendercannotspoofotheraddress", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L208"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testsendercannotspoofotheraddress", "callee": "Mail", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L210"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testsendercannotspoofotheraddress", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L212"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testsendercannotspoofotheraddress", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L214"}, {"caller_nid": "$graphify-root$_internal_smtpserver_server_test_testsendercannotspoofotheraddress", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/server_test.go", "source_location": "L215"}]} |