1 line
28 KiB
JSON
1 line
28 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_smtpserver_mailbox_alias_test_go", "label": "mailbox_alias_test.go", "file_type": "code", "source_file": "internal/smtpserver/mailbox_alias_test.go", "source_location": "L1"}, {"id": "$graphify-root$_internal_smtpserver_mailbox_alias_test_createalias", "label": "createAlias()", "file_type": "code", "source_file": "internal/smtpserver/mailbox_alias_test.go", "source_location": "L12"}, {"id": "t", "label": "T", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/smtpserver/mailbox_alias_test.go"}, {"id": "backend", "label": "Backend", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/smtpserver/mailbox_alias_test.go"}, {"id": "$graphify-root$_internal_smtpserver_mailbox_alias_test_testlocaldeliverytoaliaslandsinowningmailbox", "label": "TestLocalDeliveryToAliasLandsInOwningMailbox()", "file_type": "code", "source_file": "internal/smtpserver/mailbox_alias_test.go", "source_location": "L19"}, {"id": "$graphify-root$_internal_smtpserver_mailbox_alias_test_testmailboxapppasswordcansendasprimarybutnotarbitraryaddress", "label": "TestMailboxAppPasswordCanSendAsPrimaryButNotArbitraryAddress()", "file_type": "code", "source_file": "internal/smtpserver/mailbox_alias_test.go", "source_location": "L57"}, {"id": "$graphify-root$_internal_smtpserver_mailbox_alias_test_testmailboxapppasswordcansendasenabledalias", "label": "TestMailboxAppPasswordCanSendAsEnabledAlias()", "file_type": "code", "source_file": "internal/smtpserver/mailbox_alias_test.go", "source_location": "L99"}, {"id": "$graphify-root$_internal_smtpserver_mailbox_alias_test_testmailboxapppasswordcannotsendasreceiveonlyalias", "label": "TestMailboxAppPasswordCannotSendAsReceiveOnlyAlias()", "file_type": "code", "source_file": "internal/smtpserver/mailbox_alias_test.go", "source_location": "L126"}], "edges": [{"source": "$graphify-root$_internal_smtpserver_mailbox_alias_test_go", "target": "go_pkg_net_smtp", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/mailbox_alias_test.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_mailbox_alias_test_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/mailbox_alias_test.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_mailbox_alias_test_go", "target": "go_pkg_testing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/mailbox_alias_test.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_mailbox_alias_test_go", "target": "go_pkg_mailgoserver_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/mailbox_alias_test.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_mailbox_alias_test_go", "target": "$graphify-root$_internal_smtpserver_mailbox_alias_test_createalias", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/mailbox_alias_test.go", "source_location": "L12", "weight": 1.0}, {"source": "$graphify-root$_internal_smtpserver_mailbox_alias_test_createalias", "target": "t", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/mailbox_alias_test.go", "source_location": "L12", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_smtpserver_mailbox_alias_test_createalias", "target": "backend", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/mailbox_alias_test.go", "source_location": "L12", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_smtpserver_mailbox_alias_test_go", "target": "$graphify-root$_internal_smtpserver_mailbox_alias_test_testlocaldeliverytoalia
|