Kord/graphify-out/graph.html

266 lines
253 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>graphify - graphify-out/graph.html</title>
<script src="https://unpkg.com/vis-network/standalone/umd/vis-network.min.js"></script>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #0f0f1a; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; display: flex; height: 100vh; overflow: hidden; }
#graph { flex: 1; }
#sidebar { width: 280px; background: #1a1a2e; border-left: 1px solid #2a2a4e; display: flex; flex-direction: column; overflow: hidden; }
#search-wrap { padding: 12px; border-bottom: 1px solid #2a2a4e; }
#search { width: 100%; background: #0f0f1a; border: 1px solid #3a3a5e; color: #e0e0e0; padding: 7px 10px; border-radius: 6px; font-size: 13px; outline: none; }
#search:focus { border-color: #4E79A7; }
#search-results { max-height: 140px; overflow-y: auto; padding: 4px 12px; border-bottom: 1px solid #2a2a4e; display: none; }
.search-item { padding: 4px 6px; cursor: pointer; border-radius: 4px; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-item:hover { background: #2a2a4e; }
#info-panel { padding: 14px; border-bottom: 1px solid #2a2a4e; min-height: 140px; }
#info-panel h3 { font-size: 13px; color: #aaa; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
#info-content { font-size: 13px; color: #ccc; line-height: 1.6; }
#info-content .field { margin-bottom: 5px; }
#info-content .field b { color: #e0e0e0; }
#info-content .empty { color: #555; font-style: italic; }
.neighbor-link { display: block; padding: 2px 6px; margin: 2px 0; border-radius: 3px; cursor: pointer; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-left: 3px solid #333; }
.neighbor-link:hover { background: #2a2a4e; }
#neighbors-list { max-height: 160px; overflow-y: auto; margin-top: 4px; }
#legend-wrap { flex: 1; overflow-y: auto; padding: 12px; }
#legend-wrap h3 { font-size: 13px; color: #aaa; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.05em; }
.legend-item { display: flex; align-items: center; gap: 8px; padding: 4px 0; cursor: pointer; border-radius: 4px; font-size: 12px; }
.legend-item:hover { background: #2a2a4e; padding-left: 4px; }
.legend-item.dimmed { opacity: 0.35; }
.legend-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.legend-label { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.legend-count { color: #666; font-size: 11px; }
#stats { padding: 10px 14px; border-top: 1px solid #2a2a4e; font-size: 11px; color: #555; }
</style>
</head>
<body>
<div id="graph"></div>
<div id="sidebar">
<div id="search-wrap">
<input id="search" type="text" placeholder="Search nodes..." autocomplete="off">
<div id="search-results"></div>
</div>
<div id="info-panel">
<h3>Node Info</h3>
<div id="info-content"><span class="empty">Click a node to inspect it</span></div>
</div>
<div id="legend-wrap">
<h3>Communities</h3>
<div id="legend"></div>
</div>
<div id="stats">316 nodes &middot; 549 edges &middot; 29 communities</div>
</div>
<script>
const RAW_NODES = [{"id": "jest_config", "label": "jest.config.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "jest.config.js", "community": 22, "community_name": "Community 22", "source_file": "jest.config.js", "file_type": "code", "degree": 0}, {"id": "prisma_config", "label": "prisma.config.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "prisma.config.ts", "community": 14, "community_name": "Community 14", "source_file": "prisma.config.ts", "file_type": "code", "degree": 1}, {"id": "seed", "label": "seed.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "seed.ts", "community": 14, "community_name": "Community 14", "source_file": "prisma/seed.ts", "file_type": "code", "degree": 2}, {"id": "seed_main", "label": "main()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 14, "community_name": "Community 14", "source_file": "prisma/seed.ts", "file_type": "code", "degree": 1}, {"id": "boterror_test", "label": "BotError.test.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "BotError.test.ts", "community": 4, "community_name": "Community 4", "source_file": "tests/errors/BotError.test.ts", "file_type": "code", "degree": 1}, {"id": "errorreporter_test", "label": "ErrorReporter.test.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ErrorReporter.test.ts", "community": 4, "community_name": "Community 4", "source_file": "tests/errors/ErrorReporter.test.ts", "file_type": "code", "degree": 3}, {"id": "i18n_test", "label": "i18n.test.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "i18n.test.ts", "community": 23, "community_name": "Community 23", "source_file": "tests/i18n/i18n.test.ts", "file_type": "code", "degree": 0}, {"id": "inviteservice_test", "label": "InviteService.test.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "InviteService.test.ts", "community": 0, "community_name": "Community 0", "source_file": "tests/services/InviteService.test.ts", "file_type": "code", "degree": 1}, {"id": "fishingservice_test", "label": "FishingService.test.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FishingService.test.ts", "community": 11, "community_name": "Community 11", "source_file": "tests/services/FishingService.test.ts", "file_type": "code", "degree": 1}, {"id": "musicservice_test", "label": "MusicService.test.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "MusicService.test.ts", "community": 2, "community_name": "Community 2", "source_file": "tests/services/MusicService.test.ts", "file_type": "code", "degree": 1}, {"id": "mimicservice_test", "label": "MimicService.test.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "MimicService.test.ts", "community": 7, "community_name": "Community 7", "source_file": "tests/services/MimicService.test.ts", "file_type": "code", "degree": 1}, {"id": "voiceservice_test", "label": "VoiceService.test.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "VoiceService.test.ts", "community": 0, "community_name": "Community 0", "source_file": "tests/services/VoiceService.test.ts", "file_type": "code", "degree": 1}, {"id": "check_i18n_tests", "label": "check-i18n-tests.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "check-i18n-tests.ts", "community": 3, "community_name": "Community 3", "source_file": "scripts/check-i18n-tests.ts", "file_type": "code", "degree": 5}, {"id": "check_i18n_tests_walk", "label": "walk()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "walk()", "community": 3, "community_name": "Community 3", "source_file": "scripts/check-i18n-tests.ts", "file_type": "code", "degree": 1}, {"id": "check_i18n_tests_getfiles", "label": "getFiles()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getFiles()", "community": 3, "community_name": "Community 3", "source_file": "scripts/check-i18n-tests.ts", "file_type": "code", "degree": 1}, {"id": "check_i18n_tests_checkfile", "label": "checkFile()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "checkFile()", "community": 3, "community_name": "Community 3", "source_file": "scripts/check-i18n-tests.ts", "file_type": "code", "degree": 1}, {"id": "index", "label": "index.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 18.2, "font": {"size": 12, "color": "#ffffff"}, "title": "index.ts", "community": 3, "community_name": "Community 3", "source_file": "src/index.ts", "file_type": "code", "degree": 15}, {"id": "index_createpgpoolconfig", "label": "createPgPoolConfig()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "createPgPoolConfig()", "community": 3, "community_name": "Community 3", "source_file": "src/database/index.ts", "file_type": "code", "degree": 1}, {"id": "index_connectdb", "label": "connectDB()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "connectDB()", "community": 3, "community_name": "Community 3", "source_file": "src/database/index.ts", "file_type": "code", "degree": 1}, {"id": "refinementhandler", "label": "refinementHandler.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "refinementHandler.ts", "community": 0, "community_name": "Community 0", "source_file": "src/interactions/handlers/refinementHandler.ts", "file_type": "code", "degree": 3}, {"id": "refinementhandler_handlerefinementinteraction", "label": "handleRefinementInteraction()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "handleRefinementInteraction()", "community": 0, "community_name": "Community 0", "source_file": "src/interactions/handlers/refinementHandler.ts", "file_type": "code", "degree": 1}, {"id": "setupwizardhandler", "label": "setupWizardHandler.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setupWizardHandler.ts", "community": 4, "community_name": "Community 4", "source_file": "src/interactions/handlers/setupWizardHandler.ts", "file_type": "code", "degree": 4}, {"id": "setupwizardhandler_handlesetupwizardinteraction", "label": "handleSetupWizardInteraction()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "handleSetupWizardInteraction()", "community": 4, "community_name": "Community 4", "source_file": "src/interactions/handlers/setupWizardHandler.ts", "file_type": "code", "degree": 1}, {"id": "env", "label": "env.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "env.ts", "community": 0, "community_name": "Community 0", "source_file": "src/config/env.ts", "file_type": "code", "degree": 6}, {"id": "env_generateinstanceid", "label": "generateInstanceId()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "generateInstanceId()", "community": 0, "community_name": "Community 0", "source_file": "src/config/env.ts", "file_type": "code", "degree": 1}, {"id": "errorhandler", "label": "errorHandler.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "errorHandler.ts", "community": 0, "community_name": "Community 0", "source_file": "src/utils/errorHandler.ts", "file_type": "code", "degree": 3}, {"id": "errorhandler_handleglobalexceptions", "label": "handleGlobalExceptions()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "handleGlobalExceptions()", "community": 0, "community_name": "Community 0", "source_file": "src/utils/errorHandler.ts", "file_type": "code", "degree": 1}, {"id": "logger", "label": "logger.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 24.7, "font": {"size": 12, "color": "#ffffff"}, "title": "logger.ts", "community": 0, "community_name": "Community 0", "source_file": "src/utils/logger.ts", "file_type": "code", "degree": 27}, {"id": "logger_resolveloglevel", "label": "resolveLogLevel()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "resolveLogLevel()", "community": 0, "community_name": "Community 0", "source_file": "src/utils/logger.ts", "file_type": "code", "degree": 1}, {"id": "logger_resolvelogdir", "label": "resolveLogDir()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "resolveLogDir()", "community": 0, "community_name": "Community 0", "source_file": "src/utils/logger.ts", "file_type": "code", "degree": 1}, {"id": "logger_ensurelogdir", "label": "ensureLogDir()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ensureLogDir()", "community": 0, "community_name": "Community 0", "source_file": "src/utils/logger.ts", "file_type": "code", "degree": 1}, {"id": "language", "label": "language.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "language.ts", "community": 19, "community_name": "Community 19", "source_file": "src/commands/language.ts", "file_type": "code", "degree": 1}, {"id": "language_execute", "label": "execute()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "execute()", "community": 19, "community_name": "Community 19", "source_file": "src/commands/language.ts", "file_type": "code", "degree": 1}, {"id": "setup", "label": "setup.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setup.ts", "community": 5, "community_name": "Community 5", "source_file": "src/commands/setup.ts", "file_type": "code", "degree": 2}, {"id": "setup_execute", "label": "execute()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "execute()", "community": 5, "community_name": "Community 5", "source_file": "src/commands/setup.ts", "file_type": "code", "degree": 1}, {"id": "voice", "label": "voice.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "voice.ts", "community": 0, "community_name": "Community 0", "source_file": "src/commands/voice.ts", "file_type": "code", "degree": 3}, {"id": "voice_execute", "label": "execute()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "execute()", "community": 0, "community_name": "Community 0", "source_file": "src/commands/voice.ts", "file_type": "code", "degree": 1}, {"id": "music", "label": "music.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "music.ts", "community": 16, "community_name": "Community 16", "source_file": "src/commands/music.ts", "file_type": "code", "degree": 5}, {"id": "music_builderrormessage", "label": "buildErrorMessage()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "buildErrorMessage()", "community": 16, "community_name": "Community 16", "source_file": "src/commands/music.ts", "file_type": "code", "degree": 2}, {"id": "music_respond", "label": "respond()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "respond()", "community": 16, "community_name": "Community 16", "source_file": "src/commands/music.ts", "file_type": "code", "degree": 2}, {"id": "music_execute", "label": "execute()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "execute()", "community": 16, "community_name": "Community 16", "source_file": "src/commands/music.ts", "file_type": "code", "degree": 3}, {"id": "refine", "label": "refine.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "refine.ts", "community": 0, "community_name": "Community 0", "source_file": "src/commands/refine.ts", "file_type": "code", "degree": 3}, {"id": "refine_execute", "label": "execute()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "execute()", "community": 0, "community_name": "Community 0", "source_file": "src/commands/refine.ts", "file_type": "code", "degree": 1}, {"id": "minigame", "label": "minigame.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "minigame.ts", "community": 15, "community_name": "Community 15", "source_file": "src/commands/minigame.ts", "file_type": "code", "degree": 2}, {"id": "minigame_execute", "label": "execute()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "execute()", "community": 15, "community_name": "Community 15", "source_file": "src/commands/minigame.ts", "file_type": "code", "degree": 1}, {"id": "config", "label": "config.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "config.ts", "community": 14, "community_name": "Community 14", "source_file": "src/commands/config.ts", "file_type": "code", "degree": 3}, {"id": "config_execute", "label": "execute()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "execute()", "community": 14, "community_name": "Community 14", "source_file": "src/commands/config.ts", "file_type": "code", "degree": 1}, {"id": "audit", "label": "audit.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "audit.ts", "community": 5, "community_name": "Community 5", "source_file": "src/commands/audit.ts", "file_type": "code", "degree": 5}, {"id": "audit_getoverallcolor", "label": "getOverallColor()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getOverallColor()", "community": 5, "community_name": "Community 5", "source_file": "src/commands/audit.ts", "file_type": "code", "degree": 2}, {"id": "audit_buildresultline", "label": "buildResultLine()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "buildResultLine()", "community": 5, "community_name": "Community 5", "source_file": "src/commands/audit.ts", "file_type": "code", "degree": 1}, {"id": "audit_execute", "label": "execute()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "execute()", "community": 5, "community_name": "Community 5", "source_file": "src/commands/audit.ts", "file_type": "code", "degree": 2}, {"id": "event", "label": "event.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "event.ts", "community": 10, "community_name": "Community 10", "source_file": "src/commands/event.ts", "file_type": "code", "degree": 7}, {"id": "event_parseseouldatetime", "label": "parseSeoulDateTime()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseSeoulDateTime()", "community": 10, "community_name": "Community 10", "source_file": "src/commands/event.ts", "file_type": "code", "degree": 2}, {"id": "event_todiscordtimestamps", "label": "toDiscordTimestamps()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "toDiscordTimestamps()", "community": 10, "community_name": "Community 10", "source_file": "src/commands/event.ts", "file_type": "code", "degree": 2}, {"id": "event_parsereminderoffsets", "label": "parseReminderOffsets()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseReminderOffsets()", "community": 10, "community_name": "Community 10", "source_file": "src/commands/event.ts", "file_type": "code", "degree": 2}, {"id": "event_formatreminderoffsets", "label": "formatReminderOffsets()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "formatReminderOffsets()", "community": 10, "community_name": "Community 10", "source_file": "src/commands/event.ts", "file_type": "code", "degree": 2}, {"id": "event_buildstatuslabel", "label": "buildStatusLabel()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "buildStatusLabel()", "community": 10, "community_name": "Community 10", "source_file": "src/commands/event.ts", "file_type": "code", "degree": 2}, {"id": "event_execute", "label": "execute()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "execute()", "community": 10, "community_name": "Community 10", "source_file": "src/commands/event.ts", "file_type": "code", "degree": 6}, {"id": "fishing", "label": "fishing.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fishing.ts", "community": 11, "community_name": "Community 11", "source_file": "src/commands/fishing.ts", "file_type": "code", "degree": 2}, {"id": "fishing_execute", "label": "execute()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "execute()", "community": 11, "community_name": "Community 11", "source_file": "src/commands/fishing.ts", "file_type": "code", "degree": 1}, {"id": "boterror", "label": "BotError.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "BotError.ts", "community": 4, "community_name": "Community 4", "source_file": "src/errors/BotError.ts", "file_type": "code", "degree": 6}, {"id": "boterror_boterror", "label": "BotError", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BotError", "community": 4, "community_name": "Community 4", "source_file": "src/errors/BotError.ts", "file_type": "code", "degree": 2}, {"id": "boterror_boterror_constructor", "label": ".constructor()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 4, "community_name": "Community 4", "source_file": "src/errors/BotError.ts", "file_type": "code", "degree": 1}, {"id": "errorreporter", "label": "ErrorReporter.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ErrorReporter.ts", "community": 4, "community_name": "Community 4", "source_file": "src/errors/ErrorReporter.ts", "file_type": "code", "degree": 7}, {"id": "errorreporter_errorreporter", "label": "ErrorReporter", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ErrorReporter", "community": 4, "community_name": "Community 4", "source_file": "src/errors/ErrorReporter.ts", "file_type": "code", "degree": 4}, {"id": "errorreporter_errorreporter_report", "label": ".report()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".report()", "community": 4, "community_name": "Community 4", "source_file": "src/errors/ErrorReporter.ts", "file_type": "code", "degree": 3}, {"id": "errorreporter_errorreporter_wrap", "label": ".wrap()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".wrap()", "community": 4, "community_name": "Community 4", "source_file": "src/errors/ErrorReporter.ts", "file_type": "code", "degree": 2}, {"id": "errorreporter_errorreporter_buildembed", "label": ".buildEmbed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".buildEmbed()", "community": 4, "community_name": "Community 4", "source_file": "src/errors/ErrorReporter.ts", "file_type": "code", "degree": 2}, {"id": "errorreporter_witherrorhandler", "label": "withErrorHandler()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "withErrorHandler()", "community": 4, "community_name": "Community 4", "source_file": "src/errors/ErrorReporter.ts", "file_type": "code", "degree": 3}, {"id": "errorcodes", "label": "ErrorCodes.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ErrorCodes.ts", "community": 4, "community_name": "Community 4", "source_file": "src/errors/ErrorCodes.ts", "file_type": "code", "degree": 7}, {"id": "errorcodes_createboterror", "label": "createBotError()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "createBotError()", "community": 4, "community_name": "Community 4", "source_file": "src/errors/ErrorCodes.ts", "file_type": "code", "degree": 1}, {"id": "voicestateupdate", "label": "voiceStateUpdate.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "voiceStateUpdate.ts", "community": 0, "community_name": "Community 0", "source_file": "src/events/voiceStateUpdate.ts", "file_type": "code", "degree": 2}, {"id": "voicestateupdate_execute", "label": "execute()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "execute()", "community": 0, "community_name": "Community 0", "source_file": "src/events/voiceStateUpdate.ts", "file_type": "code", "degree": 1}, {"id": "interactioncreate", "label": "interactionCreate.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.9, "font": {"size": 12, "color": "#ffffff"}, "title": "interactionCreate.ts", "community": 4, "community_name": "Community 4", "source_file": "src/events/interactionCreate.ts", "file_type": "code", "degree": 9}, {"id": "interactioncreate_execute", "label": "execute()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "execute()", "community": 4, "community_name": "Community 4", "source_file": "src/events/interactionCreate.ts", "file_type": "code", "degree": 1}, {"id": "messagecreate", "label": "messageCreate.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "messageCreate.ts", "community": 7, "community_name": "Community 7", "source_file": "src/events/messageCreate.ts", "file_type": "code", "degree": 4}, {"id": "messagecreate_execute", "label": "execute()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "execute()", "community": 7, "community_name": "Community 7", "source_file": "src/events/messageCreate.ts", "file_type": "code", "degree": 1}, {"id": "guildmemberadd", "label": "guildMemberAdd.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "guildMemberAdd.ts", "community": 0, "community_name": "Community 0", "source_file": "src/events/guildMemberAdd.ts", "file_type": "code", "degree": 2}, {"id": "guildmemberadd_execute", "label": "execute()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "execute()", "community": 0, "community_name": "Community 0", "source_file": "src/events/guildMemberAdd.ts", "file_type": "code", "degree": 1}, {"id": "guilddelete", "label": "guildDelete.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "guildDelete.ts", "community": 0, "community_name": "Community 0", "source_file": "src/events/guildDelete.ts", "file_type": "code", "degree": 2}, {"id": "guilddelete_execute", "label": "execute()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "execute()", "community": 0, "community_name": "Community 0", "source_file": "src/events/guildDelete.ts", "file_type": "code", "degree": 1}, {"id": "invitedelete", "label": "inviteDelete.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "inviteDelete.ts", "community": 0, "community_name": "Community 0", "source_file": "src/events/inviteDelete.ts", "file_type": "code", "degree": 2}, {"id": "invitedelete_execute", "label": "execute()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "execute()", "community": 0, "community_name": "Community 0", "source_file": "src/events/inviteDelete.ts", "file_type": "code", "degree": 1}, {"id": "invitecreate", "label": "inviteCreate.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "inviteCreate.ts", "community": 0, "community_name": "Community 0", "source_file": "src/events/inviteCreate.ts", "file_type": "code", "degree": 2}, {"id": "invitecreate_execute", "label": "execute()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "execute()", "community": 0, "community_name": "Community 0", "source_file": "src/events/inviteCreate.ts", "file_type": "code", "degree": 1}, {"id": "ready", "label": "ready.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.9, "font": {"size": 12, "color": "#ffffff"}, "title": "ready.ts", "community": 0, "community_name": "Community 0", "source_file": "src/events/ready.ts", "file_type": "code", "degree": 9}, {"id": "ready_execute", "label": "execute()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "execute()", "community": 0, "community_name": "Community 0", "source_file": "src/events/ready.ts", "file_type": "code", "degree": 1}, {"id": "guildcreate", "label": "guildCreate.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "guildCreate.ts", "community": 0, "community_name": "Community 0", "source_file": "src/events/guildCreate.ts", "file_type": "code", "degree": 3}, {"id": "guildcreate_execute", "label": "execute()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "execute()", "community": 0, "community_name": "Community 0", "source_file": "src/events/guildCreate.ts", "file_type": "code", "degree": 1}, {"id": "localehelper", "label": "localeHelper.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "localeHelper.ts", "community": 4, "community_name": "Community 4", "source_file": "src/i18n/localeHelper.ts", "file_type": "code", "degree": 4}, {"id": "localehelper_getinteractionlocale", "label": "getInteractionLocale()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getInteractionLocale()", "community": 4, "community_name": "Community 4", "source_file": "src/i18n/localeHelper.ts", "file_type": "code", "degree": 1}, {"id": "localehelper_getcontextlocale", "label": "getContextLocale()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getContextLocale()", "community": 4, "community_name": "Community 4", "source_file": "src/i18n/localeHelper.ts", "file_type": "code", "degree": 1}, {"id": "types", "label": "types.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "types.ts", "community": 3, "community_name": "Community 3", "source_file": "src/i18n/types.ts", "file_type": "code", "degree": 3}, {"id": "index_statici18nprovider", "label": "StaticI18nProvider", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "StaticI18nProvider", "community": 3, "community_name": "Community 3", "source_file": "src/i18n/index.ts", "file_type": "code", "degree": 4}, {"id": "index_statici18nprovider_get", "label": ".get()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".get()", "community": 3, "community_name": "Community 3", "source_file": "src/i18n/index.ts", "file_type": "code", "degree": 3}, {"id": "index_statici18nprovider_issupported", "label": ".isSupported()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".isSupported()", "community": 3, "community_name": "Community 3", "source_file": "src/i18n/index.ts", "file_type": "code", "degree": 2}, {"id": "index_statici18nprovider_getsupportedlocales", "label": ".getSupportedLocales()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".getSupportedLocales()", "community": 3, "community_name": "Community 3", "source_file": "src/i18n/index.ts", "file_type": "code", "degree": 1}, {"id": "index_seti18nprovider", "label": "setI18nProvider()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "setI18nProvider()", "community": 3, "community_name": "Community 3", "source_file": "src/i18n/index.ts", "file_type": "code", "degree": 1}, {"id": "index_geti18nprovider", "label": "getI18nProvider()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getI18nProvider()", "community": 3, "community_name": "Community 3", "source_file": "src/i18n/index.ts", "file_type": "code", "degree": 1}, {"id": "index_resolvelocale", "label": "resolveLocale()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "resolveLocale()", "community": 3, "community_name": "Community 3", "source_file": "src/i18n/index.ts", "file_type": "code", "degree": 3}, {"id": "index_normalizediscordlocale", "label": "normalizeDiscordLocale()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "normalizeDiscordLocale()", "community": 3, "community_name": "Community 3", "source_file": "src/i18n/index.ts", "file_type": "code", "degree": 2}, {"id": "index_t", "label": "t()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t()", "community": 3, "community_name": "Community 3", "source_file": "src/i18n/index.ts", "file_type": "code", "degree": 2}, {"id": "index_getnestedvalue", "label": "getNestedValue()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getNestedValue()", "community": 3, "community_name": "Community 3", "source_file": "src/i18n/index.ts", "file_type": "code", "degree": 2}, {"id": "en", "label": "en.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "en.ts", "community": 3, "community_name": "Community 3", "source_file": "src/i18n/locales/en.ts", "file_type": "code", "degree": 3}, {"id": "ko", "label": "ko.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ko.ts", "community": 3, "community_name": "Community 3", "source_file": "src/i18n/locales/ko.ts", "file_type": "code", "degree": 3}, {"id": "kordclient", "label": "KordClient.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "KordClient.ts", "community": 0, "community_name": "Community 0", "source_file": "src/client/KordClient.ts", "file_type": "code", "degree": 10}, {"id": "kordclient_kordclient", "label": "KordClient", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "KordClient", "community": 0, "community_name": "Community 0", "source_file": "src/client/KordClient.ts", "file_type": "code", "degree": 3}, {"id": "kordclient_kordclient_constructor", "label": ".constructor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 0, "community_name": "Community 0", "source_file": "src/client/KordClient.ts", "file_type": "code", "degree": 1}, {"id": "kordclient_kordclient_start", "label": ".start()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".start()", "community": 0, "community_name": "Community 0", "source_file": "src/client/KordClient.ts", "file_type": "code", "degree": 1}, {"id": "eventloader", "label": "EventLoader.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "EventLoader.ts", "community": 0, "community_name": "Community 0", "source_file": "src/handlers/EventLoader.ts", "file_type": "code", "degree": 3}, {"id": "eventloader_loadevents", "label": "loadEvents()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "loadEvents()", "community": 0, "community_name": "Community 0", "source_file": "src/handlers/EventLoader.ts", "file_type": "code", "degree": 1}, {"id": "commandloader", "label": "CommandLoader.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CommandLoader.ts", "community": 0, "community_name": "Community 0", "source_file": "src/handlers/CommandLoader.ts", "file_type": "code", "degree": 3}, {"id": "commandloader_loadcommands", "label": "loadCommands()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "loadCommands()", "community": 0, "community_name": "Community 0", "source_file": "src/handlers/CommandLoader.ts", "file_type": "code", "degree": 1}, {"id": "inviteservice", "label": "InviteService.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "InviteService.ts", "community": 0, "community_name": "Community 0", "source_file": "src/services/InviteService.ts", "file_type": "code", "degree": 8}, {"id": "inviteservice_inviteservice", "label": "InviteService", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "InviteService", "community": 12, "community_name": "Community 12", "source_file": "src/services/InviteService.ts", "file_type": "code", "degree": 6}, {"id": "inviteservice_inviteservice_cacheallinvites", "label": ".cacheAllInvites()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".cacheAllInvites()", "community": 12, "community_name": "Community 12", "source_file": "src/services/InviteService.ts", "file_type": "code", "degree": 2}, {"id": "inviteservice_inviteservice_cacheguildinvites", "label": ".cacheGuildInvites()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".cacheGuildInvites()", "community": 12, "community_name": "Community 12", "source_file": "src/services/InviteService.ts", "file_type": "code", "degree": 5}, {"id": "inviteservice_inviteservice_handleinvitecreate", "label": ".handleInviteCreate()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleInviteCreate()", "community": 12, "community_name": "Community 12", "source_file": "src/services/InviteService.ts", "file_type": "code", "degree": 2}, {"id": "inviteservice_inviteservice_handleinvitedelete", "label": ".handleInviteDelete()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleInviteDelete()", "community": 12, "community_name": "Community 12", "source_file": "src/services/InviteService.ts", "file_type": "code", "degree": 2}, {"id": "inviteservice_inviteservice_handlememberadd", "label": ".handleMemberAdd()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleMemberAdd()", "community": 12, "community_name": "Community 12", "source_file": "src/services/InviteService.ts", "file_type": "code", "degree": 2}, {"id": "mimicservice", "label": "MimicService.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "MimicService.ts", "community": 7, "community_name": "Community 7", "source_file": "src/services/MimicService.ts", "file_type": "code", "degree": 5}, {"id": "mimicservice_mimicservice", "label": "MimicService", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MimicService", "community": 7, "community_name": "Community 7", "source_file": "src/services/MimicService.ts", "file_type": "code", "degree": 2}, {"id": "mimicservice_mimicservice_handlemessage", "label": ".handleMessage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleMessage()", "community": 7, "community_name": "Community 7", "source_file": "src/services/MimicService.ts", "file_type": "code", "degree": 1}, {"id": "refinementservice", "label": "RefinementService.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RefinementService.ts", "community": 0, "community_name": "Community 0", "source_file": "src/services/RefinementService.ts", "file_type": "code", "degree": 6}, {"id": "refinementservice_refinementservice", "label": "RefinementService", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 17.1, "font": {"size": 12, "color": "#ffffff"}, "title": "RefinementService", "community": 6, "community_name": "Community 6", "source_file": "src/services/RefinementService.ts", "file_type": "code", "degree": 13}, {"id": "refinementservice_refinementservice_getmaxdurability", "label": ".getMaxDurability()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getMaxDurability()", "community": 6, "community_name": "Community 6", "source_file": "src/services/RefinementService.ts", "file_type": "code", "degree": 2}, {"id": "refinementservice_refinementservice_loadconfigs", "label": ".loadConfigs()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".loadConfigs()", "community": 6, "community_name": "Community 6", "source_file": "src/services/RefinementService.ts", "file_type": "code", "degree": 5}, {"id": "refinementservice_refinementservice_getsysconfig", "label": ".getSysConfig()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".getSysConfig()", "community": 6, "community_name": "Community 6", "source_file": "src/services/RefinementService.ts", "file_type": "code", "degree": 1}, {"id": "refinementservice_refinementservice_getsysconfignum", "label": ".getSysConfigNum()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".getSysConfigNum()", "community": 6, "community_name": "Community 6", "source_file": "src/services/RefinementService.ts", "file_type": "code", "degree": 5}, {"id": "refinementservice_refinementservice_getcost", "label": ".getCost()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getCost()", "community": 6, "community_name": "Community 6", "source_file": "src/services/RefinementService.ts", "file_type": "code", "degree": 3}, {"id": "refinementservice_refinementservice_tryrefine", "label": ".tryRefine()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".tryRefine()", "community": 6, "community_name": "Community 6", "source_file": "src/services/RefinementService.ts", "file_type": "code", "degree": 5}, {"id": "refinementservice_refinementservice_startbattle", "label": ".startBattle()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".startBattle()", "community": 6, "community_name": "Community 6", "source_file": "src/services/RefinementService.ts", "file_type": "code", "degree": 5}, {"id": "refinementservice_refinementservice_checkin", "label": ".checkIn()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkIn()", "community": 6, "community_name": "Community 6", "source_file": "src/services/RefinementService.ts", "file_type": "code", "degree": 3}, {"id": "refinementservice_refinementservice_sellweapon", "label": ".sellWeapon()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".sellWeapon()", "community": 6, "community_name": "Community 6", "source_file": "src/services/RefinementService.ts", "file_type": "code", "degree": 4}, {"id": "refinementservice_refinementservice_getprofile", "label": ".getProfile()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getProfile()", "community": 6, "community_name": "Community 6", "source_file": "src/services/RefinementService.ts", "file_type": "code", "degree": 2}, {"id": "refinementservice_refinementservice_addgold", "label": ".addGold()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".addGold()", "community": 6, "community_name": "Community 6", "source_file": "src/services/RefinementService.ts", "file_type": "code", "degree": 2}, {"id": "refinementservice_refinementservice_getorcreateprofile", "label": ".getOrCreateProfile()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.9, "font": {"size": 12, "color": "#ffffff"}, "title": ".getOrCreateProfile()", "community": 6, "community_name": "Community 6", "source_file": "src/services/RefinementService.ts", "file_type": "code", "degree": 9}, {"id": "activitytrackerservice", "label": "ActivityTrackerService.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ActivityTrackerService.ts", "community": 0, "community_name": "Community 0", "source_file": "src/services/ActivityTrackerService.ts", "file_type": "code", "degree": 4}, {"id": "activitytrackerservice_activitytrackerservice", "label": "ActivityTrackerService", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ActivityTrackerService", "community": 0, "community_name": "Community 0", "source_file": "src/services/ActivityTrackerService.ts", "file_type": "code", "degree": 3}, {"id": "activitytrackerservice_activitytrackerservice_recordactivity", "label": ".recordActivity()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".recordActivity()", "community": 0, "community_name": "Community 0", "source_file": "src/services/ActivityTrackerService.ts", "file_type": "code", "degree": 1}, {"id": "activitytrackerservice_activitytrackerservice_getpeakhour", "label": ".getPeakHour()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".getPeakHour()", "community": 0, "community_name": "Community 0", "source_file": "src/services/ActivityTrackerService.ts", "file_type": "code", "degree": 1}, {"id": "bigemojiservice", "label": "BigEmojiService.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "BigEmojiService.ts", "community": 7, "community_name": "Community 7", "source_file": "src/services/BigEmojiService.ts", "file_type": "code", "degree": 4}, {"id": "bigemojiservice_bigemojiservice", "label": "BigEmojiService", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BigEmojiService", "community": 7, "community_name": "Community 7", "source_file": "src/services/BigEmojiService.ts", "file_type": "code", "degree": 2}, {"id": "bigemojiservice_bigemojiservice_handlemessage", "label": ".handleMessage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleMessage()", "community": 7, "community_name": "Community 7", "source_file": "src/services/BigEmojiService.ts", "file_type": "code", "degree": 1}, {"id": "feverservice", "label": "FeverService.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "FeverService.ts", "community": 0, "community_name": "Community 0", "source_file": "src/services/FeverService.ts", "file_type": "code", "degree": 7}, {"id": "feverservice_feverservice", "label": "FeverService", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FeverService", "community": 17, "community_name": "Community 17", "source_file": "src/services/FeverService.ts", "file_type": "code", "degree": 4}, {"id": "feverservice_feverservice_startscheduler", "label": ".startScheduler()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".startScheduler()", "community": 17, "community_name": "Community 17", "source_file": "src/services/FeverService.ts", "file_type": "code", "degree": 1}, {"id": "feverservice_feverservice_updatefeverstate", "label": ".updateFeverState()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateFeverState()", "community": 17, "community_name": "Community 17", "source_file": "src/services/FeverService.ts", "file_type": "code", "degree": 1}, {"id": "feverservice_feverservice_getfeverbonus", "label": ".getFeverBonus()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".getFeverBonus()", "community": 17, "community_name": "Community 17", "source_file": "src/services/FeverService.ts", "file_type": "code", "degree": 1}, {"id": "presenceservice", "label": "PresenceService.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "PresenceService.ts", "community": 0, "community_name": "Community 0", "source_file": "src/services/PresenceService.ts", "file_type": "code", "degree": 5}, {"id": "presenceservice_presenceservice", "label": "PresenceService", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PresenceService", "community": 18, "community_name": "Community 18", "source_file": "src/services/PresenceService.ts", "file_type": "code", "degree": 4}, {"id": "presenceservice_presenceservice_startactivepresence", "label": ".startActivePresence()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".startActivePresence()", "community": 18, "community_name": "Community 18", "source_file": "src/services/PresenceService.ts", "file_type": "code", "degree": 2}, {"id": "presenceservice_presenceservice_updatepresence", "label": ".updatePresence()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".updatePresence()", "community": 18, "community_name": "Community 18", "source_file": "src/services/PresenceService.ts", "file_type": "code", "degree": 2}, {"id": "presenceservice_presenceservice_stoprotation", "label": ".stopRotation()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".stopRotation()", "community": 18, "community_name": "Community 18", "source_file": "src/services/PresenceService.ts", "file_type": "code", "degree": 1}, {"id": "musicservice", "label": "MusicService.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "MusicService.ts", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 11}, {"id": "musicservice_extractyoutubevideoid", "label": "extractYouTubeVideoId()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "extractYouTubeVideoId()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 2}, {"id": "musicservice_isyoutubeplaylisturl", "label": "isYouTubePlaylistUrl()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "isYouTubePlaylistUrl()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 2}, {"id": "musicservice_parsedurationseconds", "label": "parseDurationSeconds()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseDurationSeconds()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 2}, {"id": "musicservice_parsedurationtexttoseconds", "label": "parseDurationTextToSeconds()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseDurationTextToSeconds()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 2}, {"id": "musicservice_formatduration", "label": "formatDuration()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "formatDuration()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 3}, {"id": "musicservice_musicservice", "label": "MusicService", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 30.7, "font": {"size": 12, "color": "#ffffff"}, "title": "MusicService", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 38}, {"id": "musicservice_musicservice_getyoutube", "label": ".getYouTube()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".getYouTube()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 4}, {"id": "musicservice_musicservice_addfromquery", "label": ".addFromQuery()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".addFromQuery()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 4}, {"id": "musicservice_musicservice_addfromurl", "label": ".addFromUrl()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".addFromUrl()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 6}, {"id": "musicservice_musicservice_getqueueembed", "label": ".getQueueEmbed()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getQueueEmbed()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 2}, {"id": "musicservice_musicservice_getactivevoicechannelid", "label": ".getActiveVoiceChannelId()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".getActiveVoiceChannelId()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 1}, {"id": "musicservice_musicservice_skip", "label": ".skip()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".skip()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 3}, {"id": "musicservice_musicservice_pause", "label": ".pause()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".pause()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 4}, {"id": "musicservice_musicservice_resume", "label": ".resume()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".resume()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 3}, {"id": "musicservice_musicservice_stop", "label": ".stop()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".stop()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 5}, {"id": "musicservice_musicservice_remove", "label": ".remove()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".remove()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 2}, {"id": "musicservice_musicservice_leave", "label": ".leave()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".leave()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 5}, {"id": "musicservice_musicservice_handlecontrolinteraction", "label": ".handleControlInteraction()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleControlInteraction()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 7}, {"id": "musicservice_musicservice_createqueueitem", "label": ".createQueueItem()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".createQueueItem()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 7}, {"id": "musicservice_musicservice_enqueuetracks", "label": ".enqueueTracks()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".enqueueTracks()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 6}, {"id": "musicservice_musicservice_ensuresession", "label": ".ensureSession()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ensureSession()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 3}, {"id": "musicservice_musicservice_bindsessionevents", "label": ".bindSessionEvents()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".bindSessionEvents()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 2}, {"id": "musicservice_musicservice_ontrackfinished", "label": ".onTrackFinished()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".onTrackFinished()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 4}, {"id": "musicservice_musicservice_notifyplaybackfailure", "label": ".notifyPlaybackFailure()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".notifyPlaybackFailure()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 5}, {"id": "musicservice_musicservice_playnext", "label": ".playNext()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.9, "font": {"size": 12, "color": "#ffffff"}, "title": ".playNext()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 9}, {"id": "musicservice_musicservice_resolvestreamurl", "label": ".resolveStreamUrl()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".resolveStreamUrl()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 3}, {"id": "musicservice_musicservice_extractplaylist", "label": ".extractPlaylist()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".extractPlaylist()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 2}, {"id": "musicservice_musicservice_spawnffmpeg", "label": ".spawnFfmpeg()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".spawnFfmpeg()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 2}, {"id": "musicservice_musicservice_cleanupprocess", "label": ".cleanupProcess()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".cleanupProcess()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 5}, {"id": "musicservice_musicservice_rendernowplaying", "label": ".renderNowPlaying()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".renderNowPlaying()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 6}, {"id": "musicservice_musicservice_renderidlestate", "label": ".renderIdleState()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.9, "font": {"size": 12, "color": "#ffffff"}, "title": ".renderIdleState()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 9}, {"id": "musicservice_musicservice_buildcontrolrow", "label": ".buildControlRow()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".buildControlRow()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 5}, {"id": "musicservice_musicservice_buildfallbackcontrolrow", "label": ".buildFallbackControlRow()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".buildFallbackControlRow()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 2}, {"id": "musicservice_musicservice_buildnowplayingembed", "label": ".buildNowPlayingEmbed()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.9, "font": {"size": 12, "color": "#ffffff"}, "title": ".buildNowPlayingEmbed()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 9}, {"id": "musicservice_musicservice_buildprogressbar", "label": ".buildProgressBar()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".buildProgressBar()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 2}, {"id": "musicservice_musicservice_buildindeterminateprogressbar", "label": ".buildIndeterminateProgressBar()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".buildIndeterminateProgressBar()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 2}, {"id": "musicservice_musicservice_startprogressupdates", "label": ".startProgressUpdates()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".startProgressUpdates()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 4}, {"id": "musicservice_musicservice_stopprogressupdates", "label": ".stopProgressUpdates()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".stopProgressUpdates()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 5}, {"id": "musicservice_musicservice_ispaused", "label": ".isPaused()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".isPaused()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 5}, {"id": "musicservice_musicservice_getelapsedseconds", "label": ".getElapsedSeconds()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getElapsedSeconds()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 2}, {"id": "musicservice_musicservice_refreshcontrolmessage", "label": ".refreshControlMessage()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".refreshControlMessage()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 11}, {"id": "musicservice_musicservice_formattrackline", "label": ".formatTrackLine()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".formatTrackLine()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 3}, {"id": "musicservice_musicservice_safesend", "label": ".safeSend()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".safeSend()", "community": 2, "community_name": "Community 2", "source_file": "src/services/MusicService.ts", "file_type": "code", "degree": 4}, {"id": "minigameregistry", "label": "MiniGameRegistry.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "MiniGameRegistry.ts", "community": 15, "community_name": "Community 15", "source_file": "src/services/MiniGameRegistry.ts", "file_type": "code", "degree": 3}, {"id": "minigameregistry_getminigame", "label": "getMiniGame()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getMiniGame()", "community": 15, "community_name": "Community 15", "source_file": "src/services/MiniGameRegistry.ts", "file_type": "code", "degree": 1}, {"id": "minigameregistry_getallminigames", "label": "getAllMiniGames()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getAllMiniGames()", "community": 15, "community_name": "Community 15", "source_file": "src/services/MiniGameRegistry.ts", "file_type": "code", "degree": 1}, {"id": "voiceservice", "label": "VoiceService.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "VoiceService.ts", "community": 0, "community_name": "Community 0", "source_file": "src/services/VoiceService.ts", "file_type": "code", "degree": 8}, {"id": "voiceservice_voiceservice", "label": "VoiceService", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "VoiceService", "community": 9, "community_name": "Community 9", "source_file": "src/services/VoiceService.ts", "file_type": "code", "degree": 8}, {"id": "voiceservice_voiceservice_syncchannels", "label": ".syncChannels()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".syncChannels()", "community": 9, "community_name": "Community 9", "source_file": "src/services/VoiceService.ts", "file_type": "code", "degree": 1}, {"id": "voiceservice_voiceservice_handlevoicestateupdate", "label": ".handleVoiceStateUpdate()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleVoiceStateUpdate()", "community": 9, "community_name": "Community 9", "source_file": "src/services/VoiceService.ts", "file_type": "code", "degree": 3}, {"id": "voiceservice_voiceservice_handlejoin", "label": ".handleJoin()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleJoin()", "community": 9, "community_name": "Community 9", "source_file": "src/services/VoiceService.ts", "file_type": "code", "degree": 4}, {"id": "voiceservice_voiceservice_handleleave", "label": ".handleLeave()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleLeave()", "community": 9, "community_name": "Community 9", "source_file": "src/services/VoiceService.ts", "file_type": "code", "degree": 3}, {"id": "voiceservice_voiceservice_applyownershiptransfer", "label": ".applyOwnershipTransfer()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".applyOwnershipTransfer()", "community": 9, "community_name": "Community 9", "source_file": "src/services/VoiceService.ts", "file_type": "code", "degree": 3}, {"id": "voiceservice_voiceservice_sendcontrolpanel", "label": ".sendControlPanel()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".sendControlPanel()", "community": 9, "community_name": "Community 9", "source_file": "src/services/VoiceService.ts", "file_type": "code", "degree": 3}, {"id": "voiceservice_voiceservice_geteffectivename", "label": ".getEffectiveName()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getEffectiveName()", "community": 9, "community_name": "Community 9", "source_file": "src/services/VoiceService.ts", "file_type": "code", "degree": 2}, {"id": "permissionauditservice", "label": "PermissionAuditService.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PermissionAuditService.ts", "community": 5, "community_name": "Community 5", "source_file": "src/services/PermissionAuditService.ts", "file_type": "code", "degree": 4}, {"id": "permissionauditservice_permissionauditservice", "label": "PermissionAuditService", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "PermissionAuditService", "community": 5, "community_name": "Community 5", "source_file": "src/services/PermissionAuditService.ts", "file_type": "code", "degree": 7}, {"id": "permissionauditservice_permissionauditservice_auditguild", "label": ".auditGuild()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".auditGuild()", "community": 5, "community_name": "Community 5", "source_file": "src/services/PermissionAuditService.ts", "file_type": "code", "degree": 4}, {"id": "permissionauditservice_permissionauditservice_checkguildpermissions", "label": ".checkGuildPermissions()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkGuildPermissions()", "community": 5, "community_name": "Community 5", "source_file": "src/services/PermissionAuditService.ts", "file_type": "code", "degree": 3}, {"id": "permissionauditservice_permissionauditservice_checkchannelpermissions", "label": ".checkChannelPermissions()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkChannelPermissions()", "community": 5, "community_name": "Community 5", "source_file": "src/services/PermissionAuditService.ts", "file_type": "code", "degree": 3}, {"id": "permissionauditservice_permissionauditservice_checkhierarchy", "label": ".checkHierarchy()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkHierarchy()", "community": 5, "community_name": "Community 5", "source_file": "src/services/PermissionAuditService.ts", "file_type": "code", "degree": 2}, {"id": "permissionauditservice_permissionauditservice_getmissing", "label": ".getMissing()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getMissing()", "community": 5, "community_name": "Community 5", "source_file": "src/services/PermissionAuditService.ts", "file_type": "code", "degree": 3}, {"id": "permissionauditservice_permissionauditservice_permtostring", "label": ".permToString()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".permToString()", "community": 5, "community_name": "Community 5", "source_file": "src/services/PermissionAuditService.ts", "file_type": "code", "degree": 1}, {"id": "setupwizardrenderer", "label": "SetupWizardRenderer.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SetupWizardRenderer.ts", "community": 5, "community_name": "Community 5", "source_file": "src/services/SetupWizardRenderer.ts", "file_type": "code", "degree": 4}, {"id": "setupwizardrenderer_setupwizardrenderer", "label": "SetupWizardRenderer", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SetupWizardRenderer", "community": 5, "community_name": "Community 5", "source_file": "src/services/SetupWizardRenderer.ts", "file_type": "code", "degree": 2}, {"id": "setupwizardrenderer_setupwizardrenderer_renderstep", "label": ".renderStep()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".renderStep()", "community": 5, "community_name": "Community 5", "source_file": "src/services/SetupWizardRenderer.ts", "file_type": "code", "degree": 1}, {"id": "fishingservice", "label": "FishingService.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "FishingService.ts", "community": 11, "community_name": "Community 11", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 7}, {"id": "fishingservice_fishingservice", "label": "FishingService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "FishingService", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 55}, {"id": "fishingservice_fishingservice_enterthread", "label": ".enterThread()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".enterThread()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 3}, {"id": "fishingservice_fishingservice_isownedfishingthread", "label": ".isOwnedFishingThread()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".isOwnedFishingThread()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 4}, {"id": "fishingservice_fishingservice_startsessioninthread", "label": ".startSessionInThread()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".startSessionInThread()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 5}, {"id": "fishingservice_fishingservice_endthreadbyuser", "label": ".endThreadByUser()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".endThreadByUser()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 6}, {"id": "fishingservice_fishingservice_handlebutton", "label": ".handleButton()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleButton()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 4}, {"id": "fishingservice_fishingservice_getprofile", "label": ".getProfile()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getProfile()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 2}, {"id": "fishingservice_fishingservice_getcollection", "label": ".getCollection()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".getCollection()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 1}, {"id": "fishingservice_fishingservice_getsizeranking", "label": ".getSizeRanking()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".getSizeRanking()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 1}, {"id": "fishingservice_fishingservice_getfishdisplayname", "label": ".getFishDisplayName()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".getFishDisplayName()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 1}, {"id": "fishingservice_fishingservice_getraritydisplaynamebyid", "label": ".getRarityDisplayNameById()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getRarityDisplayNameById()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 2}, {"id": "fishingservice_fishingservice_ticksession", "label": ".tickSession()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".tickSession()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 6}, {"id": "fishingservice_fishingservice_queueaction", "label": ".queueAction()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".queueAction()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 4}, {"id": "fishingservice_fishingservice_resolvesuccessfulpull", "label": ".resolveSuccessfulPull()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".resolveSuccessfulPull()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 7}, {"id": "fishingservice_fishingservice_resolvemiss", "label": ".resolveMiss()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".resolveMiss()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 5}, {"id": "fishingservice_fishingservice_startnextphase", "label": ".startNextPhase()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".startNextPhase()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 5}, {"id": "fishingservice_fishingservice_finishsession", "label": ".finishSession()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".finishSession()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 10}, {"id": "fishingservice_fishingservice_getactivesession", "label": ".getActiveSession()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".getActiveSession()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 5}, {"id": "fishingservice_fishingservice_issessionstale", "label": ".isSessionStale()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".isSessionStale()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 2}, {"id": "fishingservice_fishingservice_clearstalesession", "label": ".clearStaleSession()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".clearStaleSession()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 4}, {"id": "fishingservice_fishingservice_deletethread", "label": ".deleteThread()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteThread()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 3}, {"id": "fishingservice_fishingservice_rendersession", "label": ".renderSession()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".renderSession()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 7}, {"id": "fishingservice_fishingservice_buildembed", "label": ".buildEmbed()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".buildEmbed()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 7}, {"id": "fishingservice_fishingservice_buildcontrolrow", "label": ".buildControlRow()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".buildControlRow()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 4}, {"id": "fishingservice_fishingservice_buildgauge", "label": ".buildGauge()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".buildGauge()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 3}, {"id": "fishingservice_fishingservice_createsessioninthread", "label": ".createSessionInThread()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".createSessionInThread()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 8}, {"id": "fishingservice_fishingservice_findorcreatethread", "label": ".findOrCreateThread()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".findOrCreateThread()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 3}, {"id": "fishingservice_fishingservice_findownedfishingthread", "label": ".findOwnedFishingThread()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".findOwnedFishingThread()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 3}, {"id": "fishingservice_fishingservice_sendcatchresult", "label": ".sendCatchResult()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".sendCatchResult()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 7}, {"id": "fishingservice_fishingservice_previewfishlane", "label": ".previewFishLane()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".previewFishLane()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 3}, {"id": "fishingservice_fishingservice_previewgauge", "label": ".previewGauge()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".previewGauge()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 3}, {"id": "fishingservice_fishingservice_buildfishlane", "label": ".buildFishLane()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".buildFishLane()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 3}, {"id": "fishingservice_fishingservice_randomdirection", "label": ".randomDirection()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".randomDirection()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 3}, {"id": "fishingservice_fishingservice_buildthreadname", "label": ".buildThreadName()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".buildThreadName()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 3}, {"id": "fishingservice_fishingservice_loadfishingcatalog", "label": ".loadFishingCatalog()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".loadFishingCatalog()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 2}, {"id": "fishingservice_fishingservice_pickfishbyrate", "label": ".pickFishByRate()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".pickFishByRate()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 2}, {"id": "fishingservice_fishingservice_pickraritybyrate", "label": ".pickRarityByRate()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".pickRarityByRate()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 2}, {"id": "fishingservice_fishingservice_getreactionwindowms", "label": ".getReactionWindowMs()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getReactionWindowMs()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 2}, {"id": "fishingservice_fishingservice_rollrange", "label": ".rollRange()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".rollRange()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 2}, {"id": "fishingservice_fishingservice_pickrandomartpath", "label": ".pickRandomArtPath()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".pickRandomArtPath()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 3}, {"id": "fishingservice_fishingservice_resolveresourcepath", "label": ".resolveResourcePath()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".resolveResourcePath()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 4}, {"id": "fishingservice_fishingservice_loadfishingrarities", "label": ".loadFishingRarities()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".loadFishingRarities()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 2}, {"id": "fishingservice_fishingservice_getraritydisplayname", "label": ".getRarityDisplayName()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getRarityDisplayName()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 3}, {"id": "fishingservice_fishingservice_recordprofileresult", "label": ".recordProfileResult()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".recordProfileResult()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 5}, {"id": "fishingservice_fishingservice_recordcollectioncatch", "label": ".recordCollectionCatch()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".recordCollectionCatch()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 3}, {"id": "fishingservice_fishingservice_getraritycountfield", "label": ".getRarityCountField()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getRarityCountField()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 2}, {"id": "fishingservice_fishingservice_getrarityrank", "label": ".getRarityRank()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getRarityRank()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 2}, {"id": "fishingservice_fishingservice_getraritybadge", "label": ".getRarityBadge()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getRarityBadge()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 2}, {"id": "fishingservice_fishingservice_composerarityart", "label": ".composeRarityArt()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".composeRarityArt()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 2}, {"id": "fishingservice_fishingservice_hextocolorint", "label": ".hexToColorInt()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".hexToColorInt()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 3}, {"id": "fishingservice_fishingservice_rollcatchsizecm", "label": ".rollCatchSizeCm()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".rollCatchSizeCm()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 3}, {"id": "fishingservice_fishingservice_formatselectedaction", "label": ".formatSelectedAction()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".formatSelectedAction()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 2}, {"id": "fishingservice_fishingservice_cleartick", "label": ".clearTick()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".clearTick()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 4}, {"id": "fishingservice_fishingservice_getuserkey", "label": ".getUserKey()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.9, "font": {"size": 12, "color": "#ffffff"}, "title": ".getUserKey()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 9}, {"id": "fishingservice_fishingservice_rolldecimalrange", "label": ".rollDecimalRange()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".rollDecimalRange()", "community": 1, "community_name": "Community 1", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 2}, {"id": "fishingservice_buildfishinggauge", "label": "buildFishingGauge()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "buildFishingGauge()", "community": 11, "community_name": "Community 11", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 2}, {"id": "fishingservice_buildfishinglane", "label": "buildFishingLane()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "buildFishingLane()", "community": 11, "community_name": "Community 11", "source_file": "src/services/FishingService.ts", "file_type": "code", "degree": 2}, {"id": "webhookservice", "label": "WebhookService.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "WebhookService.ts", "community": 7, "community_name": "Community 7", "source_file": "src/services/WebhookService.ts", "file_type": "code", "degree": 4}, {"id": "webhookservice_webhookservice", "label": "WebhookService", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WebhookService", "community": 7, "community_name": "Community 7", "source_file": "src/services/WebhookService.ts", "file_type": "code", "degree": 2}, {"id": "webhookservice_webhookservice_getwebhookclient", "label": ".getWebhookClient()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".getWebhookClient()", "community": 7, "community_name": "Community 7", "source_file": "src/services/WebhookService.ts", "file_type": "code", "degree": 1}, {"id": "auditlogservice", "label": "AuditLogService.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AuditLogService.ts", "community": 0, "community_name": "Community 0", "source_file": "src/services/AuditLogService.ts", "file_type": "code", "degree": 6}, {"id": "auditlogservice_auditlogservice", "label": "AuditLogService", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AuditLogService", "community": 13, "community_name": "Community 13", "source_file": "src/services/AuditLogService.ts", "file_type": "code", "degree": 6}, {"id": "auditlogservice_auditlogservice_log", "label": ".log()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".log()", "community": 13, "community_name": "Community 13", "source_file": "src/services/AuditLogService.ts", "file_type": "code", "degree": 2}, {"id": "auditlogservice_auditlogservice_setchannel", "label": ".setChannel()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".setChannel()", "community": 13, "community_name": "Community 13", "source_file": "src/services/AuditLogService.ts", "file_type": "code", "degree": 1}, {"id": "auditlogservice_auditlogservice_clearchannel", "label": ".clearChannel()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".clearChannel()", "community": 13, "community_name": "Community 13", "source_file": "src/services/AuditLogService.ts", "file_type": "code", "degree": 1}, {"id": "auditlogservice_auditlogservice_getchannel", "label": ".getChannel()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getChannel()", "community": 13, "community_name": "Community 13", "source_file": "src/services/AuditLogService.ts", "file_type": "code", "degree": 3}, {"id": "auditlogservice_auditlogservice_setfilter", "label": ".setFilter()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setFilter()", "community": 13, "community_name": "Community 13", "source_file": "src/services/AuditLogService.ts", "file_type": "code", "degree": 2}, {"id": "eventservice", "label": "EventService.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EventService.ts", "community": 0, "community_name": "Community 0", "source_file": "src/services/EventService.ts", "file_type": "code", "degree": 8}, {"id": "eventservice_todiscordtimestamps", "label": "toDiscordTimestamps()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "toDiscordTimestamps()", "community": 0, "community_name": "Community 0", "source_file": "src/services/EventService.ts", "file_type": "code", "degree": 2}, {"id": "eventservice_buildeventembed", "label": "buildEventEmbed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "buildEventEmbed()", "community": 0, "community_name": "Community 0", "source_file": "src/services/EventService.ts", "file_type": "code", "degree": 5}, {"id": "eventservice_resolveannouncementchannel", "label": "resolveAnnouncementChannel()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "resolveAnnouncementChannel()", "community": 0, "community_name": "Community 0", "source_file": "src/services/EventService.ts", "file_type": "code", "degree": 3}, {"id": "eventservice_eventservice", "label": "EventService", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "EventService", "community": 0, "community_name": "Community 0", "source_file": "src/services/EventService.ts", "file_type": "code", "degree": 6}, {"id": "eventservice_eventservice_announceevent", "label": ".announceEvent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".announceEvent()", "community": 0, "community_name": "Community 0", "source_file": "src/services/EventService.ts", "file_type": "code", "degree": 3}, {"id": "eventservice_eventservice_startreminderloop", "label": ".startReminderLoop()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".startReminderLoop()", "community": 0, "community_name": "Community 0", "source_file": "src/services/EventService.ts", "file_type": "code", "degree": 2}, {"id": "eventservice_eventservice_stopreminderloop", "label": ".stopReminderLoop()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".stopReminderLoop()", "community": 0, "community_name": "Community 0", "source_file": "src/services/EventService.ts", "file_type": "code", "degree": 1}, {"id": "eventservice_eventservice_processdueevents", "label": ".processDueEvents()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".processDueEvents()", "community": 0, "community_name": "Community 0", "source_file": "src/services/EventService.ts", "file_type": "code", "degree": 5}, {"id": "eventservice_eventservice_sendreminder", "label": ".sendReminder()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".sendReminder()", "community": 0, "community_name": "Community 0", "source_file": "src/services/EventService.ts", "file_type": "code", "degree": 3}, {"id": "FishingGameConcept", "label": "FishingGameConcept", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FishingGameConcept", "community": 21, "community_name": "Community 21", "source_file": "", "file_type": "", "degree": 2}, {"id": "gemma_response", "label": "Gemma 4 Response", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Gemma 4 Response", "community": 24, "community_name": "Community 24", "source_file": "", "file_type": "", "degree": 0}, {"id": "tool_use_concept", "label": "Tool Use Concept", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Tool Use Concept", "community": 25, "community_name": "Community 25", "source_file": "", "file_type": "", "degree": 0}, {"id": "capability_summary", "label": "Capability Summary", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Capability Summary", "community": 26, "community_name": "Community 26", "source_file": "", "file_type": "", "degree": 0}, {"id": "files/src/main.ts", "label": "main.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "main.ts", "community": 20, "community_name": "Community 20", "source_file": "", "file_type": "", "degree": 1}, {"id": "files/src/utils/config.ts", "label": "config.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "config.ts", "community": 20, "community_name": "Community 20", "source_file": "", "file_type": "", "degree": 1}, {"id": "files/src/utils/db.ts", "label": "db.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "db.ts", "community": 27, "community_name": "Community 27", "source_file": "", "file_type": "", "degree": 0}, {"id": "files/src/utils/logger.ts", "label": "logger.ts", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "logger.ts", "community": 28, "community_name": "Community 28", "source_file": "", "file_type": "", "degree": 0}, {"id": "Node_A", "label": "Fishing Game Backend Logic", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Fishing Game Backend Logic", "community": 8, "community_name": "Community 8", "source_file": "", "file_type": "", "degree": 7}, {"id": "Node_B", "label": "Authentication/Authorization Layer", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Authentication/Authorization Layer", "community": 8, "community_name": "Community 8", "source_file": "", "file_type": "", "degree": 3}, {"id": "Node_C", "label": "Database Schema Design (User/Item)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Database Schema Design (User/Item)", "community": 8, "community_name": "Community 8", "source_file": "", "file_type": "", "degree": 2}, {"id": "Node_D", "label": "Frontend Game Client (React/Unity)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Frontend Game Client (React/Unity)", "community": 8, "community_name": "Community 8", "source_file": "", "file_type": "", "degree": 2}, {"id": "Node_E", "label": "Payment Gateway Integration (Stripe/PayPal)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Payment Gateway Integration (Stripe/PayPal)", "community": 8, "community_name": "Community 8", "source_file": "", "file_type": "", "degree": 2}, {"id": "Node_F", "label": "Real-time Communication (WebSockets)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Real-time Communication (WebSockets)", "community": 8, "community_name": "Community 8", "source_file": "", "file_type": "", "degree": 2}, {"id": "Node_G", "label": "Game State Management (Session/Persistence)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Game State Management (Session/Persistence)", "community": 8, "community_name": "Community 8", "source_file": "", "file_type": "", "degree": 2}, {"id": "Node_H", "label": "Analytics/Telemetry Tracking", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Analytics/Telemetry Tracking", "community": 8, "community_name": "Community 8", "source_file": "", "file_type": "", "degree": 2}, {"id": "Node_I", "label": "API Gateway Definition (REST/GraphQL)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "API Gateway Definition (REST/GraphQL)", "community": 8, "community_name": "Community 8", "source_file": "", "file_type": "", "degree": 4}];
const RAW_EDGES = [{"from": "prisma_config", "to": "config", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed", "to": "config", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed", "to": "seed_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "boterror_test", "to": "boterror", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errorreporter_test", "to": "boterror", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errorreporter_test", "to": "errorcodes", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errorreporter_test", "to": "errorreporter", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inviteservice_test", "to": "inviteservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_test", "to": "fishingservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_test", "to": "musicservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mimicservice_test", "to": "mimicservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "voiceservice_test", "to": "voiceservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "check_i18n_tests", "to": "ko", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "check_i18n_tests", "to": "en", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "check_i18n_tests", "to": "check_i18n_tests_walk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "check_i18n_tests", "to": "check_i18n_tests_getfiles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "check_i18n_tests", "to": "check_i18n_tests_checkfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index", "to": "kordclient", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index", "to": "env", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index", "to": "logger", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index", "to": "index_createpgpoolconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index", "to": "index_connectdb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index", "to": "types", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index", "to": "en", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index", "to": "ko", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index", "to": "index_statici18nprovider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index", "to": "index_seti18nprovider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index", "to": "index_geti18nprovider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index", "to": "index_resolvelocale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index", "to": "index_normalizediscordlocale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index", "to": "index_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index", "to": "index_getnestedvalue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refinementhandler", "to": "refinementservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refinementhandler", "to": "feverservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refinementhandler", "to": "refinementhandler_handlerefinementinteraction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "setupwizardhandler", "to": "setupwizardrenderer", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "setupwizardhandler", "to": "errorcodes", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "setupwizardhandler", "to": "setupwizardhandler_handlesetupwizardinteraction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "setupwizardhandler", "to": "interactioncreate", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "env", "to": "env_generateinstanceid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "env", "to": "logger", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "env", "to": "ready", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "env", "to": "kordclient", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "env", "to": "auditlogservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errorhandler", "to": "logger", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errorhandler", "to": "errorhandler_handleglobalexceptions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errorhandler", "to": "kordclient", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "logger_resolveloglevel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "logger_resolvelogdir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "logger_ensurelogdir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "voice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "music", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "errorreporter", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "interactioncreate", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "ready", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "kordclient", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "eventloader", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "commandloader", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "inviteservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "mimicservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "refinementservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "activitytrackerservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "bigemojiservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "feverservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "presenceservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "musicservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "voiceservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "permissionauditservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "fishingservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "webhookservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger", "to": "eventservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "language", "to": "language_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "setup", "to": "setupwizardrenderer", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "setup", "to": "setup_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "voice", "to": "voice_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "voice", "to": "musicservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "music", "to": "musicservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "music", "to": "music_builderrormessage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "music", "to": "music_respond", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "music", "to": "music_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "music_builderrormessage", "to": "music_execute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "music_respond", "to": "music_execute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "refine", "to": "refinementservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refine", "to": "feverservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refine", "to": "refine_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "minigame", "to": "minigameregistry", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "minigame", "to": "minigame_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "config", "to": "config_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "audit", "to": "auditlogservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "audit", "to": "permissionauditservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "audit", "to": "audit_getoverallcolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "audit", "to": "audit_buildresultline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "audit", "to": "audit_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "audit_getoverallcolor", "to": "audit_execute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "event", "to": "eventservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "event", "to": "event_parseseouldatetime", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "event", "to": "event_todiscordtimestamps", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "event", "to": "event_parsereminderoffsets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "event", "to": "event_formatreminderoffsets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "event", "to": "event_buildstatuslabel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "event", "to": "event_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "event_parseseouldatetime", "to": "event_execute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "event_todiscordtimestamps", "to": "event_execute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "event_parsereminderoffsets", "to": "event_execute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "event_formatreminderoffsets", "to": "event_execute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "event_buildstatuslabel", "to": "event_execute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishing", "to": "fishingservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishing", "to": "fishing_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "boterror", "to": "boterror_boterror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "boterror", "to": "errorreporter", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "boterror", "to": "errorcodes", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "boterror", "to": "interactioncreate", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "boterror_boterror", "to": "boterror_boterror_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errorreporter", "to": "errorcodes", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errorreporter", "to": "errorreporter_errorreporter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errorreporter", "to": "errorreporter_witherrorhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errorreporter", "to": "interactioncreate", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errorreporter_errorreporter", "to": "errorreporter_errorreporter_report", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errorreporter_errorreporter", "to": "errorreporter_errorreporter_wrap", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errorreporter_errorreporter", "to": "errorreporter_errorreporter_buildembed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errorreporter_errorreporter_report", "to": "errorreporter_errorreporter_buildembed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "errorreporter_errorreporter_report", "to": "errorreporter_witherrorhandler", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "errorreporter_errorreporter_wrap", "to": "errorreporter_witherrorhandler", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "errorcodes", "to": "errorcodes_createboterror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errorcodes", "to": "interactioncreate", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errorcodes", "to": "voiceservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "voicestateupdate", "to": "voiceservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "voicestateupdate", "to": "voicestateupdate_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "interactioncreate", "to": "kordclient", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "interactioncreate", "to": "localehelper", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "interactioncreate", "to": "musicservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "interactioncreate", "to": "interactioncreate_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "messagecreate", "to": "mimicservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "messagecreate", "to": "bigemojiservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "messagecreate", "to": "activitytrackerservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "messagecreate", "to": "messagecreate_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "guildmemberadd", "to": "inviteservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "guildmemberadd", "to": "guildmemberadd_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "guilddelete", "to": "presenceservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "guilddelete", "to": "guilddelete_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invitedelete", "to": "inviteservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invitedelete", "to": "invitedelete_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invitecreate", "to": "inviteservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invitecreate", "to": "invitecreate_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ready", "to": "kordclient", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ready", "to": "inviteservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ready", "to": "voiceservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ready", "to": "presenceservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ready", "to": "eventservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ready", "to": "auditlogservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ready", "to": "ready_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "guildcreate", "to": "inviteservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "guildcreate", "to": "presenceservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "guildcreate", "to": "guildcreate_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "localehelper", "to": "localehelper_getinteractionlocale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "localehelper", "to": "localehelper_getcontextlocale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "localehelper", "to": "voiceservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types", "to": "en", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types", "to": "ko", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_statici18nprovider", "to": "index_statici18nprovider_get", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_statici18nprovider", "to": "index_statici18nprovider_issupported", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_statici18nprovider", "to": "index_statici18nprovider_getsupportedlocales", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_statici18nprovider_get", "to": "index_getnestedvalue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "index_statici18nprovider_get", "to": "index_t", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "index_statici18nprovider_issupported", "to": "index_resolvelocale", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "index_resolvelocale", "to": "index_normalizediscordlocale", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "kordclient", "to": "commandloader", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kordclient", "to": "eventloader", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kordclient", "to": "feverservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kordclient", "to": "kordclient_kordclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kordclient_kordclient", "to": "kordclient_kordclient_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kordclient_kordclient", "to": "kordclient_kordclient_start", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eventloader", "to": "eventloader_loadevents", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "commandloader", "to": "commandloader_loadcommands", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inviteservice", "to": "inviteservice_inviteservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inviteservice_inviteservice", "to": "inviteservice_inviteservice_cacheallinvites", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inviteservice_inviteservice", "to": "inviteservice_inviteservice_cacheguildinvites", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inviteservice_inviteservice", "to": "inviteservice_inviteservice_handleinvitecreate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inviteservice_inviteservice", "to": "inviteservice_inviteservice_handleinvitedelete", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inviteservice_inviteservice", "to": "inviteservice_inviteservice_handlememberadd", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inviteservice_inviteservice_cacheallinvites", "to": "inviteservice_inviteservice_cacheguildinvites", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "inviteservice_inviteservice_cacheguildinvites", "to": "inviteservice_inviteservice_handleinvitecreate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "inviteservice_inviteservice_cacheguildinvites", "to": "inviteservice_inviteservice_handleinvitedelete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "inviteservice_inviteservice_cacheguildinvites", "to": "inviteservice_inviteservice_handlememberadd", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mimicservice", "to": "webhookservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mimicservice", "to": "mimicservice_mimicservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mimicservice_mimicservice", "to": "mimicservice_mimicservice_handlemessage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refinementservice", "to": "feverservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refinementservice", "to": "refinementservice_refinementservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refinementservice", "to": "fishingservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refinementservice_refinementservice", "to": "refinementservice_refinementservice_getmaxdurability", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refinementservice_refinementservice", "to": "refinementservice_refinementservice_loadconfigs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refinementservice_refinementservice", "to": "refinementservice_refinementservice_getsysconfig", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refinementservice_refinementservice", "to": "refinementservice_refinementservice_getsysconfignum", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refinementservice_refinementservice", "to": "refinementservice_refinementservice_getcost", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refinementservice_refinementservice", "to": "refinementservice_refinementservice_tryrefine", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refinementservice_refinementservice", "to": "refinementservice_refinementservice_startbattle", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refinementservice_refinementservice", "to": "refinementservice_refinementservice_checkin", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refinementservice_refinementservice", "to": "refinementservice_refinementservice_sellweapon", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refinementservice_refinementservice", "to": "refinementservice_refinementservice_getprofile", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refinementservice_refinementservice", "to": "refinementservice_refinementservice_addgold", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refinementservice_refinementservice", "to": "refinementservice_refinementservice_getorcreateprofile", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refinementservice_refinementservice_getmaxdurability", "to": "refinementservice_refinementservice_tryrefine", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "refinementservice_refinementservice_loadconfigs", "to": "refinementservice_refinementservice_tryrefine", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "refinementservice_refinementservice_loadconfigs", "to": "refinementservice_refinementservice_startbattle", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "refinementservice_refinementservice_loadconfigs", "to": "refinementservice_refinementservice_sellweapon", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "refinementservice_refinementservice_loadconfigs", "to": "refinementservice_refinementservice_getorcreateprofile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "refinementservice_refinementservice_getsysconfignum", "to": "refinementservice_refinementservice_tryrefine", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "refinementservice_refinementservice_getsysconfignum", "to": "refinementservice_refinementservice_startbattle", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "refinementservice_refinementservice_getsysconfignum", "to": "refinementservice_refinementservice_checkin", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "refinementservice_refinementservice_getsysconfignum", "to": "refinementservice_refinementservice_getorcreateprofile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "refinementservice_refinementservice_getcost", "to": "refinementservice_refinementservice_startbattle", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "refinementservice_refinementservice_getcost", "to": "refinementservice_refinementservice_sellweapon", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "refinementservice_refinementservice_tryrefine", "to": "refinementservice_refinementservice_getorcreateprofile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "refinementservice_refinementservice_startbattle", "to": "refinementservice_refinementservice_getorcreateprofile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "refinementservice_refinementservice_checkin", "to": "refinementservice_refinementservice_getorcreateprofile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "refinementservice_refinementservice_sellweapon", "to": "refinementservice_refinementservice_getorcreateprofile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "refinementservice_refinementservice_getprofile", "to": "refinementservice_refinementservice_getorcreateprofile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "refinementservice_refinementservice_addgold", "to": "refinementservice_refinementservice_getorcreateprofile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "activitytrackerservice", "to": "activitytrackerservice_activitytrackerservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "activitytrackerservice", "to": "feverservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "activitytrackerservice_activitytrackerservice", "to": "activitytrackerservice_activitytrackerservice_recordactivity", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "activitytrackerservice_activitytrackerservice", "to": "activitytrackerservice_activitytrackerservice_getpeakhour", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bigemojiservice", "to": "webhookservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bigemojiservice", "to": "bigemojiservice_bigemojiservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bigemojiservice_bigemojiservice", "to": "bigemojiservice_bigemojiservice_handlemessage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "feverservice", "to": "feverservice_feverservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "feverservice_feverservice", "to": "feverservice_feverservice_startscheduler", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "feverservice_feverservice", "to": "feverservice_feverservice_updatefeverstate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "feverservice_feverservice", "to": "feverservice_feverservice_getfeverbonus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presenceservice", "to": "presenceservice_presenceservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presenceservice_presenceservice", "to": "presenceservice_presenceservice_startactivepresence", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presenceservice_presenceservice", "to": "presenceservice_presenceservice_updatepresence", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presenceservice_presenceservice", "to": "presenceservice_presenceservice_stoprotation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presenceservice_presenceservice_startactivepresence", "to": "presenceservice_presenceservice_updatepresence", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice", "to": "musicservice_extractyoutubevideoid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice", "to": "musicservice_isyoutubeplaylisturl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice", "to": "musicservice_parsedurationseconds", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice", "to": "musicservice_parsedurationtexttoseconds", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice", "to": "musicservice_formatduration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice", "to": "musicservice_musicservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_extractyoutubevideoid", "to": "musicservice_musicservice_addfromurl", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_isyoutubeplaylisturl", "to": "musicservice_musicservice_addfromurl", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_parsedurationseconds", "to": "musicservice_musicservice_createqueueitem", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_parsedurationtexttoseconds", "to": "musicservice_musicservice_createqueueitem", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_formatduration", "to": "musicservice_musicservice_createqueueitem", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_formatduration", "to": "musicservice_musicservice_buildnowplayingembed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_getyoutube", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_addfromquery", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_addfromurl", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_getqueueembed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_getactivevoicechannelid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_skip", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_pause", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_resume", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_stop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_remove", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_leave", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_handlecontrolinteraction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_createqueueitem", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_enqueuetracks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_ensuresession", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_bindsessionevents", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_ontrackfinished", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_notifyplaybackfailure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_playnext", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_resolvestreamurl", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_extractplaylist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_spawnffmpeg", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_cleanupprocess", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_rendernowplaying", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_renderidlestate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_buildcontrolrow", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_buildfallbackcontrolrow", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_buildnowplayingembed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_buildprogressbar", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_buildindeterminateprogressbar", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_startprogressupdates", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_stopprogressupdates", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_ispaused", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_getelapsedseconds", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_refreshcontrolmessage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_formattrackline", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice", "to": "musicservice_musicservice_safesend", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "musicservice_musicservice_getyoutube", "to": "musicservice_musicservice_addfromquery", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_getyoutube", "to": "musicservice_musicservice_createqueueitem", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_getyoutube", "to": "musicservice_musicservice_resolvestreamurl", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_addfromquery", "to": "musicservice_musicservice_createqueueitem", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_addfromquery", "to": "musicservice_musicservice_enqueuetracks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_addfromurl", "to": "musicservice_musicservice_extractplaylist", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_addfromurl", "to": "musicservice_musicservice_enqueuetracks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_addfromurl", "to": "musicservice_musicservice_createqueueitem", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_getqueueembed", "to": "musicservice_musicservice_formattrackline", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_skip", "to": "musicservice_musicservice_stop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_skip", "to": "musicservice_musicservice_handlecontrolinteraction", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_pause", "to": "musicservice_musicservice_ispaused", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_pause", "to": "musicservice_musicservice_refreshcontrolmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_pause", "to": "musicservice_musicservice_handlecontrolinteraction", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_resume", "to": "musicservice_musicservice_refreshcontrolmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_resume", "to": "musicservice_musicservice_handlecontrolinteraction", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_stop", "to": "musicservice_musicservice_renderidlestate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_stop", "to": "musicservice_musicservice_leave", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_stop", "to": "musicservice_musicservice_handlecontrolinteraction", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_remove", "to": "musicservice_musicservice_refreshcontrolmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_leave", "to": "musicservice_musicservice_cleanupprocess", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_leave", "to": "musicservice_musicservice_renderidlestate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_leave", "to": "musicservice_musicservice_handlecontrolinteraction", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_handlecontrolinteraction", "to": "musicservice_musicservice_buildfallbackcontrolrow", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_enqueuetracks", "to": "musicservice_musicservice_ensuresession", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_enqueuetracks", "to": "musicservice_musicservice_playnext", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_enqueuetracks", "to": "musicservice_musicservice_refreshcontrolmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_ensuresession", "to": "musicservice_musicservice_bindsessionevents", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_ontrackfinished", "to": "musicservice_musicservice_cleanupprocess", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_ontrackfinished", "to": "musicservice_musicservice_renderidlestate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_ontrackfinished", "to": "musicservice_musicservice_playnext", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_notifyplaybackfailure", "to": "musicservice_musicservice_cleanupprocess", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_notifyplaybackfailure", "to": "musicservice_musicservice_safesend", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_notifyplaybackfailure", "to": "musicservice_musicservice_playnext", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_notifyplaybackfailure", "to": "musicservice_musicservice_renderidlestate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_playnext", "to": "musicservice_musicservice_renderidlestate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_playnext", "to": "musicservice_musicservice_resolvestreamurl", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_playnext", "to": "musicservice_musicservice_spawnffmpeg", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_playnext", "to": "musicservice_musicservice_rendernowplaying", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_playnext", "to": "musicservice_musicservice_safesend", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_cleanupprocess", "to": "musicservice_musicservice_stopprogressupdates", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_rendernowplaying", "to": "musicservice_musicservice_buildnowplayingembed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_rendernowplaying", "to": "musicservice_musicservice_buildcontrolrow", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_rendernowplaying", "to": "musicservice_musicservice_safesend", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_rendernowplaying", "to": "musicservice_musicservice_startprogressupdates", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_renderidlestate", "to": "musicservice_musicservice_stopprogressupdates", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_renderidlestate", "to": "musicservice_musicservice_buildcontrolrow", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_renderidlestate", "to": "musicservice_musicservice_refreshcontrolmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_buildcontrolrow", "to": "musicservice_musicservice_ispaused", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_buildcontrolrow", "to": "musicservice_musicservice_refreshcontrolmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_buildnowplayingembed", "to": "musicservice_musicservice_getelapsedseconds", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_buildnowplayingembed", "to": "musicservice_musicservice_buildprogressbar", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_buildnowplayingembed", "to": "musicservice_musicservice_buildindeterminateprogressbar", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_buildnowplayingembed", "to": "musicservice_musicservice_ispaused", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_buildnowplayingembed", "to": "musicservice_musicservice_formattrackline", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_buildnowplayingembed", "to": "musicservice_musicservice_refreshcontrolmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_startprogressupdates", "to": "musicservice_musicservice_stopprogressupdates", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_startprogressupdates", "to": "musicservice_musicservice_refreshcontrolmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_stopprogressupdates", "to": "musicservice_musicservice_refreshcontrolmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "musicservice_musicservice_ispaused", "to": "musicservice_musicservice_refreshcontrolmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "minigameregistry", "to": "minigameregistry_getminigame", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "minigameregistry", "to": "minigameregistry_getallminigames", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "voiceservice", "to": "auditlogservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "voiceservice", "to": "voiceservice_voiceservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "voiceservice_voiceservice", "to": "voiceservice_voiceservice_syncchannels", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "voiceservice_voiceservice", "to": "voiceservice_voiceservice_handlevoicestateupdate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "voiceservice_voiceservice", "to": "voiceservice_voiceservice_handlejoin", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "voiceservice_voiceservice", "to": "voiceservice_voiceservice_handleleave", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "voiceservice_voiceservice", "to": "voiceservice_voiceservice_applyownershiptransfer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "voiceservice_voiceservice", "to": "voiceservice_voiceservice_sendcontrolpanel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "voiceservice_voiceservice", "to": "voiceservice_voiceservice_geteffectivename", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "voiceservice_voiceservice_handlevoicestateupdate", "to": "voiceservice_voiceservice_handlejoin", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "voiceservice_voiceservice_handlevoicestateupdate", "to": "voiceservice_voiceservice_handleleave", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "voiceservice_voiceservice_handlejoin", "to": "voiceservice_voiceservice_geteffectivename", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "voiceservice_voiceservice_handlejoin", "to": "voiceservice_voiceservice_sendcontrolpanel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "voiceservice_voiceservice_handleleave", "to": "voiceservice_voiceservice_applyownershiptransfer", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "voiceservice_voiceservice_applyownershiptransfer", "to": "voiceservice_voiceservice_sendcontrolpanel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "permissionauditservice", "to": "permissionauditservice_permissionauditservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permissionauditservice", "to": "setupwizardrenderer", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permissionauditservice_permissionauditservice", "to": "permissionauditservice_permissionauditservice_auditguild", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permissionauditservice_permissionauditservice", "to": "permissionauditservice_permissionauditservice_checkguildpermissions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permissionauditservice_permissionauditservice", "to": "permissionauditservice_permissionauditservice_checkchannelpermissions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permissionauditservice_permissionauditservice", "to": "permissionauditservice_permissionauditservice_checkhierarchy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permissionauditservice_permissionauditservice", "to": "permissionauditservice_permissionauditservice_getmissing", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permissionauditservice_permissionauditservice", "to": "permissionauditservice_permissionauditservice_permtostring", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permissionauditservice_permissionauditservice_auditguild", "to": "permissionauditservice_permissionauditservice_checkguildpermissions", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "permissionauditservice_permissionauditservice_auditguild", "to": "permissionauditservice_permissionauditservice_checkchannelpermissions", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "permissionauditservice_permissionauditservice_auditguild", "to": "permissionauditservice_permissionauditservice_checkhierarchy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "permissionauditservice_permissionauditservice_checkguildpermissions", "to": "permissionauditservice_permissionauditservice_getmissing", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "permissionauditservice_permissionauditservice_checkchannelpermissions", "to": "permissionauditservice_permissionauditservice_getmissing", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "setupwizardrenderer", "to": "setupwizardrenderer_setupwizardrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "setupwizardrenderer_setupwizardrenderer", "to": "setupwizardrenderer_setupwizardrenderer_renderstep", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice", "to": "fishingservice_fishingservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice", "to": "fishingservice_buildfishinggauge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice", "to": "fishingservice_buildfishinglane", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_enterthread", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_isownedfishingthread", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_startsessioninthread", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_endthreadbyuser", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_handlebutton", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_getprofile", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_getcollection", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_getsizeranking", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_getfishdisplayname", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_getraritydisplaynamebyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_ticksession", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_queueaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_resolvesuccessfulpull", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_resolvemiss", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_startnextphase", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_finishsession", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_getactivesession", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_issessionstale", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_clearstalesession", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_deletethread", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_rendersession", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_buildembed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_buildcontrolrow", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_buildgauge", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_createsessioninthread", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_findorcreatethread", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_findownedfishingthread", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_sendcatchresult", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_previewfishlane", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_previewgauge", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_buildfishlane", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_randomdirection", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_buildthreadname", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_loadfishingcatalog", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_pickfishbyrate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_pickraritybyrate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_getreactionwindowms", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_rollrange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_pickrandomartpath", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_resolveresourcepath", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_loadfishingrarities", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_getraritydisplayname", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_recordprofileresult", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_recordcollectioncatch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_getraritycountfield", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_getrarityrank", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_getraritybadge", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_composerarityart", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_hextocolorint", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_rollcatchsizecm", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_formatselectedaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_cleartick", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_getuserkey", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice", "to": "fishingservice_fishingservice_rolldecimalrange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fishingservice_fishingservice_enterthread", "to": "fishingservice_fishingservice_getuserkey", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_enterthread", "to": "fishingservice_fishingservice_findorcreatethread", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_isownedfishingthread", "to": "fishingservice_fishingservice_buildthreadname", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_isownedfishingthread", "to": "fishingservice_fishingservice_startsessioninthread", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_isownedfishingthread", "to": "fishingservice_fishingservice_findownedfishingthread", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_startsessioninthread", "to": "fishingservice_fishingservice_getuserkey", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_startsessioninthread", "to": "fishingservice_fishingservice_getactivesession", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_startsessioninthread", "to": "fishingservice_fishingservice_createsessioninthread", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_endthreadbyuser", "to": "fishingservice_fishingservice_getactivesession", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_endthreadbyuser", "to": "fishingservice_fishingservice_getuserkey", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_endthreadbyuser", "to": "fishingservice_fishingservice_findownedfishingthread", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_endthreadbyuser", "to": "fishingservice_fishingservice_deletethread", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_endthreadbyuser", "to": "fishingservice_fishingservice_finishsession", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_handlebutton", "to": "fishingservice_fishingservice_getuserkey", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_handlebutton", "to": "fishingservice_fishingservice_buildcontrolrow", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_handlebutton", "to": "fishingservice_fishingservice_queueaction", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_getprofile", "to": "fishingservice_fishingservice_recordprofileresult", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_getraritydisplaynamebyid", "to": "fishingservice_fishingservice_getraritydisplayname", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_ticksession", "to": "fishingservice_fishingservice_getuserkey", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_ticksession", "to": "fishingservice_fishingservice_cleartick", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_ticksession", "to": "fishingservice_fishingservice_getreactionwindowms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_ticksession", "to": "fishingservice_fishingservice_resolvesuccessfulpull", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_ticksession", "to": "fishingservice_fishingservice_resolvemiss", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_queueaction", "to": "fishingservice_fishingservice_startnextphase", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_queueaction", "to": "fishingservice_fishingservice_rendersession", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_resolvesuccessfulpull", "to": "fishingservice_fishingservice_rollrange", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_resolvesuccessfulpull", "to": "fishingservice_fishingservice_rollcatchsizecm", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_resolvesuccessfulpull", "to": "fishingservice_fishingservice_finishsession", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_resolvesuccessfulpull", "to": "fishingservice_fishingservice_startnextphase", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_resolvesuccessfulpull", "to": "fishingservice_fishingservice_rendersession", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_resolvemiss", "to": "fishingservice_fishingservice_finishsession", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_resolvemiss", "to": "fishingservice_fishingservice_startnextphase", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_resolvemiss", "to": "fishingservice_fishingservice_rendersession", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_startnextphase", "to": "fishingservice_fishingservice_randomdirection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_finishsession", "to": "fishingservice_fishingservice_cleartick", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_finishsession", "to": "fishingservice_fishingservice_recordprofileresult", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_finishsession", "to": "fishingservice_fishingservice_rendersession", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_finishsession", "to": "fishingservice_fishingservice_getuserkey", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_finishsession", "to": "fishingservice_fishingservice_sendcatchresult", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_finishsession", "to": "fishingservice_fishingservice_deletethread", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_getactivesession", "to": "fishingservice_fishingservice_issessionstale", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_getactivesession", "to": "fishingservice_fishingservice_clearstalesession", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_clearstalesession", "to": "fishingservice_fishingservice_cleartick", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_clearstalesession", "to": "fishingservice_fishingservice_getuserkey", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_rendersession", "to": "fishingservice_fishingservice_buildembed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_rendersession", "to": "fishingservice_fishingservice_buildcontrolrow", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_buildembed", "to": "fishingservice_fishingservice_buildgauge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_buildembed", "to": "fishingservice_fishingservice_formatselectedaction", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_buildembed", "to": "fishingservice_fishingservice_hextocolorint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_buildembed", "to": "fishingservice_fishingservice_buildfishlane", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_buildembed", "to": "fishingservice_fishingservice_createsessioninthread", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_buildcontrolrow", "to": "fishingservice_fishingservice_createsessioninthread", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_buildgauge", "to": "fishingservice_fishingservice_previewgauge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_createsessioninthread", "to": "fishingservice_fishingservice_pickfishbyrate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_createsessioninthread", "to": "fishingservice_fishingservice_pickraritybyrate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_createsessioninthread", "to": "fishingservice_fishingservice_randomdirection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_createsessioninthread", "to": "fishingservice_fishingservice_getuserkey", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_findorcreatethread", "to": "fishingservice_fishingservice_buildthreadname", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_sendcatchresult", "to": "fishingservice_fishingservice_pickrandomartpath", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_sendcatchresult", "to": "fishingservice_fishingservice_getraritydisplayname", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_sendcatchresult", "to": "fishingservice_fishingservice_getraritybadge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_sendcatchresult", "to": "fishingservice_fishingservice_hextocolorint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_sendcatchresult", "to": "fishingservice_fishingservice_composerarityart", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_previewfishlane", "to": "fishingservice_fishingservice_buildfishlane", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_previewfishlane", "to": "fishingservice_buildfishinglane", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_previewgauge", "to": "fishingservice_buildfishinggauge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_loadfishingcatalog", "to": "fishingservice_fishingservice_resolveresourcepath", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_pickrandomartpath", "to": "fishingservice_fishingservice_resolveresourcepath", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_resolveresourcepath", "to": "fishingservice_fishingservice_loadfishingrarities", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_recordprofileresult", "to": "fishingservice_fishingservice_getraritycountfield", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_recordprofileresult", "to": "fishingservice_fishingservice_recordcollectioncatch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_recordcollectioncatch", "to": "fishingservice_fishingservice_getrarityrank", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fishingservice_fishingservice_rollcatchsizecm", "to": "fishingservice_fishingservice_rolldecimalrange", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "webhookservice", "to": "webhookservice_webhookservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "webhookservice_webhookservice", "to": "webhookservice_webhookservice_getwebhookclient", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auditlogservice", "to": "auditlogservice_auditlogservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auditlogservice", "to": "eventservice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auditlogservice_auditlogservice", "to": "auditlogservice_auditlogservice_log", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auditlogservice_auditlogservice", "to": "auditlogservice_auditlogservice_setchannel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auditlogservice_auditlogservice", "to": "auditlogservice_auditlogservice_clearchannel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auditlogservice_auditlogservice", "to": "auditlogservice_auditlogservice_getchannel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auditlogservice_auditlogservice", "to": "auditlogservice_auditlogservice_setfilter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auditlogservice_auditlogservice_log", "to": "auditlogservice_auditlogservice_getchannel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "auditlogservice_auditlogservice_getchannel", "to": "auditlogservice_auditlogservice_setfilter", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "eventservice", "to": "eventservice_todiscordtimestamps", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eventservice", "to": "eventservice_buildeventembed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eventservice", "to": "eventservice_resolveannouncementchannel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eventservice", "to": "eventservice_eventservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eventservice_todiscordtimestamps", "to": "eventservice_buildeventembed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "eventservice_buildeventembed", "to": "eventservice_eventservice_announceevent", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "eventservice_buildeventembed", "to": "eventservice_eventservice_processdueevents", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "eventservice_buildeventembed", "to": "eventservice_eventservice_sendreminder", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "eventservice_resolveannouncementchannel", "to": "eventservice_eventservice_announceevent", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "eventservice_resolveannouncementchannel", "to": "eventservice_eventservice_processdueevents", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "eventservice_eventservice", "to": "eventservice_eventservice_announceevent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eventservice_eventservice", "to": "eventservice_eventservice_startreminderloop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eventservice_eventservice", "to": "eventservice_eventservice_stopreminderloop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eventservice_eventservice", "to": "eventservice_eventservice_processdueevents", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eventservice_eventservice", "to": "eventservice_eventservice_sendreminder", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eventservice_eventservice_startreminderloop", "to": "eventservice_eventservice_processdueevents", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "eventservice_eventservice_processdueevents", "to": "eventservice_eventservice_sendreminder", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "FishingGameConcept", "to": "FishingGameConcept", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "files/src/main.ts", "to": "files/src/utils/config.ts", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "Node_A", "to": "Node_B", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "Node_A", "to": "Node_C", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "Node_A", "to": "Node_F", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "Node_A", "to": "Node_G", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "Node_A", "to": "Node_I", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "Node_A", "to": "Node_E", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "Node_A", "to": "Node_H", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "Node_B", "to": "Node_I", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "Node_B", "to": "Node_E", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "Node_C", "to": "Node_G", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "Node_D", "to": "Node_I", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "Node_D", "to": "Node_F", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "Node_H", "to": "Node_I", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}];
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "Community 0", "count": 58}, {"cid": 1, "color": "#F28E2B", "label": "Community 1", "count": 55}, {"cid": 2, "color": "#E15759", "label": "Community 2", "count": 45}, {"cid": 3, "color": "#76B7B2", "label": "Community 3", "count": 20}, {"cid": 4, "color": "#59A14F", "label": "Community 4", "count": 20}, {"cid": 5, "color": "#EDC948", "label": "Community 5", "count": 17}, {"cid": 6, "color": "#B07AA1", "label": "Community 6", "count": 13}, {"cid": 7, "color": "#FF9DA7", "label": "Community 7", "count": 12}, {"cid": 8, "color": "#9C755F", "label": "Community 8", "count": 9}, {"cid": 9, "color": "#BAB0AC", "label": "Community 9", "count": 8}, {"cid": 10, "color": "#4E79A7", "label": "Community 10", "count": 7}, {"cid": 11, "color": "#F28E2B", "label": "Community 11", "count": 6}, {"cid": 12, "color": "#E15759", "label": "Community 12", "count": 6}, {"cid": 13, "color": "#76B7B2", "label": "Community 13", "count": 6}, {"cid": 14, "color": "#59A14F", "label": "Community 14", "count": 5}, {"cid": 15, "color": "#EDC948", "label": "Community 15", "count": 5}, {"cid": 16, "color": "#B07AA1", "label": "Community 16", "count": 4}, {"cid": 17, "color": "#FF9DA7", "label": "Community 17", "count": 4}, {"cid": 18, "color": "#9C755F", "label": "Community 18", "count": 4}, {"cid": 19, "color": "#BAB0AC", "label": "Community 19", "count": 2}, {"cid": 20, "color": "#4E79A7", "label": "Community 20", "count": 2}, {"cid": 21, "color": "#F28E2B", "label": "Community 21", "count": 1}, {"cid": 22, "color": "#E15759", "label": "Community 22", "count": 1}, {"cid": 23, "color": "#76B7B2", "label": "Community 23", "count": 1}, {"cid": 24, "color": "#59A14F", "label": "Community 24", "count": 1}, {"cid": 25, "color": "#EDC948", "label": "Community 25", "count": 1}, {"cid": 26, "color": "#B07AA1", "label": "Community 26", "count": 1}, {"cid": 27, "color": "#FF9DA7", "label": "Community 27", "count": 1}, {"cid": 28, "color": "#9C755F", "label": "Community 28", "count": 1}];
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
function esc(s) {
return String(s).replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;').replace(/"/g,'&quot;').replace(/'/g,'&#39;');
}
// Build vis datasets
const nodesDS = new vis.DataSet(RAW_NODES.map(n => ({
id: n.id, label: n.label, color: n.color, size: n.size,
font: n.font, title: n.title,
_community: n.community, _community_name: n.community_name,
_source_file: n.source_file, _file_type: n.file_type, _degree: n.degree,
})));
const edgesDS = new vis.DataSet(RAW_EDGES.map((e, i) => ({
id: i, from: e.from, to: e.to,
label: '',
title: e.title,
dashes: e.dashes,
width: e.width,
color: e.color,
arrows: { to: { enabled: true, scaleFactor: 0.5 } },
})));
const container = document.getElementById('graph');
const network = new vis.Network(container, { nodes: nodesDS, edges: edgesDS }, {
physics: {
enabled: true,
solver: 'forceAtlas2Based',
forceAtlas2Based: {
gravitationalConstant: -60,
centralGravity: 0.005,
springLength: 120,
springConstant: 0.08,
damping: 0.4,
avoidOverlap: 0.8,
},
stabilization: { iterations: 200, fit: true },
},
interaction: {
hover: true,
tooltipDelay: 100,
hideEdgesOnDrag: true,
navigationButtons: false,
keyboard: false,
},
nodes: { shape: 'dot', borderWidth: 1.5 },
edges: { smooth: { type: 'continuous', roundness: 0.2 }, selectionWidth: 3 },
});
network.once('stabilizationIterationsDone', () => {
network.setOptions({ physics: { enabled: false } });
});
function showInfo(nodeId) {
const n = nodesDS.get(nodeId);
if (!n) return;
const neighborIds = network.getConnectedNodes(nodeId);
const neighborItems = neighborIds.map(nid => {
const nb = nodesDS.get(nid);
const color = nb ? nb.color.background : '#555';
return `<span class="neighbor-link" style="border-left-color:${esc(color)}" onclick="focusNode(${JSON.stringify(nid)})">${esc(nb ? nb.label : nid)}</span>`;
}).join('');
document.getElementById('info-content').innerHTML = `
<div class="field"><b>${esc(n.label)}</b></div>
<div class="field">Type: ${esc(n._file_type || 'unknown')}</div>
<div class="field">Community: ${esc(n._community_name)}</div>
<div class="field">Source: ${esc(n._source_file || '-')}</div>
<div class="field">Degree: ${n._degree}</div>
${neighborIds.length ? `<div class="field" style="margin-top:8px;color:#aaa;font-size:11px">Neighbors (${neighborIds.length})</div><div id="neighbors-list">${neighborItems}</div>` : ''}
`;
}
function focusNode(nodeId) {
network.focus(nodeId, { scale: 1.4, animation: true });
network.selectNodes([nodeId]);
showInfo(nodeId);
}
// Track hovered node — hover detection is more reliable than click params
let hoveredNodeId = null;
network.on('hoverNode', params => {
hoveredNodeId = params.node;
container.style.cursor = 'pointer';
});
network.on('blurNode', () => {
hoveredNodeId = null;
container.style.cursor = 'default';
});
container.addEventListener('click', () => {
if (hoveredNodeId !== null) {
showInfo(hoveredNodeId);
network.selectNodes([hoveredNodeId]);
}
});
network.on('click', params => {
if (params.nodes.length > 0) {
showInfo(params.nodes[0]);
} else if (hoveredNodeId === null) {
document.getElementById('info-content').innerHTML = '<span class="empty">Click a node to inspect it</span>';
}
});
const searchInput = document.getElementById('search');
const searchResults = document.getElementById('search-results');
searchInput.addEventListener('input', () => {
const q = searchInput.value.toLowerCase().trim();
searchResults.innerHTML = '';
if (!q) { searchResults.style.display = 'none'; return; }
const matches = RAW_NODES.filter(n => n.label.toLowerCase().includes(q)).slice(0, 20);
if (!matches.length) { searchResults.style.display = 'none'; return; }
searchResults.style.display = 'block';
matches.forEach(n => {
const el = document.createElement('div');
el.className = 'search-item';
el.textContent = n.label;
el.style.borderLeft = `3px solid ${n.color.background}`;
el.style.paddingLeft = '8px';
el.onclick = () => {
network.focus(n.id, { scale: 1.5, animation: true });
network.selectNodes([n.id]);
showInfo(n.id);
searchResults.style.display = 'none';
searchInput.value = '';
};
searchResults.appendChild(el);
});
});
document.addEventListener('click', e => {
if (!searchResults.contains(e.target) && e.target !== searchInput)
searchResults.style.display = 'none';
});
const hiddenCommunities = new Set();
const legendEl = document.getElementById('legend');
LEGEND.forEach(c => {
const item = document.createElement('div');
item.className = 'legend-item';
item.innerHTML = `<div class="legend-dot" style="background:${c.color}"></div>
<span class="legend-label">${c.label}</span>
<span class="legend-count">${c.count}</span>`;
item.onclick = () => {
if (hiddenCommunities.has(c.cid)) {
hiddenCommunities.delete(c.cid);
item.classList.remove('dimmed');
} else {
hiddenCommunities.add(c.cid);
item.classList.add('dimmed');
}
const updates = RAW_NODES
.filter(n => n.community === c.cid)
.map(n => ({ id: n.id, hidden: hiddenCommunities.has(c.cid) }));
nodesDS.update(updates);
};
legendEl.appendChild(item);
});
</script>
<script>
// Render hyperedges as shaded regions
const hyperedges = [];
function drawHyperedges() {
const canvas = network.canvas.frame.canvas;
const ctx = canvas.getContext('2d');
hyperedges.forEach(h => {
const positions = h.nodes
.map(nid => network.getPositions([nid])[nid])
.filter(p => p !== undefined);
if (positions.length < 2) return;
// Draw convex hull as filled polygon
ctx.save();
ctx.globalAlpha = 0.12;
ctx.fillStyle = '#6366f1';
ctx.strokeStyle = '#6366f1';
ctx.lineWidth = 2;
ctx.beginPath();
const scale = network.getScale();
const offset = network.getViewPosition();
const toCanvas = (p) => ({
x: (p.x - offset.x) * scale + canvas.width / 2,
y: (p.y - offset.y) * scale + canvas.height / 2
});
const pts = positions.map(toCanvas);
// Expand hull slightly
const cx = pts.reduce((s, p) => s + p.x, 0) / pts.length;
const cy = pts.reduce((s, p) => s + p.y, 0) / pts.length;
const expanded = pts.map(p => ({
x: cx + (p.x - cx) * 1.15,
y: cy + (p.y - cy) * 1.15
}));
ctx.moveTo(expanded[0].x, expanded[0].y);
expanded.slice(1).forEach(p => ctx.lineTo(p.x, p.y));
ctx.closePath();
ctx.fill();
ctx.globalAlpha = 0.4;
ctx.stroke();
// Label
ctx.globalAlpha = 0.8;
ctx.fillStyle = '#4f46e5';
ctx.font = 'bold 11px sans-serif';
ctx.textAlign = 'center';
ctx.fillText(h.label, cx, cy - 5);
ctx.restore();
});
}
network.on('afterDrawing', drawHyperedges);
</script>
</body>
</html>