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

1 line
13 KiB
JSON

{"nodes": [{"id": "$graphify-root$_internal_pipeline_stage_llm_go", "label": "stage_llm.go", "file_type": "code", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L1"}, {"id": "pipeline_llmstage", "label": "LLMStage", "file_type": "code", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L28"}, {"id": "duration", "label": "Duration", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pipeline/stage_llm.go"}, {"id": "pipeline_llmstage_name", "label": ".Name()", "file_type": "code", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L34"}, {"id": "pipeline_chatcompletionrequest", "label": "chatCompletionRequest", "file_type": "code", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L41"}, {"id": "chatmessage", "label": "chatMessage", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pipeline/stage_llm.go"}, {"id": "pipeline_chatmessage", "label": "chatMessage", "file_type": "code", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L46"}, {"id": "pipeline_chatcompletionresponse", "label": "chatCompletionResponse", "file_type": "code", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L51"}, {"id": "pipeline_llmstage_run", "label": ".Run()", "file_type": "code", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L62"}, {"id": "context", "label": "Context", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pipeline/stage_llm.go"}, {"id": "mailcontext", "label": "MailContext", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pipeline/stage_llm.go"}, {"id": "stageresult", "label": "StageResult", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pipeline/stage_llm.go"}, {"id": "pipeline_llmstage_classify", "label": ".classify()", "file_type": "code", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L93"}, {"id": "$graphify-root$_internal_pipeline_stage_llm_extractleadingdigits", "label": "extractLeadingDigits()", "file_type": "code", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L149"}], "edges": [{"source": "$graphify-root$_internal_pipeline_stage_llm_go", "target": "go_pkg_bytes", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pipeline_stage_llm_go", "target": "go_pkg_context", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pipeline_stage_llm_go", "target": "go_pkg_encoding_json", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pipeline_stage_llm_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pipeline_stage_llm_go", "target": "go_pkg_net_http", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pipeline_stage_llm_go", "target": "go_pkg_strconv", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pipeline_stage_llm_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L10", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pipeline_stage_llm_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pipeline_stage_llm_go", "target": "go_pkg_gomail_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L13", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pipeline_stage_llm_go", "target": "pipeline_llmstage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L28", "weight": 1.0}, {"source": "pipeline_llmstage", "target": "duration", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L31", "weight": 1.0, "context": "field"}, {"source": "pipeline_llmstage", "target": "pipeline_llmstage_name", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L34", "weight": 1.0}, {"source": "$graphify-root$_internal_pipeline_stage_llm_go", "target": "pipeline_chatcompletionrequest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L41", "weight": 1.0}, {"source": "pipeline_chatcompletionrequest", "target": "chatmessage", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L43", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_internal_pipeline_stage_llm_go", "target": "pipeline_chatmessage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L46", "weight": 1.0}, {"source": "$graphify-root$_internal_pipeline_stage_llm_go", "target": "pipeline_chatcompletionresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L51", "weight": 1.0}, {"source": "pipeline_chatcompletionresponse", "target": "pipeline_chatmessage", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L52", "weight": 1.0, "context": "field"}, {"source": "pipeline_llmstage", "target": "pipeline_llmstage_run", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L62", "weight": 1.0}, {"source": "pipeline_llmstage_run", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L62", "weight": 1.0, "context": "parameter_type"}, {"source": "pipeline_llmstage_run", "target": "mailcontext", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L62", "weight": 1.0, "context": "parameter_type"}, {"source": "pipeline_llmstage_run", "target": "stageresult", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L62", "weight": 1.0, "context": "return_type"}, {"source": "pipeline_llmstage", "target": "pipeline_llmstage_classify", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L93", "weight": 1.0}, {"source": "pipeline_llmstage_classify", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L93", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_pipeline_stage_llm_go", "target": "$graphify-root$_internal_pipeline_stage_llm_extractleadingdigits", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L149", "weight": 1.0}, {"source": "pipeline_llmstage_run", "target": "pipeline_llmstage_name", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L64", "weight": 1.0}, {"source": "pipeline_llmstage_run", "target": "pipeline_llmstage_classify", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L72", "weight": 1.0}, {"source": "pipeline_llmstage_classify", "target": "$graphify-root$_internal_pipeline_stage_llm_extractleadingdigits", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L132", "weight": 1.0}], "raw_calls": [{"caller_nid": "pipeline_llmstage_run", "callee": "Now", "is_member_call": false, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L63"}, {"caller_nid": "pipeline_llmstage_run", "callee": "string", "is_member_call": false, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L72"}, {"caller_nid": "pipeline_llmstage_run", "callee": "Milliseconds", "is_member_call": true, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L73"}, {"caller_nid": "pipeline_llmstage_run", "callee": "Since", "is_member_call": false, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L73"}, {"caller_nid": "pipeline_llmstage_run", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L82"}, {"caller_nid": "pipeline_llmstage_classify", "callee": "Marshal", "is_member_call": false, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L101"}, {"caller_nid": "pipeline_llmstage_classify", "callee": "NewRequestWithContext", "is_member_call": false, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L106"}, {"caller_nid": "pipeline_llmstage_classify", "callee": "NewReader", "is_member_call": false, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L106"}, {"caller_nid": "pipeline_llmstage_classify", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L108"}, {"caller_nid": "pipeline_llmstage_classify", "callee": "Do", "is_member_call": true, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L113"}, {"caller_nid": "pipeline_llmstage_classify", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L115"}, {"caller_nid": "pipeline_llmstage_classify", "callee": "Close", "is_member_call": true, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L117"}, {"caller_nid": "pipeline_llmstage_classify", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L120"}, {"caller_nid": "pipeline_llmstage_classify", "callee": "Decode", "is_member_call": true, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L124"}, {"caller_nid": "pipeline_llmstage_classify", "callee": "NewDecoder", "is_member_call": false, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L124"}, {"caller_nid": "pipeline_llmstage_classify", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L125"}, {"caller_nid": "pipeline_llmstage_classify", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L128"}, {"caller_nid": "pipeline_llmstage_classify", "callee": "TrimSpace", "is_member_call": false, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L131"}, {"caller_nid": "pipeline_llmstage_classify", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L134"}, {"caller_nid": "pipeline_llmstage_classify", "callee": "ParseFloat", "is_member_call": false, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L136"}, {"caller_nid": "pipeline_llmstage_classify", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L138"}, {"caller_nid": "$graphify-root$_internal_pipeline_stage_llm_extractleadingdigits", "callee": "WriteRune", "is_member_call": true, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L153"}, {"caller_nid": "$graphify-root$_internal_pipeline_stage_llm_extractleadingdigits", "callee": "Len", "is_member_call": true, "language": "go", "source_file": "internal/pipeline/stage_llm.go", "source_location": "L154"}]}