Files
gomail/graphify-out/cache/ast/v0.9.37/bc20c872a2480d715fc57854044f5f8f9f196f1504e600a1a9b895b3b11e416b.json
2026-08-09 18:03:09 +01:00

1 line
13 KiB
JSON

{"nodes": [{"id": "$graphify-root$_internal_acme_jws_go", "label": "jws.go", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L1"}, {"id": "acme_accountkey", "label": "AccountKey", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L25"}, {"id": "privatekey", "label": "PrivateKey", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/acme/jws.go"}, {"id": "$graphify-root$_internal_acme_jws_generateaccountkey", "label": "GenerateAccountKey()", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L29"}, {"id": "acme_accountkey_marshalpem", "label": ".MarshalPEM()", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L37"}, {"id": "$graphify-root$_internal_acme_jws_parseaccountkeypem", "label": "ParseAccountKeyPEM()", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L45"}, {"id": "acme_jwk", "label": "jwk", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L60"}, {"id": "acme_accountkey_jwkvalue", "label": ".jwkValue()", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L67"}, {"id": "acme_accountkey_thumbprint", "label": ".thumbprint()", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L78"}, {"id": "acme_accountkey_signjws", "label": ".signJWS()", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L90"}, {"id": "$graphify-root$_internal_acme_jws_b64", "label": "b64()", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L132"}, {"id": "$graphify-root$_internal_acme_jws_leftpad", "label": "leftPad()", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L136"}], "edges": [{"source": "$graphify-root$_internal_acme_jws_go", "target": "go_pkg_crypto_ecdsa", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "go_pkg_crypto_elliptic", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L12", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "go_pkg_crypto_rand", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L13", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "go_pkg_crypto_sha256", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L14", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "go_pkg_crypto_x509", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L15", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "go_pkg_encoding_base64", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L16", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "go_pkg_encoding_json", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L17", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "go_pkg_encoding_pem", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L18", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L19", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "acme_accountkey", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L25", "weight": 1.0}, {"source": "acme_accountkey", "target": "privatekey", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L26", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "$graphify-root$_internal_acme_jws_generateaccountkey", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L29", "weight": 1.0}, {"source": "$graphify-root$_internal_acme_jws_generateaccountkey", "target": "acme_accountkey", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L29", "weight": 1.0, "context": "return_type"}, {"source": "acme_accountkey", "target": "acme_accountkey_marshalpem", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L37", "weight": 1.0}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "$graphify-root$_internal_acme_jws_parseaccountkeypem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L45", "weight": 1.0}, {"source": "$graphify-root$_internal_acme_jws_parseaccountkeypem", "target": "acme_accountkey", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L45", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "acme_jwk", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L60", "weight": 1.0}, {"source": "acme_accountkey", "target": "acme_accountkey_jwkvalue", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L67", "weight": 1.0}, {"source": "acme_accountkey_jwkvalue", "target": "acme_jwk", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L67", "weight": 1.0, "context": "return_type"}, {"source": "acme_accountkey", "target": "acme_accountkey_thumbprint", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L78", "weight": 1.0}, {"source": "acme_accountkey", "target": "acme_accountkey_signjws", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L90", "weight": 1.0}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "$graphify-root$_internal_acme_jws_b64", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L132", "weight": 1.0}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "$graphify-root$_internal_acme_jws_leftpad", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L136", "weight": 1.0}, {"source": "acme_accountkey_jwkvalue", "target": "$graphify-root$_internal_acme_jws_b64", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L71", "weight": 1.0}, {"source": "acme_accountkey_jwkvalue", "target": "$graphify-root$_internal_acme_jws_leftpad", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L71", "weight": 1.0}, {"source": "acme_accountkey_thumbprint", "target": "acme_accountkey_jwkvalue", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L79", "weight": 1.0}, {"source": "acme_accountkey_thumbprint", "target": "$graphify-root$_internal_acme_jws_b64", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L83", "weight": 1.0}, {"source": "acme_accountkey_signjws", "target": "acme_accountkey_jwkvalue", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L97", "weight": 1.0}, {"source": "acme_accountkey_signjws", "target": "$graphify-root$_internal_acme_jws_b64", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L106", "weight": 1.0}, {"source": "acme_accountkey_signjws", "target": "$graphify-root$_internal_acme_jws_leftpad", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L122", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_internal_acme_jws_generateaccountkey", "callee": "GenerateKey", "is_member_call": false, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L30"}, {"caller_nid": "$graphify-root$_internal_acme_jws_generateaccountkey", "callee": "P256", "is_member_call": false, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L30"}, {"caller_nid": "$graphify-root$_internal_acme_jws_generateaccountkey", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L32"}, {"caller_nid": "acme_accountkey_marshalpem", "callee": "MarshalECPrivateKey", "is_member_call": false, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L38"}, {"caller_nid": "acme_accountkey_marshalpem", "callee": "EncodeToMemory", "is_member_call": false, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L42"}, {"caller_nid": "$graphify-root$_internal_acme_jws_parseaccountkeypem", "callee": "Decode", "is_member_call": false, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L46"}, {"caller_nid": "$graphify-root$_internal_acme_jws_parseaccountkeypem", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L48"}, {"caller_nid": "$graphify-root$_internal_acme_jws_parseaccountkeypem", "callee": "ParseECPrivateKey", "is_member_call": false, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L50"}, {"caller_nid": "$graphify-root$_internal_acme_jws_parseaccountkeypem", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L52"}, {"caller_nid": "acme_accountkey_jwkvalue", "callee": "Bytes", "is_member_call": true, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L71"}, {"caller_nid": "acme_accountkey_jwkvalue", "callee": "Bytes", "is_member_call": true, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L72"}, {"caller_nid": "acme_accountkey_thumbprint", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L81"}, {"caller_nid": "acme_accountkey_thumbprint", "callee": "Sum256", "is_member_call": false, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L82"}, {"caller_nid": "acme_accountkey_signjws", "callee": "Marshal", "is_member_call": false, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L102"}, {"caller_nid": "acme_accountkey_signjws", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L104"}, {"caller_nid": "acme_accountkey_signjws", "callee": "Sum256", "is_member_call": false, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L116"}, {"caller_nid": "acme_accountkey_signjws", "callee": "Sign", "is_member_call": false, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L118"}, {"caller_nid": "acme_accountkey_signjws", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L120"}, {"caller_nid": "acme_accountkey_signjws", "callee": "Bytes", "is_member_call": true, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L122"}, {"caller_nid": "acme_accountkey_signjws", "callee": "Bytes", "is_member_call": true, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L122"}, {"caller_nid": "acme_accountkey_signjws", "callee": "Marshal", "is_member_call": false, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L129"}, {"caller_nid": "$graphify-root$_internal_acme_jws_b64", "callee": "EncodeToString", "is_member_call": true, "language": "go", "source_file": "internal/acme/jws.go", "source_location": "L133"}]}