1 line
41 KiB
JSON
1 line
41 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_pop3_pop3_go", "label": "pop3.go", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L1"}, {"id": "pop3_server", "label": "Server", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L30"}, {"id": "db", "label": "DB", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "store", "label": "Store", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "config", "label": "Config", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "listener", "label": "Listener", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "waitgroup", "label": "WaitGroup", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "$graphify-root$_internal_pop3_pop3_newserver", "label": "NewServer()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L41"}, {"id": "pop3_server_listenandserve", "label": ".ListenAndServe()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L45"}, {"id": "context", "label": "Context", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "pop3_server_acceptloop", "label": ".acceptLoop()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L77"}, {"id": "pop3_server_shutdown", "label": ".Shutdown()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L98"}, {"id": "duration", "label": "Duration", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "pop3_server_closeall", "label": ".closeAll()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L113"}, {"id": "pop3_pop3state", "label": "pop3State", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L122"}, {"id": "pop3_session", "label": "session", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L130"}, {"id": "conn", "label": "Conn", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "readwriter", "label": "ReadWriter", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "mailboxentry", "label": "MailboxEntry", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "$graphify-root$_internal_pop3_pop3_newsession", "label": "newSession()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L147"}, {"id": "pop3_session_run", "label": ".run()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L159"}, {"id": "pop3_session_dispatch", "label": ".dispatch()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L186"}, {"id": "pop3_session_reply", "label": ".reply()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L225"}, {"id": "pop3_session_cmduser", "label": ".cmdUser()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L240"}, {"id": "pop3_session_cmdpass", "label": ".cmdPass()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L249"}, {"id": "pop3_session_cmdstat", "label": ".cmdStat()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L275"}, {"id": "pop3_session_cmdlist", "label": ".cmdList()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L291"}, {"id": "pop3_session_cmduidl", "label": ".cmdUIDL()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L316"}, {"id": "pop3_session_cmdretr", "label": ".cmdRetr()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L341"}, {"id": "pop3_session_cmdtop", "label": ".cmdTop()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L359"}, {"id": "pop3_session_cmddele", "label": ".cmdDele()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L404"}, {"id": "pop3_session_cmdrset", "label": ".cmdRset()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L416"}, {"id": "pop3_session_commitdeletes", "label": ".commitDeletes()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L427"}, {"id": "pop3_session_requiretransaction", "label": ".requireTransaction()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L441"}, {"id": "pop3_session_validmessagenum", "label": ".validMessageNum()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L449"}, {"id": "pop3_session_livecount", "label": ".liveCount()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L462"}, {"id": "pop3_session_writedotstuffed", "label": ".writeDotStuffed()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L475"}], "edges": [{"source": "$graphify-root$_internal_pop3_pop3_go", "target": "go_pkg_bufio", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pop3_pop3_go", "target": "go_pkg_context", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L12", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pop3_pop3_go", "target": "go_pkg_crypto_tls", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L13", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pop3_pop3_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L14", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pop3_pop3_go", "target": "go_pkg_io", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L15", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pop3_pop3_go", "target": "go_pkg_log_slog", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L16", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pop3_pop3_go", "target": "go_pkg_net", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L17", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pop3_pop3_go", "target": "go_pkg_strconv", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L18", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pop3_pop3_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L19", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pop3_pop3_go", "target": "go_pkg_sync", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L20", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pop3_pop3_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L21", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pop3_pop3_go", "target": "go_pkg_gomail_internal_auth", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L23", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pop3_pop3_go", "target": "go_pkg_gomail_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L24", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pop3_pop3_go", "target": "go_pkg_gomail_internal_mailstore", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L25", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_pop3_pop3_go", "target": "pop3_server", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L30", "weight": 1.0}, {"source": "pop3_server", "target": "db", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L31", "weight": 1.0, "context": "field"}, {"source": "pop3_server", "target": "store", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L32", "weight": 1.0, "context": "field"}, {"source": "pop3_server", "target": "config", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L33", "weight": 1.0, "context": "field"}, {"source": "pop3_server", "target": "listener", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L36", "weight": 1.0, "context": "field"}, {"source": "pop3_server", "target": "waitgroup", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L37", "weight": 1.0, "context": "field"}, {"source": "pop3_server", "target": "waitgroup", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L38", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_internal_pop3_pop3_go", "target": "$graphify-root$_internal_pop3_pop3_newserver", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L41", "weight": 1.0}, {"source": "$graphify-root$_internal_pop3_pop3_newserver", "target": "db", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L41", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_pop3_pop3_newserver", "target": "store", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L41", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_pop3_pop3_newserver", "target": "config", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L41", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_pop3_pop3_newserver", "target": "pop3_server", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L41", "weight": 1.0, "context": "return_type"}, {"source": "pop3_server", "target": "pop3_server_listenandserve", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L45", "weight": 1.0}, {"source": "pop3_server_listenandserve", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L45", "weight": 1.0, "context": "parameter_type"}, {"source": "pop3_server", "target": "pop3_server_acceptloop", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L77", "weight": 1.0}, {"source": "pop3_server_acceptloop", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L77", "weight": 1.0, "context": "parameter_type"}, {"source": "pop3_server_acceptloop", "target": "listener", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L77", "weight": 1.0, "context": "parameter_type"}, {"source": "pop3_server", "target": "pop3_server_shutdown", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L98", "weight": 1.0}, {"source": "pop3_server_shutdown", "target": "duration", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L98", "weight": 1.0, "context": "parameter_type"}, {"source": "pop3_server", "target": "pop3_server_closeall", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L113", "weight": 1.0}, {"source": "$graphify-root$_internal_pop3_pop3_go", "target": "pop3_pop3state", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L122", "weight": 1.0}, {"source": "$graphify-root$_internal_pop3_pop3_go", "target": "pop3_session", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L130", "weight": 1.0}, {"source": "pop3_session", "target": "conn", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L131", "weight": 1.0, "context": "field"}, {"source": "pop3_session", "target": "readwriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L132", "weight": 1.0, "context": "field"}, {"source": "pop3_session", "target": "pop3_server", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L133", "weight": 1.0, "context": "field"}, {"source": "pop3_session", "target": "pop3_pop3state", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L135", "weight": 1.0, "context": "field"}, {"source": "pop3_session", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L137", "weight": 1.0, "context": "field"}, {"source": "pop3_session", "target": "mailboxentry", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L143", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_internal_pop3_pop3_go", "target": "$graphify-root$_internal_pop3_pop3_newsession", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L147", "weight": 1.0}, {"source": "$graphify-root$_internal_pop3_pop3_newsession", "target": "conn", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L147", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_pop3_pop3_newsession", "target": "pop3_server", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L147", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_pop3_pop3_newsession", "target": "pop3_session", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L147", "weight": 1.0, "context": "return_type"}, {"source": "pop3_session", "target": "pop3_session_run", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L159", "weight": 1.0}, {"source": "pop3_session_run", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L159", "weight": 1.0, "context": "parameter_type"}, {"source": "pop3_session", "target": "pop3_session_dispatch", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L186", "weight": 1.0}, {"source": "pop3_session", "target": "pop3_session_reply", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L225", "weight": 1.0}, {"source": "pop3_session", "target": "pop3_session_cmduser", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L240", "weight": 1.0}, {"source": "pop3_session", "target": "pop3_session_cmdpass", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L249", "weight": 1.0}, {"source": "pop3_session", "target": "pop3_session_cmdstat", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L275", "weight": 1.0}, {"source": "pop3_session", "target": "pop3_session_cmdlist", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L291", "weight": 1.0}, {"source": "pop3_session", "target": "pop3_session_cmduidl", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L316", "weight": 1.0}, {"source": "pop3_session", "target": "pop3_session_cmdretr", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L341", "weight": 1.0}, {"source": "pop3_session", "target": "pop3_session_cmdtop", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L359", "weight": 1.0}, {"source": "pop3_session", "target": "pop3_session_cmddele", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L404", "weight": 1.0}, {"source": "pop3_session", "target": "pop3_session_cmdrset", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L416", "weight": 1.0}, {"source": "pop3_session", "target": "pop3_session_commitdeletes", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L427", "weight": 1.0}, {"source": "pop3_session", "target": "pop3_session_requiretransaction", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L441", "weight": 1.0}, {"source": "pop3_session", "target": "pop3_session_validmessagenum", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L449", "weight": 1.0}, {"source": "pop3_session", "target": "pop3_session_livecount", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L462", "weight": 1.0}, {"source": "pop3_session", "target": "pop3_session_writedotstuffed", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L475", "weight": 1.0}, {"source": "pop3_server_listenandserve", "target": "pop3_server_closeall", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L57", "weight": 1.0}, {"source": "pop3_server_listenandserve", "target": "pop3_server_acceptloop", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L69", "weight": 1.0}, {"source": "pop3_server_acceptloop", "target": "$graphify-root$_internal_pop3_pop3_newsession", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L92", "weight": 1.0}, {"source": "pop3_server_acceptloop", "target": "pop3_session_run", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L93", "weight": 1.0}, {"source": "pop3_server_shutdown", "target": "pop3_server_closeall", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L99", "weight": 1.0}, {"source": "pop3_session_run", "target": "pop3_session_reply", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L160", "weight": 1.0}, {"source": "pop3_session_run", "target": "pop3_session_dispatch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L180", "weight": 1.0}, {"source": "pop3_session_dispatch", "target": "pop3_session_commitdeletes", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L196", "weight": 1.0}, {"source": "pop3_session_dispatch", "target": "pop3_session_reply", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L197", "weight": 1.0}, {"source": "pop3_session_dispatch", "target": "pop3_session_cmduser", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L200", "weight": 1.0}, {"source": "pop3_session_dispatch", "target": "pop3_session_cmdpass", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L202", "weight": 1.0}, {"source": "pop3_session_dispatch", "target": "pop3_session_cmdstat", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L204", "weight": 1.0}, {"source": "pop3_session_dispatch", "target": "pop3_session_cmdlist", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L206", "weight": 1.0}, {"source": "pop3_session_dispatch", "target": "pop3_session_cmduidl", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L208", "weight": 1.0}, {"source": "pop3_session_dispatch", "target": "pop3_session_cmdretr", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L210", "weight": 1.0}, {"source": "pop3_session_dispatch", "target": "pop3_session_cmdtop", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L212", "weight": 1.0}, {"source": "pop3_session_dispatch", "target": "pop3_session_cmddele", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L214", "weight": 1.0}, {"source": "pop3_session_dispatch", "target": "pop3_session_cmdrset", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L216", "weight": 1.0}, {"source": "pop3_session_cmduser", "target": "pop3_session_reply", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L242", "weight": 1.0}, {"source": "pop3_session_cmdpass", "target": "pop3_session_reply", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L251", "weight": 1.0}, {"source": "pop3_session_cmdstat", "target": "pop3_session_requiretransaction", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L276", "weight": 1.0}, {"source": "pop3_session_cmdstat", "target": "pop3_session_reply", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L288", "weight": 1.0}, {"source": "pop3_session_cmdlist", "target": "pop3_session_requiretransaction", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L292", "weight": 1.0}, {"source": "pop3_session_cmdlist", "target": "pop3_session_reply", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L298", "weight": 1.0}, {"source": "pop3_session_cmdlist", "target": "pop3_session_livecount", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L305", "weight": 1.0}, {"source": "pop3_session_cmduidl", "target": "pop3_session_requiretransaction", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L317", "weight": 1.0}, {"source": "pop3_session_cmduidl", "target": "pop3_session_reply", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L323", "weight": 1.0}, {"source": "pop3_session_cmdretr", "target": "pop3_session_requiretransaction", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L342", "weight": 1.0}, {"source": "pop3_session_cmdretr", "target": "pop3_session_validmessagenum", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L345", "weight": 1.0}, {"source": "pop3_session_cmdretr", "target": "pop3_session_reply", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L352", "weight": 1.0}, {"source": "pop3_session_cmdretr", "target": "pop3_session_writedotstuffed", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L356", "weight": 1.0}, {"source": "pop3_session_cmdtop", "target": "pop3_session_requiretransaction", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L360", "weight": 1.0}, {"source": "pop3_session_cmdtop", "target": "pop3_session_reply", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L365", "weight": 1.0}, {"source": "pop3_session_cmdtop", "target": "pop3_session_validmessagenum", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L368", "weight": 1.0}, {"source": "pop3_session_cmdtop", "target": "pop3_session_writedotstuffed", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L401", "weight": 1.0}, {"source": "pop3_session_cmddele", "target": "pop3_session_requiretransaction", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L405", "weight": 1.0}, {"source": "pop3_session_cmddele", "target": "pop3_session_validmessagenum", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L408", "weight": 1.0}, {"source": "pop3_session_cmddele", "target": "pop3_session_reply", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L413", "weight": 1.0}, {"source": "pop3_session_cmdrset", "target": "pop3_session_requiretransaction", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L417", "weight": 1.0}, {"source": "pop3_session_cmdrset", "target": "pop3_session_reply", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L421", "weight": 1.0}, {"source": "pop3_session_requiretransaction", "target": "pop3_session_reply", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L443", "weight": 1.0}, {"source": "pop3_session_validmessagenum", "target": "pop3_session_reply", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/pop3/pop3.go", "source_location": "L452", "weight": 1.0}], "raw_calls": [{"caller_nid": "pop3_server_listenandserve", "callee": "Listen", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L55"}, {"caller_nid": "pop3_server_listenandserve", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L58"}, {"caller_nid": "pop3_server_listenandserve", "callee": "NewListener", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L61"}, {"caller_nid": "pop3_server_listenandserve", "callee": "Info", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L64"}, {"caller_nid": "pop3_server_listenandserve", "callee": "Add", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L66"}, {"caller_nid": "pop3_server_listenandserve", "callee": "Done", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L68"}, {"caller_nid": "pop3_server_listenandserve", "callee": "Done", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L73"}, {"caller_nid": "pop3_server_listenandserve", "callee": "Err", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L74"}, {"caller_nid": "pop3_server_acceptloop", "callee": "Accept", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L79"}, {"caller_nid": "pop3_server_acceptloop", "callee": "Done", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L82"}, {"caller_nid": "pop3_server_acceptloop", "callee": "Add", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L89"}, {"caller_nid": "pop3_server_acceptloop", "callee": "Done", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L91"}, {"caller_nid": "pop3_server_shutdown", "callee": "Wait", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L102"}, {"caller_nid": "pop3_server_shutdown", "callee": "Info", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L107"}, {"caller_nid": "pop3_server_shutdown", "callee": "After", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L108"}, {"caller_nid": "pop3_server_shutdown", "callee": "Warn", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L109"}, {"caller_nid": "pop3_server_closeall", "callee": "Close", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L115"}, {"caller_nid": "pop3_server_closeall", "callee": "Wait", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L117"}, {"caller_nid": "$graphify-root$_internal_pop3_pop3_newsession", "callee": "NewReadWriter", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L151"}, {"caller_nid": "$graphify-root$_internal_pop3_pop3_newsession", "callee": "NewReader", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L151"}, {"caller_nid": "$graphify-root$_internal_pop3_pop3_newsession", "callee": "NewWriter", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L151"}, {"caller_nid": "pop3_session_run", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L160"}, {"caller_nid": "pop3_session_run", "callee": "Done", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L164"}, {"caller_nid": "pop3_session_run", "callee": "SetReadDeadline", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L170"}, {"caller_nid": "pop3_session_run", "callee": "Add", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L170"}, {"caller_nid": "pop3_session_run", "callee": "Now", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L170"}, {"caller_nid": "pop3_session_run", "callee": "ReadString", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L171"}, {"caller_nid": "pop3_session_run", "callee": "Debug", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L174"}, {"caller_nid": "pop3_session_run", "callee": "TrimRight", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L178"}, {"caller_nid": "pop3_session_dispatch", "callee": "SplitN", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L187"}, {"caller_nid": "pop3_session_dispatch", "callee": "ToUpper", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L188"}, {"caller_nid": "pop3_session_reply", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L231"}, {"caller_nid": "pop3_session_reply", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L233"}, {"caller_nid": "pop3_session_reply", "callee": "Flush", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L235"}, {"caller_nid": "pop3_session_cmdpass", "callee": "Authenticate", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L254"}, {"caller_nid": "pop3_session_cmdpass", "callee": "ListMailboxEntries", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L261"}, {"caller_nid": "pop3_session_cmdpass", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L270"}, {"caller_nid": "pop3_session_cmdstat", "callee": "int64", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L279"}, {"caller_nid": "pop3_session_cmdstat", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L288"}, {"caller_nid": "pop3_session_cmdlist", "callee": "Atoi", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L296"}, {"caller_nid": "pop3_session_cmdlist", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L301"}, {"caller_nid": "pop3_session_cmdlist", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L305"}, {"caller_nid": "pop3_session_cmdlist", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L310"}, {"caller_nid": "pop3_session_cmdlist", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L310"}, {"caller_nid": "pop3_session_cmdlist", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L312"}, {"caller_nid": "pop3_session_cmdlist", "callee": "Flush", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L313"}, {"caller_nid": "pop3_session_cmduidl", "callee": "Atoi", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L321"}, {"caller_nid": "pop3_session_cmduidl", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L326"}, {"caller_nid": "pop3_session_cmduidl", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L335"}, {"caller_nid": "pop3_session_cmduidl", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L335"}, {"caller_nid": "pop3_session_cmduidl", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L337"}, {"caller_nid": "pop3_session_cmduidl", "callee": "Flush", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L338"}, {"caller_nid": "pop3_session_cmdretr", "callee": "Read", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L350"}, {"caller_nid": "pop3_session_cmdretr", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L355"}, {"caller_nid": "pop3_session_cmdtop", "callee": "SplitN", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L363"}, {"caller_nid": "pop3_session_cmdtop", "callee": "Atoi", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L372"}, {"caller_nid": "pop3_session_cmdtop", "callee": "Read", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L379"}, {"caller_nid": "pop3_session_cmdtop", "callee": "Index", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L385"}, {"caller_nid": "pop3_session_cmdtop", "callee": "string", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L385"}, {"caller_nid": "pop3_session_cmdtop", "callee": "string", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L388"}, {"caller_nid": "pop3_session_cmdtop", "callee": "string", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L389"}, {"caller_nid": "pop3_session_cmdtop", "callee": "string", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L391"}, {"caller_nid": "pop3_session_cmdtop", "callee": "Split", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L394"}, {"caller_nid": "pop3_session_cmdtop", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L398"}, {"caller_nid": "pop3_session_cmddele", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L413"}, {"caller_nid": "pop3_session_commitdeletes", "callee": "DeleteMailboxEntry", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L433"}, {"caller_nid": "pop3_session_validmessagenum", "callee": "Atoi", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L450"}, {"caller_nid": "pop3_session_writedotstuffed", "callee": "Split", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L476"}, {"caller_nid": "pop3_session_writedotstuffed", "callee": "string", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L476"}, {"caller_nid": "pop3_session_writedotstuffed", "callee": "HasPrefix", "is_member_call": false, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L478"}, {"caller_nid": "pop3_session_writedotstuffed", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L479"}, {"caller_nid": "pop3_session_writedotstuffed", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L481"}, {"caller_nid": "pop3_session_writedotstuffed", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L484"}, {"caller_nid": "pop3_session_writedotstuffed", "callee": "Flush", "is_member_call": true, "language": "go", "source_file": "internal/pop3/pop3.go", "source_location": "L485"}]} |