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

1 line
12 KiB
JSON
Raw Normal View History

2026-08-09 18:03:09 +01:00
{"nodes": [{"id": "$graphify-root$_internal_pipeline_stage_clamav_go", "label": "stage_clamav.go", "file_type": "code", "source_file": "internal/pipeline/stage_clamav.go", "source_location": "L1"}, {"id": "pipeline_clamavstage", "label": "ClamAVStage", "file_type": "code", "source_file": "internal/pipeline/stage_clamav.go", "source_location": "L21"}, {"id": "duration", "label": "Duration", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pipeline/stage_clamav.go"}, {"id": "pipeline_clamavstage_name", "label": ".Name()", "file_type": "code", "source_file": "internal/pipeline/stage_clamav.go", "source_location": "L26"}, {"id": "pipeline_clamavstage_run", "label": ".Run()", "file_type": "code", "source_file": "internal/pipeline/stage_clamav.go", "source_location": "L28"}, {"id": "context", "label": "Context", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pipeline/stage_clamav.go"}, {"id": "mailcontext", "label": "MailContext", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pipeline/stage_clamav.go"}, {"id": "stageresult", "label": "StageResult", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pipeline/stage_clamav.go"}, {"id": "pipeline_clamavstage_scan", "label": ".scan()", "file_type": "code", "source_file": "internal/pipeline/stage_clamav.go", "source_location": "L55"}, {"id": "$graphify-root$_internal_pipeline_stage_clamav_parseclamaddr", "label": "parseClamAddr()", "file_type": "code", "source_file": "internal/pipeline/stage_clamav.go", "source_location": "L118"}], "edges": [{"source": "$graphify-root$_internal_pipeline_stage_clamav_go", "target": "go_pkg_context", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_clamav.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pipeline_stage_clamav_go", "target": "go_pkg_encoding_binary", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_clamav.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pipeline_stage_clamav_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_clamav.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pipeline_stage_clamav_go", "target": "go_pkg_net", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_clamav.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pipeline_stage_clamav_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_clamav.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pipeline_stage_clamav_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_clamav.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pipeline_stage_clamav_go", "target": "go_pkg_gomail_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_clamav.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pipeline_stage_clamav_go", "target": "pipeline_clamavstage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_clamav.go", "source_location": "L21", "weight": 1.0}, {"source": "pipeline_clamavstage", "target": "duration", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_clamav.go", "source_location": "L23", "weight": 1.0, "context": "field"}, {"source": "pipeline_clamavstage", "target": "pipeline_clamavsta