Files
mailgoserver/graphify-out/cache/ast/v0.9.37/ba7711dc4d7daad90f79a3e2128da96349cd52b1e4bdda06f5c5a1eba210df6d.json
T

1 line
12 KiB
JSON
Raw Normal View History

2026-08-12 21:14:19 +01:00
{"nodes": [{"id": "$graphify-root$_internal_db_crud_mailbox_messages_go", "label": "crud_mailbox_messages.go", "file_type": "code", "source_file": "internal/db/crud_mailbox_messages.go", "source_location": "L1"}, {"id": "db_db", "label": "DB", "file_type": "code", "source_file": "internal/db/crud_mailbox_messages.go", "source_location": "L12"}, {"id": "db_db_insertmessage", "label": ".InsertMessage()", "file_type": "code", "source_file": "internal/db/crud_mailbox_messages.go", "source_location": "L12"}, {"id": "time", "label": "Time", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/db/crud_mailbox_messages.go"}, {"id": "db_db_getmessagebyuid", "label": ".GetMessageByUID()", "file_type": "code", "source_file": "internal/db/crud_mailbox_messages.go", "source_location": "L23"}, {"id": "mailboxmessage", "label": "MailboxMessage", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/db/crud_mailbox_messages.go"}, {"id": "db_db_deletemessage", "label": ".DeleteMessage()", "file_type": "code", "source_file": "internal/db/crud_mailbox_messages.go", "source_location": "L39"}, {"id": "db_db_listmessageuidsformailbox", "label": ".ListMessageUIDsForMailbox()", "file_type": "code", "source_file": "internal/db/crud_mailbox_messages.go", "source_location": "L47"}, {"id": "db_db_listmessagesformailbox", "label": ".ListMessagesForMailbox()", "file_type": "code", "source_file": "internal/db/crud_mailbox_messages.go", "source_location": "L67"}, {"id": "db_db_setmessageflags", "label": ".SetMessageFlags()", "file_type": "code", "source_file": "internal/db/crud_mailbox_messages.go", "source_location": "L90"}, {"id": "db_db_listmessagesinfolder", "label": ".ListMessagesInFolder()", "file_type": "code", "source_file": "internal/db/crud_mailbox_messages.go", "source_location": "L98"}, {"id": "db_db_distinctfoldersformailbox", "label": ".DistinctFoldersForMailbox()", "file_type": "code", "source_file": "internal/db/crud_mailbox_messages.go", "source_location": "L122"}], "edges": [{"source": "$graphify-root$_internal_db_crud_mailbox_messages_go", "target": "go_pkg_database_sql", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_messages.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_crud_mailbox_messages_go", "target": "go_pkg_errors", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_messages.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_crud_mailbox_messages_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_messages.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "db_db", "target": "db_db_insertmessage", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_messages.go", "source_location": "L12", "weight": 1.0}, {"source": "db_db_insertmessage", "target": "time", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_messages.go", "source_location": "L12", "weight": 1.0, "context": "parameter_type"}, {"source": "db_db", "target": "db_db_getmessagebyuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_messages.go", "source_location": "L23", "weight": 1.0}, {"source": "db_db_getmessagebyuid", "target": "mailboxmessage", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_messages.go", "source_location": "L23", "weight": 1.0, "context": "return_type"}, {"source": "db_db", "target": "db_db_deletemessage", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_messages.go", "source_location": "L39", "weight": 1.0}, {"source": "db_db", "target": "db_db_listmessageuidsformailbox", "relation": "method", "confidence": "EXTRACTED", "source_file