Files
gomail/graphify-out/cache/ast/v0.9.37/cfd994041d22932995ec2e05d09d3df3ac1721ee3373fa4a99553081d7b8ea33.json
T

1 line
7.6 KiB
JSON
Raw Normal View History

2026-08-10 21:15:19 +01:00
{"nodes": [{"id": "$graphify-root$_internal_dane_dane_go", "label": "dane.go", "file_type": "code", "source_file": "internal/dane/dane.go", "source_location": "L1"}, {"id": "dane_tlsarecord", "label": "TLSARecord", "file_type": "code", "source_file": "internal/dane/dane.go", "source_location": "L55"}, {"id": "$graphify-root$_internal_dane_dane_lookup", "label": "Lookup()", "file_type": "code", "source_file": "internal/dane/dane.go", "source_location": "L67"}, {"id": "context", "label": "Context", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/dane/dane.go"}, {"id": "dane_tlsarecord_matches", "label": ".matches()", "file_type": "code", "source_file": "internal/dane/dane.go", "source_location": "L97"}, {"id": "certificate", "label": "Certificate", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/dane/dane.go"}, {"id": "$graphify-root$_internal_dane_dane_verifypeercertificate", "label": "VerifyPeerCertificate()", "file_type": "code", "source_file": "internal/dane/dane.go", "source_location": "L133"}], "edges": [{"source": "$graphify-root$_internal_dane_dane_go", "target": "go_pkg_bytes", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dane/dane.go", "source_location": "L21", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dane_dane_go", "target": "go_pkg_context", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dane/dane.go", "source_location": "L22", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dane_dane_go", "target": "go_pkg_crypto_sha256", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dane/dane.go", "source_location": "L23", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dane_dane_go", "target": "go_pkg_crypto_sha512", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dane/dane.go", "source_location": "L24", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dane_dane_go", "target": "go_pkg_crypto_x509", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dane/dane.go", "source_location": "L25", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dane_dane_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dane/dane.go", "source_location": "L26", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dane_dane_go", "target": "go_pkg_log_slog", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dane/dane.go", "source_location": "L27", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dane_dane_go", "target": "go_pkg_gomail_internal_dnsutil", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dane/dane.go", "source_location": "L29", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dane_dane_go", "target": "dane_tlsarecord", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dane/dane.go", "source_location": "L55", "weight": 1.0}, {"source": "$graphify-root$_internal_dane_dane_go", "target": "$graphify-root$_internal_dane_dane_lookup", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dane/dane.go", "source_location": "L67", "weight": 1.0}, {"source": "$graphify-root$_internal_dane_dane_lookup", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dane/dane.go", "source_location": "L67", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_dane_dane_lookup", "target": "dane_tlsarecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dane/dane.go", "source_location": "L67", "weight": 1.0, "context": "return_type"}, {"source": "dane_tlsarecord", "target": "dane_tlsarecord_matches", "relation": "method"