mirror of
https://github.com/Dvorinka/beszel.git
synced 2026-06-03 21:02:56 +00:00
7727be166b
Introduces the ability for registered users to trigger Beszel container updates directly from the web interface. - Added `app_update` logic to the hub to pull the latest image from GHCR and recreate the container. - Implemented `/api/beszel/update` and `/api/beszel/update/apply` endpoints. - Added a new `AppUpdatePanel` in the settings UI to check for and apply updates. - Added update notifications in the navbar and settings. - Updated `docker-compose.yml` and `README.md` to include the required Docker socket mount for update functionality. - Added a new public status page route that bypasses authentication. - Refactored several TypeScript interfaces to replace `any` with `unknown` or specific types for better type safety. - Updated localization files to support new update-related strings.
276 lines
971 KiB
HTML
276 lines
971 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; }
|
|
#legend-controls { display: flex; gap: 6px; margin-bottom: 8px; }
|
|
#legend-controls button { flex: 1; background: #0f0f1a; border: 1px solid #3a3a5e; color: #aaa; padding: 4px 0; border-radius: 4px; font-size: 11px; cursor: pointer; }
|
|
#legend-controls button:hover { border-color: #4E79A7; color: #e0e0e0; }
|
|
</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-controls">
|
|
<button onclick="toggleAllCommunities(false)">Show All</button>
|
|
<button onclick="toggleAllCommunities(true)">Hide All</button>
|
|
</div>
|
|
<div id="legend"></div>
|
|
</div>
|
|
<div id="stats">1124 nodes · 2082 edges · 30 communities</div>
|
|
</div>
|
|
<script>
|
|
const RAW_NODES = [{"id": "agent_gpumanager", "label": "GPUManager", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 22.5, "font": {"size": 12, "color": "#ffffff"}, "title": "GPUManager", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_darwin.go", "file_type": "code", "degree": 40}, {"id": "agent_gpumanager_hasamdsysfs", "label": ".hasAmdSysfs()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".hasAmdSysfs()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_amd_linux.go", "file_type": "code", "degree": 1}, {"id": "agent_gpumanager_collectamdstats", "label": ".collectAmdStats()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".collectAmdStats()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_amd_linux.go", "file_type": "code", "degree": 6}, {"id": "agent_data_dir_getdatadir", "label": "GetDataDir()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetDataDir()", "community": 4, "community_name": "Community 4", "source_file": "agent/data_dir.go", "file_type": "code", "degree": 4}, {"id": "agent_data_dir_testdatadirs", "label": "testDataDirs()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "testDataDirs()", "community": 4, "community_name": "Community 4", "source_file": "agent/data_dir.go", "file_type": "code", "degree": 2}, {"id": "agent_agent", "label": "Agent", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 20.9, "font": {"size": 12, "color": "#ffffff"}, "title": "Agent", "community": 1, "community_name": "Community 1", "source_file": "agent/agent_test_helpers.go", "file_type": "code", "degree": 35}, {"id": "agent_agent_refreshsystemdetails", "label": ".refreshSystemDetails()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".refreshSystemDetails()", "community": 1, "community_name": "Community 1", "source_file": "agent/system.go", "file_type": "code", "degree": 5}, {"id": "agent_agent_attachsystemdetails", "label": ".attachSystemDetails()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".attachSystemDetails()", "community": 1, "community_name": "Community 1", "source_file": "agent/system.go", "file_type": "code", "degree": 1}, {"id": "agent_agent_updatesystemdetails", "label": ".updateSystemDetails()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateSystemDetails()", "community": 1, "community_name": "Community 1", "source_file": "agent/system.go", "file_type": "code", "degree": 1}, {"id": "agent_agent_getsystemstats", "label": ".getSystemStats()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getSystemStats()", "community": 14, "community_name": "Community 14", "source_file": "agent/system.go", "file_type": "code", "degree": 6}, {"id": "agent_system_getosprettyname", "label": "getOsPrettyName()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "getOsPrettyName()", "community": 1, "community_name": "Community 1", "source_file": "agent/system.go", "file_type": "code", "degree": 2}, {"id": "agent_sensors_test_testgettempswithtimeout", "label": "TestGetTempsWithTimeout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestGetTempsWithTimeout()", "community": 0, "community_name": "Community 0", "source_file": "agent/sensors_test.go", "file_type": "code", "degree": 2}, {"id": "agent_sensors_test_testupdatetemperaturesskipsontimeout", "label": "TestUpdateTemperaturesSkipsOnTimeout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestUpdateTemperaturesSkipsOnTimeout()", "community": 0, "community_name": "Community 0", "source_file": "agent/sensors_test.go", "file_type": "code", "degree": 1}, {"id": "agent_fingerprint_generatefingerprint", "label": "generateFingerprint()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "generateFingerprint()", "community": 1, "community_name": "Community 1", "source_file": "agent/fingerprint.go", "file_type": "code", "degree": 2}, {"id": "agent_fingerprint_readfingerprint", "label": "readFingerprint()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "readFingerprint()", "community": 2, "community_name": "Community 2", "source_file": "agent/fingerprint.go", "file_type": "code", "degree": 1}, {"id": "agent_smartmanager", "label": "SmartManager", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 18.4, "font": {"size": 12, "color": "#ffffff"}, "title": "SmartManager", "community": 11, "community_name": "Community 11", "source_file": "agent/mdraid_linux.go", "file_type": "code", "degree": 27}, {"id": "agent_smartmanager_collectemmchealth", "label": ".collectEmmcHealth()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".collectEmmcHealth()", "community": 11, "community_name": "Community 11", "source_file": "agent/emmc_linux.go", "file_type": "code", "degree": 1}, {"id": "agent_agent_startserver", "label": ".StartServer()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".StartServer()", "community": 2, "community_name": "Community 2", "source_file": "agent/server.go", "file_type": "code", "degree": 6}, {"id": "agent_agent_gethubversion", "label": ".getHubVersion()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getHubVersion()", "community": 1, "community_name": "Community 1", "source_file": "agent/server.go", "file_type": "code", "degree": 2}, {"id": "agent_agent_handlesession", "label": ".handleSession()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleSession()", "community": 1, "community_name": "Community 1", "source_file": "agent/server.go", "file_type": "code", "degree": 4}, {"id": "agent_agent_handlesshrequest", "label": ".handleSSHRequest()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleSSHRequest()", "community": 1, "community_name": "Community 1", "source_file": "agent/server.go", "file_type": "code", "degree": 2}, {"id": "agent_agent_handlelegacystats", "label": ".handleLegacyStats()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleLegacyStats()", "community": 1, "community_name": "Community 1", "source_file": "agent/server.go", "file_type": "code", "degree": 3}, {"id": "agent_agent_writetosession", "label": ".writeToSession()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".writeToSession()", "community": 1, "community_name": "Community 1", "source_file": "agent/server.go", "file_type": "code", "degree": 2}, {"id": "agent_server_getaddress", "label": "GetAddress()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "GetAddress()", "community": 4, "community_name": "Community 4", "source_file": "agent/server.go", "file_type": "code", "degree": 2}, {"id": "agent_server_getnetwork", "label": "GetNetwork()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "GetNetwork()", "community": 4, "community_name": "Community 4", "source_file": "agent/server.go", "file_type": "code", "degree": 3}, {"id": "agent_agent_stopserver", "label": ".StopServer()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".StopServer()", "community": 1, "community_name": "Community 1", "source_file": "agent/server.go", "file_type": "code", "degree": 3}, {"id": "agent_network_test_testloadandticknetbaseline", "label": "TestLoadAndTickNetBaseline()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestLoadAndTickNetBaseline()", "community": 0, "community_name": "Community 0", "source_file": "agent/network_test.go", "file_type": "code", "degree": 1}, {"id": "agent_systemdmanager_getservicedetails", "label": ".getServiceDetails()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getServiceDetails()", "community": 2, "community_name": "Community 2", "source_file": "agent/systemd.go", "file_type": "code", "degree": 1}, {"id": "agent_gpumanager_updateintelfromstats", "label": ".updateIntelFromStats()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateIntelFromStats()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_intel.go", "file_type": "code", "degree": 3}, {"id": "agent_gpumanager_collectintelstats", "label": ".collectIntelStats()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".collectIntelStats()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_intel.go", "file_type": "code", "degree": 5}, {"id": "agent_gpumanager_parseintelheaders", "label": ".parseIntelHeaders()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".parseIntelHeaders()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_intel.go", "file_type": "code", "degree": 4}, {"id": "agent_gpumanager_parseinteldata", "label": ".parseIntelData()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".parseIntelData()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_intel.go", "file_type": "code", "degree": 3}, {"id": "agent_connection_manager_test_go", "label": "connection_manager_test.go", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "connection_manager_test.go", "community": 4, "community_name": "Community 4", "source_file": "agent/connection_manager_test.go", "file_type": "code", "degree": 12}, {"id": "agent_connection_manager_test_createtestagent", "label": "createTestAgent()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.6, "font": {"size": 12, "color": "#ffffff"}, "title": "createTestAgent()", "community": 4, "community_name": "Community 4", "source_file": "agent/connection_manager_test.go", "file_type": "code", "degree": 18}, {"id": "agent_connection_manager_test_testconnectionmanager_newconnectionmanager", "label": "TestConnectionManager_NewConnectionManager()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestConnectionManager_NewConnectionManager()", "community": 4, "community_name": "Community 4", "source_file": "agent/connection_manager_test.go", "file_type": "code", "degree": 3}, {"id": "agent_connection_manager_test_testconnectionmanager_statetransitions", "label": "TestConnectionManager_StateTransitions()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestConnectionManager_StateTransitions()", "community": 4, "community_name": "Community 4", "source_file": "agent/connection_manager_test.go", "file_type": "code", "degree": 2}, {"id": "agent_connection_manager_test_testconnectionmanager_eventhandling", "label": "TestConnectionManager_EventHandling()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestConnectionManager_EventHandling()", "community": 4, "community_name": "Community 4", "source_file": "agent/connection_manager_test.go", "file_type": "code", "degree": 2}, {"id": "agent_connection_manager_test_testconnectionmanager_tickermanagement", "label": "TestConnectionManager_TickerManagement()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestConnectionManager_TickerManagement()", "community": 4, "community_name": "Community 4", "source_file": "agent/connection_manager_test.go", "file_type": "code", "degree": 2}, {"id": "agent_connection_manager_test_testconnectionmanager_websocketconnectionflow", "label": "TestConnectionManager_WebSocketConnectionFlow()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestConnectionManager_WebSocketConnectionFlow()", "community": 4, "community_name": "Community 4", "source_file": "agent/connection_manager_test.go", "file_type": "code", "degree": 3}, {"id": "agent_connection_manager_test_testconnectionmanager_reconnectionlogic", "label": "TestConnectionManager_ReconnectionLogic()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestConnectionManager_ReconnectionLogic()", "community": 4, "community_name": "Community 4", "source_file": "agent/connection_manager_test.go", "file_type": "code", "degree": 2}, {"id": "agent_connection_manager_test_testconnectionmanager_connectwithratelimit", "label": "TestConnectionManager_ConnectWithRateLimit()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestConnectionManager_ConnectWithRateLimit()", "community": 4, "community_name": "Community 4", "source_file": "agent/connection_manager_test.go", "file_type": "code", "degree": 3}, {"id": "agent_connection_manager_test_testconnectionmanager_startwithinvalidconfig", "label": "TestConnectionManager_StartWithInvalidConfig()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestConnectionManager_StartWithInvalidConfig()", "community": 4, "community_name": "Community 4", "source_file": "agent/connection_manager_test.go", "file_type": "code", "degree": 2}, {"id": "agent_connection_manager_test_testconnectionmanager_closewebsocket", "label": "TestConnectionManager_CloseWebSocket()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestConnectionManager_CloseWebSocket()", "community": 4, "community_name": "Community 4", "source_file": "agent/connection_manager_test.go", "file_type": "code", "degree": 3}, {"id": "agent_connection_manager_test_testconnectionmanager_connectflow", "label": "TestConnectionManager_ConnectFlow()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestConnectionManager_ConnectFlow()", "community": 4, "community_name": "Community 4", "source_file": "agent/connection_manager_test.go", "file_type": "code", "degree": 2}, {"id": "agent_connection_manager_test_testshouldexitonerr", "label": "TestShouldExitOnErr()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestShouldExitOnErr()", "community": 1, "community_name": "Community 1", "source_file": "agent/connection_manager_test.go", "file_type": "code", "degree": 3}, {"id": "agent_gpu_go", "label": "gpu.go", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "gpu.go", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 4}, {"id": "agent_gpucollector_start", "label": ".start()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".start()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 6}, {"id": "agent_gpumanager_getjetsonparser", "label": ".getJetsonParser()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getJetsonParser()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 2}, {"id": "agent_gpumanager_parsenvidiadata", "label": ".parseNvidiaData()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".parseNvidiaData()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 2}, {"id": "agent_gpumanager_parseamddata", "label": ".parseAmdData()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".parseAmdData()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 2}, {"id": "agent_gpumanager_getcurrentdata", "label": ".GetCurrentData()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetCurrentData()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 8}, {"id": "agent_gpumanager_initializesnapshots", "label": ".initializeSnapshots()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".initializeSnapshots()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 2}, {"id": "agent_gpumanager_countgpunames", "label": ".countGPUNames()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".countGPUNames()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 2}, {"id": "agent_gpumanager_calculategpuaverage", "label": ".calculateGPUAverage()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".calculateGPUAverage()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 7}, {"id": "agent_gpumanager_calculatedeltacount", "label": ".calculateDeltaCount()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".calculateDeltaCount()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 2}, {"id": "agent_gpumanager_calculatedeltas", "label": ".calculateDeltas()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".calculateDeltas()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 2}, {"id": "agent_gpumanager_calculateintelgpuusage", "label": ".calculateIntelGPUUsage()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".calculateIntelGPUUsage()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 4}, {"id": "agent_gpumanager_updateinstantaneousvalues", "label": ".updateInstantaneousValues()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateInstantaneousValues()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 3}, {"id": "agent_gpumanager_storesnapshot", "label": ".storeSnapshot()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".storeSnapshot()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 3}, {"id": "agent_gpumanager_discovergpucapabilities", "label": ".discoverGpuCapabilities()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".discoverGpuCapabilities()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 2}, {"id": "agent_gpu_hasanygpucollector", "label": "hasAnyGpuCollector()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "hasAnyGpuCollector()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 2}, {"id": "agent_gpumanager_startintelcollector", "label": ".startIntelCollector()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".startIntelCollector()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 4}, {"id": "agent_gpumanager_startnvidiasmicollector", "label": ".startNvidiaSmiCollector()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".startNvidiaSmiCollector()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 3}, {"id": "agent_gpumanager_starttegrastatscollector", "label": ".startTegraStatsCollector()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".startTegraStatsCollector()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 4}, {"id": "agent_gpumanager_startrocmsmicollector", "label": ".startRocmSmiCollector()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".startRocmSmiCollector()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 4}, {"id": "agent_gpumanager_collectordefinitions", "label": ".collectorDefinitions()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".collectorDefinitions()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 7}, {"id": "agent_gpu_parsecollectorpriority", "label": "parseCollectorPriority()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "parseCollectorPriority()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 4}, {"id": "agent_gpumanager_startnvmlcollector", "label": ".startNvmlCollector()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".startNvmlCollector()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 4}, {"id": "agent_gpumanager_startamdsysfscollector", "label": ".startAmdSysfsCollector()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".startAmdSysfsCollector()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 3}, {"id": "agent_gpumanager_startcollectorsbypriority", "label": ".startCollectorsByPriority()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".startCollectorsByPriority()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 6}, {"id": "agent_gpumanager_resolvelegacycollectorpriority", "label": ".resolveLegacyCollectorPriority()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".resolveLegacyCollectorPriority()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 4}, {"id": "agent_gpu_newgpumanager", "label": "NewGPUManager()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "NewGPUManager()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu.go", "file_type": "code", "degree": 15}, {"id": "agent_agent_go", "label": "agent.go", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "agent.go", "community": 4, "community_name": "Community 4", "source_file": "agent/agent.go", "file_type": "code", "degree": 2}, {"id": "agent_agent_newagent", "label": "NewAgent()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": "NewAgent()", "community": 4, "community_name": "Community 4", "source_file": "agent/agent.go", "file_type": "code", "degree": 25}, {"id": "agent_agent_gatherstats", "label": ".gatherStats()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".gatherStats()", "community": 1, "community_name": "Community 1", "source_file": "agent/agent.go", "file_type": "code", "degree": 4}, {"id": "agent_agent_start", "label": ".Start()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Start()", "community": 1, "community_name": "Community 1", "source_file": "agent/agent.go", "file_type": "code", "degree": 1}, {"id": "agent_agent_getfingerprint", "label": ".getFingerprint()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getFingerprint()", "community": 1, "community_name": "Community 1", "source_file": "agent/agent.go", "file_type": "code", "degree": 1}, {"id": "agent_smartmanager_collectmdraidhealth", "label": ".collectMdraidHealth()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".collectMdraidHealth()", "community": 11, "community_name": "Community 11", "source_file": "agent/mdraid_linux.go", "file_type": "code", "degree": 1}, {"id": "agent_handlers_newhandlerregistry", "label": "NewHandlerRegistry()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "NewHandlerRegistry()", "community": 4, "community_name": "Community 4", "source_file": "agent/handlers.go", "file_type": "code", "degree": 1}, {"id": "agent_handlerregistry_handle", "label": ".Handle()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".Handle()", "community": 2, "community_name": "Community 2", "source_file": "agent/handlers.go", "file_type": "code", "degree": 2}, {"id": "agent_getsystemdinfohandler_handle", "label": ".Handle()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".Handle()", "community": 2, "community_name": "Community 2", "source_file": "agent/handlers.go", "file_type": "code", "degree": 2}, {"id": "agent_agent_newsensorconfig", "label": ".newSensorConfig()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".newSensorConfig()", "community": 1, "community_name": "Community 1", "source_file": "agent/sensors.go", "file_type": "code", "degree": 3}, {"id": "agent_agent_newsensorconfigwithenv", "label": ".newSensorConfigWithEnv()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".newSensorConfigWithEnv()", "community": 1, "community_name": "Community 1", "source_file": "agent/sensors.go", "file_type": "code", "degree": 5}, {"id": "agent_agent_updatetemperatures", "label": ".updateTemperatures()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateTemperatures()", "community": 1, "community_name": "Community 1", "source_file": "agent/sensors.go", "file_type": "code", "degree": 7}, {"id": "agent_agent_gettempswithpanicrecovery", "label": ".getTempsWithPanicRecovery()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getTempsWithPanicRecovery()", "community": 1, "community_name": "Community 1", "source_file": "agent/sensors.go", "file_type": "code", "degree": 2}, {"id": "agent_agent_gettempswithtimeout", "label": ".getTempsWithTimeout()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getTempsWithTimeout()", "community": 1, "community_name": "Community 1", "source_file": "agent/sensors.go", "file_type": "code", "degree": 3}, {"id": "agent_smart_test_testresolverefresherror", "label": "TestResolveRefreshError()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestResolveRefreshError()", "community": 2, "community_name": "Community 2", "source_file": "agent/smart_test.go", "file_type": "code", "degree": 1}, {"id": "agent_smart_test_testlookupdarwinnvmecapacityprovidererror", "label": "TestLookupDarwinNvmeCapacityProviderError()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestLookupDarwinNvmeCapacityProviderError()", "community": 2, "community_name": "Community 2", "source_file": "agent/smart_test.go", "file_type": "code", "degree": 1}, {"id": "agent_gpumanager_startpowermetricscollector", "label": ".startPowermetricsCollector()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".startPowermetricsCollector()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_darwin.go", "file_type": "code", "degree": 4}, {"id": "agent_gpumanager_startmacmoncollector", "label": ".startMacmonCollector()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".startMacmonCollector()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_darwin.go", "file_type": "code", "degree": 4}, {"id": "agent_gpu_test_testcollectorstarthelpers", "label": "TestCollectorStartHelpers()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestCollectorStartHelpers()", "community": 0, "community_name": "Community 0", "source_file": "agent/gpu_test.go", "file_type": "code", "degree": 1}, {"id": "agent_gpu_test_testnewgpumanagerprioritynvtopfallback", "label": "TestNewGPUManagerPriorityNvtopFallback()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestNewGPUManagerPriorityNvtopFallback()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_test.go", "file_type": "code", "degree": 2}, {"id": "agent_gpu_test_testnewgpumanagerprioritymixedcollectors", "label": "TestNewGPUManagerPriorityMixedCollectors()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestNewGPUManagerPriorityMixedCollectors()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_test.go", "file_type": "code", "degree": 2}, {"id": "agent_gpu_test_testnewgpumanagerprioritynvmlfallbacktonvidiasmi", "label": "TestNewGPUManagerPriorityNvmlFallbackToNvidiaSmi()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestNewGPUManagerPriorityNvmlFallbackToNvidiaSmi()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_test.go", "file_type": "code", "degree": 2}, {"id": "agent_gpu_test_testnewgpumanagerconfiguredcollectorsmuststart", "label": "TestNewGPUManagerConfiguredCollectorsMustStart()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestNewGPUManagerConfiguredCollectorsMustStart()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_test.go", "file_type": "code", "degree": 1}, {"id": "agent_gpu_test_testnewgpumanagerconfigurednvmlbypassescapabilitygate", "label": "TestNewGPUManagerConfiguredNvmlBypassesCapabilityGate()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestNewGPUManagerConfiguredNvmlBypassesCapabilityGate()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_test.go", "file_type": "code", "degree": 1}, {"id": "agent_gpu_test_testnewgpumanagerjetsonignorescollectorconfig", "label": "TestNewGPUManagerJetsonIgnoresCollectorConfig()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestNewGPUManagerJetsonIgnoresCollectorConfig()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_test.go", "file_type": "code", "degree": 2}, {"id": "agent_diskdiscovery_addfsstat", "label": ".addFsStat()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".addFsStat()", "community": 1, "community_name": "Community 1", "source_file": "agent/disk.go", "file_type": "code", "degree": 1}, {"id": "agent_agent_initializediskinfo", "label": ".initializeDiskInfo()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".initializeDiskInfo()", "community": 1, "community_name": "Community 1", "source_file": "agent/disk.go", "file_type": "code", "degree": 7}, {"id": "agent_agent_pruneduplicaterootextrafilesystems", "label": ".pruneDuplicateRootExtraFilesystems()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".pruneDuplicateRootExtraFilesystems()", "community": 1, "community_name": "Community 1", "source_file": "agent/disk.go", "file_type": "code", "degree": 3}, {"id": "agent_disk_findiodevice", "label": "findIoDevice()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "findIoDevice()", "community": 1, "community_name": "Community 1", "source_file": "agent/disk.go", "file_type": "code", "degree": 2}, {"id": "agent_agent_initializediskiostats", "label": ".initializeDiskIoStats()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".initializeDiskIoStats()", "community": 1, "community_name": "Community 1", "source_file": "agent/disk.go", "file_type": "code", "degree": 4}, {"id": "agent_agent_updatediskusage", "label": ".updateDiskUsage()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateDiskUsage()", "community": 1, "community_name": "Community 1", "source_file": "agent/disk.go", "file_type": "code", "degree": 2}, {"id": "agent_agent_updatediskio", "label": ".updateDiskIo()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateDiskIo()", "community": 1, "community_name": "Community 1", "source_file": "agent/disk.go", "file_type": "code", "degree": 4}, {"id": "agent_agent_getrootmountpoint", "label": ".getRootMountPoint()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getRootMountPoint()", "community": 1, "community_name": "Community 1", "source_file": "agent/disk.go", "file_type": "code", "degree": 3}, {"id": "agent_server_test_teststartserver", "label": "TestStartServer()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestStartServer()", "community": 4, "community_name": "Community 4", "source_file": "agent/server_test.go", "file_type": "code", "degree": 2}, {"id": "agent_server_test_teststartserverdisablessh", "label": "TestStartServerDisableSSH()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestStartServerDisableSSH()", "community": 4, "community_name": "Community 4", "source_file": "agent/server_test.go", "file_type": "code", "degree": 1}, {"id": "agent_server_test_testgethubversion", "label": "TestGetHubVersion()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestGetHubVersion()", "community": 4, "community_name": "Community 4", "source_file": "agent/server_test.go", "file_type": "code", "degree": 1}, {"id": "agent_server_test_testwritetosessionencoding", "label": "TestWriteToSessionEncoding()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestWriteToSessionEncoding()", "community": 4, "community_name": "Community 4", "source_file": "agent/server_test.go", "file_type": "code", "degree": 2}, {"id": "agent_server_test_testhubversioncaching", "label": "TestHubVersionCaching()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestHubVersionCaching()", "community": 4, "community_name": "Community 4", "source_file": "agent/server_test.go", "file_type": "code", "degree": 1}, {"id": "agent_dockermanager", "label": "dockerManager", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "dockerManager", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 24}, {"id": "agent_dockermanager_cyclecpudeltas", "label": ".cycleCpuDeltas()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".cycleCpuDeltas()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker_test.go", "file_type": "code", "degree": 1}, {"id": "agent_docker_test_testcheckdockerversion", "label": "TestCheckDockerVersion()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestCheckDockerVersion()", "community": 2, "community_name": "Community 2", "source_file": "agent/docker_test.go", "file_type": "code", "degree": 1}, {"id": "agent_docker_test_testconstantsandutilityfunctions", "label": "TestConstantsAndUtilityFunctions()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestConstantsAndUtilityFunctions()", "community": 1, "community_name": "Community 1", "source_file": "agent/docker_test.go", "file_type": "code", "degree": 1}, {"id": "agent_agent_cache_newsystemdatacache", "label": "NewSystemDataCache()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "NewSystemDataCache()", "community": 0, "community_name": "Community 0", "source_file": "agent/agent_cache.go", "file_type": "code", "degree": 5}, {"id": "agent_systemd_newsystemdmanager", "label": "newSystemdManager()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "newSystemdManager()", "community": 4, "community_name": "Community 4", "source_file": "agent/systemd.go", "file_type": "code", "degree": 5}, {"id": "agent_systemdmanager_startworker", "label": ".startWorker()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".startWorker()", "community": 4, "community_name": "Community 4", "source_file": "agent/systemd.go", "file_type": "code", "degree": 2}, {"id": "agent_systemd_getservicepatterns", "label": "getServicePatterns()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "getServicePatterns()", "community": 4, "community_name": "Community 4", "source_file": "agent/systemd.go", "file_type": "code", "degree": 3}, {"id": "agent_gpumanager_parsenvtopdata", "label": ".parseNvtopData()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".parseNvtopData()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_nvtop.go", "file_type": "code", "degree": 3}, {"id": "agent_gpumanager_updatenvtopsnapshots", "label": ".updateNvtopSnapshots()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateNvtopSnapshots()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_nvtop.go", "file_type": "code", "degree": 4}, {"id": "agent_gpumanager_collectnvtopstats", "label": ".collectNvtopStats()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".collectNvtopStats()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_nvtop.go", "file_type": "code", "degree": 3}, {"id": "agent_gpumanager_startnvtopcollector", "label": ".startNvtopCollector()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".startNvtopCollector()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_nvtop.go", "file_type": "code", "degree": 4}, {"id": "agent_gpumanager_updateamdgpudata", "label": ".updateAmdGpuData()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateAmdGpuData()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_amd_linux.go", "file_type": "code", "degree": 2}, {"id": "agent_client_go", "label": "client.go", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "client.go", "community": 4, "community_name": "Community 4", "source_file": "agent/client.go", "file_type": "code", "degree": 2}, {"id": "agent_client_newwebsocketclient", "label": "newWebSocketClient()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "newWebSocketClient()", "community": 4, "community_name": "Community 4", "source_file": "agent/client.go", "file_type": "code", "degree": 15}, {"id": "agent_client_gettoken", "label": "getToken()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getToken()", "community": 4, "community_name": "Community 4", "source_file": "agent/client.go", "file_type": "code", "degree": 4}, {"id": "agent_websocketclient_getoptions", "label": ".getOptions()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getOptions()", "community": 4, "community_name": "Community 4", "source_file": "agent/client.go", "file_type": "code", "degree": 1}, {"id": "agent_websocketclient_handleauthchallenge", "label": ".handleAuthChallenge()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleAuthChallenge()", "community": 4, "community_name": "Community 4", "source_file": "agent/client.go", "file_type": "code", "degree": 2}, {"id": "agent_websocketclient_verifysignature", "label": ".verifySignature()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".verifySignature()", "community": 4, "community_name": "Community 4", "source_file": "agent/client.go", "file_type": "code", "degree": 2}, {"id": "agent_agent_updatenetworkstats", "label": ".updateNetworkStats()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateNetworkStats()", "community": 1, "community_name": "Community 1", "source_file": "agent/network.go", "file_type": "code", "degree": 7}, {"id": "agent_agent_initializenetiostats", "label": ".initializeNetIoStats()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".initializeNetIoStats()", "community": 1, "community_name": "Community 1", "source_file": "agent/network.go", "file_type": "code", "degree": 5}, {"id": "agent_agent_ensurenetinterfacesinitialized", "label": ".ensureNetInterfacesInitialized()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".ensureNetInterfacesInitialized()", "community": 1, "community_name": "Community 1", "source_file": "agent/network.go", "file_type": "code", "degree": 4}, {"id": "agent_agent_ensurenetworkinterfacesmap", "label": ".ensureNetworkInterfacesMap()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ensureNetworkInterfacesMap()", "community": 1, "community_name": "Community 1", "source_file": "agent/network.go", "file_type": "code", "degree": 2}, {"id": "agent_agent_loadandticknetbaseline", "label": ".loadAndTickNetBaseline()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".loadAndTickNetBaseline()", "community": 1, "community_name": "Community 1", "source_file": "agent/network.go", "file_type": "code", "degree": 2}, {"id": "agent_agent_sumandtrackpernicdeltas", "label": ".sumAndTrackPerNicDeltas()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".sumAndTrackPerNicDeltas()", "community": 1, "community_name": "Community 1", "source_file": "agent/network.go", "file_type": "code", "degree": 2}, {"id": "agent_agent_computebytespersecond", "label": ".computeBytesPerSecond()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".computeBytesPerSecond()", "community": 1, "community_name": "Community 1", "source_file": "agent/network.go", "file_type": "code", "degree": 2}, {"id": "agent_agent_applynetworktotals", "label": ".applyNetworkTotals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".applyNetworkTotals()", "community": 1, "community_name": "Community 1", "source_file": "agent/network.go", "file_type": "code", "degree": 5}, {"id": "agent_smart_go", "label": "smart.go", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "smart.go", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 3}, {"id": "agent_smartmanager_refresh", "label": ".Refresh()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Refresh()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 6}, {"id": "agent_smartmanager_devicessnapshot", "label": ".devicesSnapshot()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".devicesSnapshot()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 4}, {"id": "agent_smartmanager_resolverefresherror", "label": ".resolveRefreshError()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".resolveRefreshError()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 3}, {"id": "agent_smartmanager_getcurrentdata", "label": ".GetCurrentData()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetCurrentData()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 2}, {"id": "agent_smartmanager_scandevices", "label": ".ScanDevices()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ScanDevices()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 12}, {"id": "agent_smartmanager_parseconfigureddevices", "label": ".parseConfiguredDevices()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".parseConfiguredDevices()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 4}, {"id": "agent_smartmanager_refreshexcludeddevices", "label": ".refreshExcludedDevices()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".refreshExcludedDevices()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 3}, {"id": "agent_smartmanager_isexcludeddevice", "label": ".isExcludedDevice()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".isExcludedDevice()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 2}, {"id": "agent_smartmanager_filterexcludeddevices", "label": ".filterExcludedDevices()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".filterExcludedDevices()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 3}, {"id": "agent_smartmanager_parsesmartoutput", "label": ".parseSmartOutput()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".parseSmartOutput()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 4}, {"id": "agent_smartmanager_collectsmart", "label": ".CollectSmart()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".CollectSmart()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 9}, {"id": "agent_smartmanager_smartctlargs", "label": ".smartctlArgs()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".smartctlArgs()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 2}, {"id": "agent_smartmanager_hasdatafordevice", "label": ".hasDataForDevice()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".hasDataForDevice()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 2}, {"id": "agent_smartmanager_parsescan", "label": ".parseScan()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".parseScan()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 4}, {"id": "agent_smartmanager_updatesmartdevices", "label": ".updateSmartDevices()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateSmartDevices()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 3}, {"id": "agent_smartmanager_isvirtualdevice", "label": ".isVirtualDevice()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".isVirtualDevice()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 3}, {"id": "agent_smartmanager_isvirtualdevicenvme", "label": ".isVirtualDeviceNvme()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".isVirtualDeviceNvme()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 3}, {"id": "agent_smartmanager_isvirtualdevicescsi", "label": ".isVirtualDeviceScsi()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".isVirtualDeviceScsi()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 3}, {"id": "agent_smartmanager_isvirtualdevicefromstrings", "label": ".isVirtualDeviceFromStrings()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".isVirtualDeviceFromStrings()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 4}, {"id": "agent_smartmanager_parsesmartforsata", "label": ".parseSmartForSata()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".parseSmartForSata()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 4}, {"id": "agent_smartmanager_parsesmartforscsi", "label": ".parseSmartForScsi()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".parseSmartForScsi()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 4}, {"id": "agent_smart_parsescsigigabytesprocessed", "label": "parseScsiGigabytesProcessed()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "parseScsiGigabytesProcessed()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 3}, {"id": "agent_smartmanager_lookupdarwinnvmecapacity", "label": ".lookupDarwinNvmeCapacity()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".lookupDarwinNvmeCapacity()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 4}, {"id": "agent_smartmanager_parsesmartfornvme", "label": ".parseSmartForNvme()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".parseSmartForNvme()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 4}, {"id": "agent_smartmanager_detectsmartctl", "label": ".detectSmartctl()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".detectSmartctl()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 2}, {"id": "agent_smart_newsmartmanager", "label": "NewSmartManager()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "NewSmartManager()", "community": 11, "community_name": "Community 11", "source_file": "agent/smart.go", "file_type": "code", "degree": 6}, {"id": "agent_gpumanager_collectpowermetrics", "label": ".collectPowermetrics()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".collectPowermetrics()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_darwin.go", "file_type": "code", "degree": 3}, {"id": "agent_gpumanager_parsepowermetricsdata", "label": ".parsePowermetricsData()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".parsePowermetricsData()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_darwin.go", "file_type": "code", "degree": 3}, {"id": "agent_gpumanager_collectmacmonpipe", "label": ".collectMacmonPipe()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".collectMacmonPipe()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_darwin.go", "file_type": "code", "degree": 4}, {"id": "agent_gpumanager_parsemacmonline", "label": ".parseMacmonLine()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".parseMacmonLine()", "community": 1, "community_name": "Community 1", "source_file": "agent/gpu_darwin.go", "file_type": "code", "degree": 3}, {"id": "agent_agent_cache_test_testcachefreshness", "label": "TestCacheFreshness()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestCacheFreshness()", "community": 0, "community_name": "Community 0", "source_file": "agent/agent_cache_test.go", "file_type": "code", "degree": 3}, {"id": "agent_agent_cache_test_testcachemultipleintervals", "label": "TestCacheMultipleIntervals()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestCacheMultipleIntervals()", "community": 0, "community_name": "Community 0", "source_file": "agent/agent_cache_test.go", "file_type": "code", "degree": 3}, {"id": "agent_agent_cache_test_testcachemiss", "label": "TestCacheMiss()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestCacheMiss()", "community": 0, "community_name": "Community 0", "source_file": "agent/agent_cache_test.go", "file_type": "code", "degree": 3}, {"id": "agent_agent_cache_test_testcachelargeinterval", "label": "TestCacheLargeInterval()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestCacheLargeInterval()", "community": 0, "community_name": "Community 0", "source_file": "agent/agent_cache_test.go", "file_type": "code", "degree": 3}, {"id": "agent_lhmprocess_startprocess", "label": ".startProcess()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".startProcess()", "community": 0, "community_name": "Community 0", "source_file": "agent/sensors_windows.go", "file_type": "code", "degree": 1}, {"id": "agent_connection_manager_newconnectionmanager", "label": "newConnectionManager()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "newConnectionManager()", "community": 4, "community_name": "Community 4", "source_file": "agent/connection_manager.go", "file_type": "code", "degree": 2}, {"id": "agent_connectionmanager_start", "label": ".Start()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".Start()", "community": 1, "community_name": "Community 1", "source_file": "agent/connection_manager.go", "file_type": "code", "degree": 7}, {"id": "agent_connectionmanager_handlestatechange", "label": ".handleStateChange()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleStateChange()", "community": 1, "community_name": "Community 1", "source_file": "agent/connection_manager.go", "file_type": "code", "degree": 3}, {"id": "agent_connectionmanager_connect", "label": ".connect()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".connect()", "community": 1, "community_name": "Community 1", "source_file": "agent/connection_manager.go", "file_type": "code", "degree": 5}, {"id": "agent_connectionmanager_startwebsocketconnection", "label": ".startWebSocketConnection()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".startWebSocketConnection()", "community": 1, "community_name": "Community 1", "source_file": "agent/connection_manager.go", "file_type": "code", "degree": 4}, {"id": "agent_connection_manager_shouldexitonerr", "label": "shouldExitOnErr()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "shouldExitOnErr()", "community": 1, "community_name": "Community 1", "source_file": "agent/connection_manager.go", "file_type": "code", "degree": 3}, {"id": "agent_docker_go", "label": "docker.go", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "docker.go", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 3}, {"id": "agent_dockermanager_queue", "label": ".queue()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".queue()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 2}, {"id": "agent_dockermanager_dequeue", "label": ".dequeue()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".dequeue()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 2}, {"id": "agent_dockermanager_shouldexcludecontainer", "label": ".shouldExcludeContainer()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".shouldExcludeContainer()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 3}, {"id": "agent_dockermanager_getdockerstats", "label": ".getDockerStats()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDockerStats()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 12}, {"id": "agent_dockermanager_initializecputracking", "label": ".initializeCpuTracking()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".initializeCpuTracking()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 2}, {"id": "agent_dockermanager_getcpupreviousvalues", "label": ".getCpuPreviousValues()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getCpuPreviousValues()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 2}, {"id": "agent_dockermanager_setcpucurrentvalues", "label": ".setCpuCurrentValues()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".setCpuCurrentValues()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 2}, {"id": "agent_dockermanager_getnetworktracker", "label": ".getNetworkTracker()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getNetworkTracker()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 2}, {"id": "agent_dockermanager_cyclenetworkdeltasforcachetime", "label": ".cycleNetworkDeltasForCacheTime()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".cycleNetworkDeltasForCacheTime()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 2}, {"id": "agent_dockermanager_calculatenetworkstats", "label": ".calculateNetworkStats()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".calculateNetworkStats()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 4}, {"id": "agent_docker_updatecontainerstatsvalues", "label": "updateContainerStatsValues()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "updateContainerStatsValues()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 3}, {"id": "agent_dockermanager_getpodmancontainerhealth", "label": ".getPodmanContainerHealth()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getPodmanContainerHealth()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 3}, {"id": "agent_dockermanager_updatecontainerstats", "label": ".updateContainerStats()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateContainerStats()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 10}, {"id": "agent_dockermanager_deletecontainerstatssync", "label": ".deleteContainerStatsSync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteContainerStatsSync()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 2}, {"id": "agent_docker_newdockermanager", "label": "newDockerManager()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "newDockerManager()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 7}, {"id": "agent_dockermanager_checkdockerversion", "label": ".checkDockerVersion()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkDockerVersion()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 5}, {"id": "agent_dockermanager_ensuredockerversionchecked", "label": ".ensureDockerVersionChecked()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".ensureDockerVersionChecked()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 4}, {"id": "agent_dockermanager_applydockerversioninfo", "label": ".applyDockerVersionInfo()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".applyDockerVersionInfo()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 5}, {"id": "agent_dockermanager_decode", "label": ".decode()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".decode()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 7}, {"id": "agent_dockermanager_getcontainerinfo", "label": ".getContainerInfo()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getContainerInfo()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 2}, {"id": "agent_dockermanager_getlogs", "label": ".getLogs()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getLogs()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 1}, {"id": "agent_dockermanager_gethostinfo", "label": ".GetHostInfo()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetHostInfo()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 2}, {"id": "agent_dockermanager_ispodman", "label": ".IsPodman()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".IsPodman()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 1}, {"id": "agent_dockermanager_setispodman", "label": ".setIsPodman()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".setIsPodman()", "community": 17, "community_name": "Community 17", "source_file": "agent/docker.go", "file_type": "code", "degree": 3}, {"id": "agent_agent_getconnectionmanager", "label": ".GetConnectionManager()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetConnectionManager()", "community": 1, "community_name": "Community 1", "source_file": "agent/agent_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "agent_client_test_testnewwebsocketclient", "label": "TestNewWebSocketClient()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestNewWebSocketClient()", "community": 4, "community_name": "Community 4", "source_file": "agent/client_test.go", "file_type": "code", "degree": 2}, {"id": "agent_client_test_testwebsocketclient_getoptions", "label": "TestWebSocketClient_GetOptions()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestWebSocketClient_GetOptions()", "community": 4, "community_name": "Community 4", "source_file": "agent/client_test.go", "file_type": "code", "degree": 3}, {"id": "agent_client_test_testwebsocketclient_verifysignature", "label": "TestWebSocketClient_VerifySignature()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestWebSocketClient_VerifySignature()", "community": 4, "community_name": "Community 4", "source_file": "agent/client_test.go", "file_type": "code", "degree": 2}, {"id": "agent_client_test_testwebsocketclient_handlehubrequest", "label": "TestWebSocketClient_HandleHubRequest()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestWebSocketClient_HandleHubRequest()", "community": 4, "community_name": "Community 4", "source_file": "agent/client_test.go", "file_type": "code", "degree": 2}, {"id": "agent_client_test_testwebsocketclient_close", "label": "TestWebSocketClient_Close()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestWebSocketClient_Close()", "community": 4, "community_name": "Community 4", "source_file": "agent/client_test.go", "file_type": "code", "degree": 2}, {"id": "agent_client_test_testwebsocketclient_connectratelimit", "label": "TestWebSocketClient_ConnectRateLimit()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestWebSocketClient_ConnectRateLimit()", "community": 4, "community_name": "Community 4", "source_file": "agent/client_test.go", "file_type": "code", "degree": 2}, {"id": "fetchsmartctl_main_downloadfile", "label": "downloadFile()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "downloadFile()", "community": 2, "community_name": "Community 2", "source_file": "agent/tools/fetchsmartctl/main.go", "file_type": "code", "degree": 2}, {"id": "agent_utils_utils_go", "label": "utils.go", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "utils.go", "community": 4, "community_name": "Community 4", "source_file": "agent/utils/utils.go", "file_type": "code", "degree": 1}, {"id": "utils_utils_getenv", "label": "GetEnv()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 22.2, "font": {"size": 12, "color": "#ffffff"}, "title": "GetEnv()", "community": 4, "community_name": "Community 4", "source_file": "internal/hub/utils/utils.go", "file_type": "code", "degree": 39}, {"id": "utils_utils_test_testtwodecimals", "label": "TestTwoDecimals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestTwoDecimals()", "community": 1, "community_name": "Community 1", "source_file": "agent/utils/utils_test.go", "file_type": "code", "degree": 1}, {"id": "utils_utils_test_testgetenv", "label": "TestGetEnv()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestGetEnv()", "community": 4, "community_name": "Community 4", "source_file": "agent/utils/utils_test.go", "file_type": "code", "degree": 1}, {"id": "health_health_check", "label": "Check()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Check()", "community": 2, "community_name": "Community 2", "source_file": "agent/health/health.go", "file_type": "code", "degree": 1}, {"id": "health_health_test_testhealth", "label": "TestHealth()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestHealth()", "community": 3, "community_name": "Community 3", "source_file": "agent/health/health_test.go", "file_type": "code", "degree": 3}, {"id": "battery_battery_linux_resetbatterystate", "label": "resetBatteryState()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "resetBatteryState()", "community": 11, "community_name": "Community 11", "source_file": "agent/battery/battery_linux.go", "file_type": "code", "degree": 2}, {"id": "battery_battery_linux_getbatterystats", "label": "GetBatteryStats()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "GetBatteryStats()", "community": 23, "community_name": "Community 23", "source_file": "agent/battery/battery_linux.go", "file_type": "code", "degree": 3}, {"id": "agent_battery_battery_linux_test_go", "label": "battery_linux_test.go", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "battery_linux_test.go", "community": 23, "community_name": "Community 23", "source_file": "agent/battery/battery_linux_test.go", "file_type": "code", "degree": 13}, {"id": "battery_battery_linux_test_setupfakesysfs", "label": "setupFakeSysfs()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "setupFakeSysfs()", "community": 23, "community_name": "Community 23", "source_file": "agent/battery/battery_linux_test.go", "file_type": "code", "degree": 15}, {"id": "battery_battery_linux_test_testgetbatterystats_singlebattery", "label": "TestGetBatteryStats_SingleBattery()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestGetBatteryStats_SingleBattery()", "community": 23, "community_name": "Community 23", "source_file": "agent/battery/battery_linux_test.go", "file_type": "code", "degree": 3}, {"id": "battery_battery_linux_test_testgetbatterystats_multiplebatteries", "label": "TestGetBatteryStats_MultipleBatteries()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestGetBatteryStats_MultipleBatteries()", "community": 23, "community_name": "Community 23", "source_file": "agent/battery/battery_linux_test.go", "file_type": "code", "degree": 3}, {"id": "battery_battery_linux_test_testgetbatterystats_fullbattery", "label": "TestGetBatteryStats_FullBattery()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestGetBatteryStats_FullBattery()", "community": 23, "community_name": "Community 23", "source_file": "agent/battery/battery_linux_test.go", "file_type": "code", "degree": 3}, {"id": "battery_battery_linux_test_testgetbatterystats_emptybattery", "label": "TestGetBatteryStats_EmptyBattery()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestGetBatteryStats_EmptyBattery()", "community": 23, "community_name": "Community 23", "source_file": "agent/battery/battery_linux_test.go", "file_type": "code", "degree": 3}, {"id": "battery_battery_linux_test_testgetbatterystats_notcharging", "label": "TestGetBatteryStats_NotCharging()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestGetBatteryStats_NotCharging()", "community": 23, "community_name": "Community 23", "source_file": "agent/battery/battery_linux_test.go", "file_type": "code", "degree": 3}, {"id": "battery_battery_linux_test_testgetbatterystats_nobatteries", "label": "TestGetBatteryStats_NoBatteries()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestGetBatteryStats_NoBatteries()", "community": 23, "community_name": "Community 23", "source_file": "agent/battery/battery_linux_test.go", "file_type": "code", "degree": 3}, {"id": "battery_battery_linux_test_testgetbatterystats_nonbatterysupplyignored", "label": "TestGetBatteryStats_NonBatterySupplyIgnored()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestGetBatteryStats_NonBatterySupplyIgnored()", "community": 23, "community_name": "Community 23", "source_file": "agent/battery/battery_linux_test.go", "file_type": "code", "degree": 3}, {"id": "battery_battery_linux_test_testgetbatterystats_invalidcapacityskipped", "label": "TestGetBatteryStats_InvalidCapacitySkipped()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestGetBatteryStats_InvalidCapacitySkipped()", "community": 23, "community_name": "Community 23", "source_file": "agent/battery/battery_linux_test.go", "file_type": "code", "degree": 3}, {"id": "battery_battery_linux_test_testgetbatterystats_unknownstatusonly", "label": "TestGetBatteryStats_UnknownStatusOnly()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestGetBatteryStats_UnknownStatusOnly()", "community": 23, "community_name": "Community 23", "source_file": "agent/battery/battery_linux_test.go", "file_type": "code", "degree": 3}, {"id": "battery_battery_linux_test_testhasreadablebattery_true", "label": "TestHasReadableBattery_True()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestHasReadableBattery_True()", "community": 23, "community_name": "Community 23", "source_file": "agent/battery/battery_linux_test.go", "file_type": "code", "degree": 3}, {"id": "battery_battery_linux_test_testhasreadablebattery_false", "label": "TestHasReadableBattery_False()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestHasReadableBattery_False()", "community": 23, "community_name": "Community 23", "source_file": "agent/battery/battery_linux_test.go", "file_type": "code", "degree": 3}, {"id": "battery_battery_linux_test_testhasreadablebattery_nocapacityfile", "label": "TestHasReadableBattery_NoCapacityFile()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestHasReadableBattery_NoCapacityFile()", "community": 23, "community_name": "Community 23", "source_file": "agent/battery/battery_linux_test.go", "file_type": "code", "degree": 3}, {"id": "battery_battery_stub_hasreadablebattery", "label": "HasReadableBattery()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "HasReadableBattery()", "community": 23, "community_name": "Community 23", "source_file": "agent/battery/battery_stub.go", "file_type": "code", "degree": 6}, {"id": "battery_battery_windows_winbatteryget", "label": "winBatteryGet()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "winBatteryGet()", "community": 2, "community_name": "Community 2", "source_file": "agent/battery/battery_windows.go", "file_type": "code", "degree": 2}, {"id": "battery_battery_windows_getbatterystats", "label": "GetBatteryStats()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "GetBatteryStats()", "community": 2, "community_name": "Community 2", "source_file": "agent/battery/battery_windows.go", "file_type": "code", "degree": 3}, {"id": "agent_battery_battery_darwin_go", "label": "battery_darwin.go", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "battery_darwin.go", "community": 23, "community_name": "Community 23", "source_file": "agent/battery/battery_darwin.go", "file_type": "code", "degree": 2}, {"id": "battery_battery_darwin_readmacbatteries", "label": "readMacBatteries()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "readMacBatteries()", "community": 23, "community_name": "Community 23", "source_file": "agent/battery/battery_darwin.go", "file_type": "code", "degree": 3}, {"id": "battery_battery_darwin_getbatterystats", "label": "GetBatteryStats()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "GetBatteryStats()", "community": 23, "community_name": "Community 23", "source_file": "agent/battery/battery_darwin.go", "file_type": "code", "degree": 15}, {"id": "extra_healthcheck_main", "label": "main()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 4, "community_name": "Community 4", "source_file": "reference/uptime-kuma/extra/healthcheck.go", "file_type": "code", "degree": 2}, {"id": "go_index_main", "label": "main()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 0, "community_name": "Community 0", "source_file": "reference/uptime-kuma/extra/push-examples/go/index.go", "file_type": "code", "degree": 1}, {"id": "java_index_index_main", "label": ".main()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".main()", "community": 0, "community_name": "Community 0", "source_file": "reference/uptime-kuma/extra/push-examples/java/index.java", "file_type": "code", "degree": 1}, {"id": "uptime_kuma_push_uptime_kuma_push_main", "label": "main()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 0, "community_name": "Community 0", "source_file": "reference/uptime-kuma/extra/uptime-kuma-push/uptime-kuma-push.go", "file_type": "code", "degree": 3}, {"id": "src_util_frontend_gettoastsuccesstimeout", "label": "getToastSuccessTimeout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getToastSuccessTimeout()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/src/util-frontend.js", "file_type": "code", "degree": 1}, {"id": "src_util_frontend_gettoasterrortimeout", "label": "getToastErrorTimeout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getToastErrorTimeout()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/src/util-frontend.js", "file_type": "code", "degree": 1}, {"id": "reference_uptime_kuma_src_util_js", "label": "util.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "util.js", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/src/util.js", "file_type": "code", "degree": 3}, {"id": "src_util_sleep", "label": "sleep()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 32.8, "font": {"size": 12, "color": "#ffffff"}, "title": "sleep()", "community": 0, "community_name": "Community 0", "source_file": "reference/uptime-kuma/src/util.ts", "file_type": "code", "degree": 73}, {"id": "src_util_getmonitorrelativeurl", "label": "getMonitorRelativeURL()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "getMonitorRelativeURL()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/src/util.ts", "file_type": "code", "degree": 16}, {"id": "src_util_parsetimeobject", "label": "parseTimeObject()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "parseTimeObject()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/src/util.ts", "file_type": "code", "degree": 4}, {"id": "reference_uptime_kuma_src_util_ts", "label": "util.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "util.ts", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/src/util.ts", "file_type": "code", "degree": 3}, {"id": "components_countup_value", "label": "value()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "value()", "community": 0, "community_name": "Community 0", "source_file": "reference/uptime-kuma/src/components/CountUp.vue", "file_type": "code", "degree": 1}, {"id": "components_monitorlistitem_beforemount", "label": "beforeMount()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "beforeMount()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/src/components/MonitorListItem.vue", "file_type": "code", "degree": 1}, {"id": "components_monitorlistitem_ondrop", "label": "onDrop()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "onDrop()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/src/components/MonitorListItem.vue", "file_type": "code", "degree": 1}, {"id": "components_monitorlistitem_monitorurl", "label": "monitorURL()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "monitorURL()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/src/components/MonitorListItem.vue", "file_type": "code", "degree": 1}, {"id": "components_pingchart_getchartdatapointsfromstats", "label": "getChartDatapointsFromStats()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getChartDatapointsFromStats()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/src/components/PingChart.vue", "file_type": "code", "degree": 1}, {"id": "settings_notifications_toastsuccesstimeoutsecs", "label": "toastSuccessTimeoutSecs()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "toastSuccessTimeoutSecs()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/src/components/settings/Notifications.vue", "file_type": "code", "degree": 1}, {"id": "settings_notifications_toasterrortimeoutsecs", "label": "toastErrorTimeoutSecs()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "toastErrorTimeoutSecs()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/src/components/settings/Notifications.vue", "file_type": "code", "degree": 1}, {"id": "settings_notifications_addtlsexpirynotifday", "label": "addTlsExpiryNotifDay()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "addTlsExpiryNotifDay()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/src/components/settings/Notifications.vue", "file_type": "code", "degree": 1}, {"id": "settings_notifications_adddomainexpirynotifday", "label": "addDomainExpiryNotifDay()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "addDomainExpiryNotifDay()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/src/components/settings/Notifications.vue", "file_type": "code", "degree": 1}, {"id": "settings_notifications_loadtoasttimeoutsettings", "label": "loadToastTimeoutSettings()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "loadToastTimeoutSettings()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/src/components/settings/Notifications.vue", "file_type": "code", "degree": 1}, {"id": "reference_uptime_kuma_server_database_js", "label": "database.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "database.js", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 1}, {"id": "server_database_database", "label": "Database", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Database", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 20}, {"id": "server_database_database_initdatadir", "label": ".initDataDir()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".initDataDir()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 1}, {"id": "server_database_database_readdbconfig", "label": ".readDBConfig()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".readDBConfig()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 2}, {"id": "server_database_database_writedbconfig", "label": ".writeDBConfig()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".writeDBConfig()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 1}, {"id": "server_database_database_connect", "label": ".connect()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".connect()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 4}, {"id": "server_database_database_initsqlite", "label": ".initSQLite()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".initSQLite()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 1}, {"id": "server_database_database_initmariadb", "label": ".initMariaDB()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".initMariaDB()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 2}, {"id": "server_database_database_patch", "label": ".patch()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".patch()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 3}, {"id": "server_database_database_rollbacklatestpatch", "label": ".rollbackLatestPatch()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".rollbackLatestPatch()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 1}, {"id": "server_database_database_patchsqlite", "label": ".patchSqlite()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".patchSqlite()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 7}, {"id": "server_database_database_patchsqlite2", "label": ".patchSqlite2()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".patchSqlite2()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 4}, {"id": "server_database_database_migratenewstatuspage", "label": ".migrateNewStatusPage()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".migrateNewStatusPage()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 2}, {"id": "server_database_database_patch2recursion", "label": ".patch2Recursion()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".patch2Recursion()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 3}, {"id": "server_database_database_importsqlfile", "label": ".importSQLFile()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".importSQLFile()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 3}, {"id": "server_database_database_close", "label": ".close()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".close()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 4}, {"id": "server_database_database_getsize", "label": ".getSize()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getSize()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 1}, {"id": "server_database_database_shrink", "label": ".shrink()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".shrink()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 1}, {"id": "server_database_database_sqlhouroffset", "label": ".sqlHourOffset()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".sqlHourOffset()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 2}, {"id": "server_database_database_migrateaggregatetable", "label": ".migrateAggregateTable()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".migrateAggregateTable()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 3}, {"id": "server_database_database_clearheartbeatdata", "label": ".clearHeartbeatData()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".clearHeartbeatData()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/database.js", "file_type": "code", "degree": 3}, {"id": "reference_uptime_kuma_server_uptime_calculator_js", "label": "uptime-calculator.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "uptime-calculator.js", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 1}, {"id": "server_uptime_calculator_uptimecalculator", "label": "UptimeCalculator", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 18.1, "font": {"size": 12, "color": "#ffffff"}, "title": "UptimeCalculator", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 26}, {"id": "server_uptime_calculator_uptimecalculator_getuptimecalculator", "label": ".getUptimeCalculator()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getUptimeCalculator()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_calculator_uptimecalculator_remove", "label": ".remove()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".remove()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_calculator_uptimecalculator_removeall", "label": ".removeAll()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".removeAll()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_calculator_uptimecalculator_constructor", "label": ".constructor()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 1}, {"id": "server_uptime_calculator_uptimecalculator_init", "label": ".init()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".init()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 6}, {"id": "server_uptime_calculator_uptimecalculator_update", "label": ".update()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".update()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 9}, {"id": "server_uptime_calculator_uptimecalculator_getdailystatbean", "label": ".getDailyStatBean()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDailyStatBean()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_calculator_uptimecalculator_gethourlystatbean", "label": ".getHourlyStatBean()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getHourlyStatBean()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_calculator_uptimecalculator_getminutelystatbean", "label": ".getMinutelyStatBean()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getMinutelyStatBean()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_calculator_uptimecalculator_getminutelykey", "label": ".getMinutelyKey()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".getMinutelyKey()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 4}, {"id": "server_uptime_calculator_uptimecalculator_gethourlykey", "label": ".getHourlyKey()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".getHourlyKey()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 4}, {"id": "server_uptime_calculator_uptimecalculator_getdailykey", "label": ".getDailyKey()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDailyKey()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 4}, {"id": "server_uptime_calculator_uptimecalculator_getkey", "label": ".getKey()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getKey()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 6}, {"id": "server_uptime_calculator_uptimecalculator_flatstatus", "label": ".flatStatus()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".flatStatus()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_calculator_uptimecalculator_getdata", "label": ".getData()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".getData()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 8}, {"id": "server_uptime_calculator_uptimecalculator_getdataarray", "label": ".getDataArray()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDataArray()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 3}, {"id": "server_uptime_calculator_uptimecalculator_getdatabyduration", "label": ".getDataByDuration()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDataByDuration()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_calculator_uptimecalculator_get24hour", "label": ".get24Hour()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".get24Hour()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_calculator_uptimecalculator_get7day", "label": ".get7Day()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".get7Day()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_calculator_uptimecalculator_get30day", "label": ".get30Day()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".get30Day()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_calculator_uptimecalculator_get1year", "label": ".get1Year()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".get1Year()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_calculator_uptimecalculator_getcurrentdate", "label": ".getCurrentDate()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getCurrentDate()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 5}, {"id": "server_uptime_calculator_uptimecalculator_setmigrationmode", "label": ".setMigrationMode()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".setMigrationMode()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 1}, {"id": "server_uptime_calculator_uptimecalculator_clearstatistics", "label": ".clearStatistics()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".clearStatistics()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_calculator_uptimecalculator_clearallstatistics", "label": ".clearAllStatistics()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".clearAllStatistics()", "community": 18, "community_name": "Community 18", "source_file": "reference/uptime-kuma/server/uptime-calculator.js", "file_type": "code", "degree": 2}, {"id": "server_server_startmonitors", "label": "startMonitors()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "startMonitors()", "community": 0, "community_name": "Community 0", "source_file": "reference/uptime-kuma/server/server.js", "file_type": "code", "degree": 1}, {"id": "server_server_shutdownfunction", "label": "shutdownFunction()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "shutdownFunction()", "community": 0, "community_name": "Community 0", "source_file": "reference/uptime-kuma/server/server.js", "file_type": "code", "degree": 1}, {"id": "reference_uptime_kuma_server_uptime_kuma_server_js", "label": "uptime-kuma-server.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "uptime-kuma-server.js", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 1}, {"id": "server_uptime_kuma_server_uptimekumaserver", "label": "UptimeKumaServer", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 18.1, "font": {"size": 12, "color": "#ffffff"}, "title": "UptimeKumaServer", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 26}, {"id": "server_uptime_kuma_server_uptimekumaserver_getinstance", "label": ".getInstance()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getInstance()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 1}, {"id": "server_uptime_kuma_server_uptimekumaserver_constructor", "label": ".constructor()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_kuma_server_uptimekumaserver_initafterdatabaseready", "label": ".initAfterDatabaseReady()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".initAfterDatabaseReady()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 3}, {"id": "server_uptime_kuma_server_uptimekumaserver_sendmonitorlist", "label": ".sendMonitorList()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".sendMonitorList()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_kuma_server_uptimekumaserver_sendupdatemonitorintolist", "label": ".sendUpdateMonitorIntoList()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".sendUpdateMonitorIntoList()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_kuma_server_uptimekumaserver_senddeletemonitorfromlist", "label": ".sendDeleteMonitorFromList()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".sendDeleteMonitorFromList()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 1}, {"id": "server_uptime_kuma_server_uptimekumaserver_getmonitorjsonlist", "label": ".getMonitorJSONList()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getMonitorJSONList()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 3}, {"id": "server_uptime_kuma_server_uptimekumaserver_sendmaintenancelist", "label": ".sendMaintenanceList()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".sendMaintenanceList()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_kuma_server_uptimekumaserver_sendmaintenancelistbyuserid", "label": ".sendMaintenanceListByUserID()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".sendMaintenanceListByUserID()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 3}, {"id": "server_uptime_kuma_server_uptimekumaserver_getmaintenancejsonlist", "label": ".getMaintenanceJSONList()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getMaintenanceJSONList()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_kuma_server_uptimekumaserver_loadmaintenancelist", "label": ".loadMaintenanceList()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".loadMaintenanceList()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_kuma_server_uptimekumaserver_getmaintenance", "label": ".getMaintenance()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getMaintenance()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 1}, {"id": "server_uptime_kuma_server_uptimekumaserver_errorlog", "label": ".errorLog()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".errorLog()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 1}, {"id": "server_uptime_kuma_server_uptimekumaserver_getclientip", "label": ".getClientIP()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getClientIP()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_kuma_server_uptimekumaserver_getclientipwithproxy", "label": ".getClientIPwithProxy()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getClientIPwithProxy()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_kuma_server_uptimekumaserver_gettimezone", "label": ".getTimezone()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getTimezone()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 3}, {"id": "server_uptime_kuma_server_uptimekumaserver_gettimezoneoffset", "label": ".getTimezoneOffset()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getTimezoneOffset()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 1}, {"id": "server_uptime_kuma_server_uptimekumaserver_checktimezone", "label": ".checkTimezone()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkTimezone()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 3}, {"id": "server_uptime_kuma_server_uptimekumaserver_settimezone", "label": ".setTimezone()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".setTimezone()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_kuma_server_uptimekumaserver_start", "label": ".start()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".start()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_kuma_server_uptimekumaserver_stop", "label": ".stop()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".stop()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_kuma_server_uptimekumaserver_startnscdservices", "label": ".startNSCDServices()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".startNSCDServices()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_kuma_server_uptimekumaserver_stopnscdservices", "label": ".stopNSCDServices()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".stopNSCDServices()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_kuma_server_uptimekumaserver_getuseragent", "label": ".getUserAgent()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getUserAgent()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 2}, {"id": "server_uptime_kuma_server_uptimekumaserver_disconnectallsocketclients", "label": ".disconnectAllSocketClients()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".disconnectAllSocketClients()", "community": 19, "community_name": "Community 19", "source_file": "reference/uptime-kuma/server/uptime-kuma-server.js", "file_type": "code", "degree": 1}, {"id": "server_util_server_timeobjectconverttimezone", "label": "timeObjectConvertTimezone()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "timeObjectConvertTimezone()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/util-server.js", "file_type": "code", "degree": 1}, {"id": "jobs_clear_old_data_clearolddata", "label": "clearOldData()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "clearOldData()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/jobs/clear-old-data.js", "file_type": "code", "degree": 1}, {"id": "reference_uptime_kuma_server_model_maintenance_js", "label": "maintenance.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "maintenance.js", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/model/maintenance.js", "file_type": "code", "degree": 1}, {"id": "model_maintenance_maintenance", "label": "Maintenance", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.3, "font": {"size": 12, "color": "#ffffff"}, "title": "Maintenance", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/model/maintenance.js", "file_type": "code", "degree": 17}, {"id": "model_maintenance_maintenance_topublicjson", "label": ".toPublicJSON()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".toPublicJSON()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/model/maintenance.js", "file_type": "code", "degree": 8}, {"id": "model_maintenance_maintenance_tojson", "label": ".toJSON()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".toJSON()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/model/maintenance.js", "file_type": "code", "degree": 2}, {"id": "model_maintenance_maintenance_getdayofweeklist", "label": ".getDayOfWeekList()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDayOfWeekList()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/model/maintenance.js", "file_type": "code", "degree": 2}, {"id": "model_maintenance_maintenance_getdayofmonthlist", "label": ".getDayOfMonthList()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDayOfMonthList()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/model/maintenance.js", "file_type": "code", "degree": 2}, {"id": "model_maintenance_maintenance_calcduration", "label": ".calcDuration()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".calcDuration()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/model/maintenance.js", "file_type": "code", "degree": 2}, {"id": "model_maintenance_maintenance_jsontobean", "label": ".jsonToBean()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".jsonToBean()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/model/maintenance.js", "file_type": "code", "degree": 3}, {"id": "model_maintenance_maintenance_validatecron", "label": ".validateCron()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".validateCron()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/model/maintenance.js", "file_type": "code", "degree": 3}, {"id": "model_maintenance_maintenance_run", "label": ".run()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/model/maintenance.js", "file_type": "code", "degree": 5}, {"id": "model_maintenance_maintenance_getrunningtimeslot", "label": ".getRunningTimeslot()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getRunningTimeslot()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/model/maintenance.js", "file_type": "code", "degree": 3}, {"id": "model_maintenance_maintenance_inferduration", "label": ".inferDuration()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".inferDuration()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/model/maintenance.js", "file_type": "code", "degree": 1}, {"id": "model_maintenance_maintenance_stop", "label": ".stop()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".stop()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/model/maintenance.js", "file_type": "code", "degree": 3}, {"id": "model_maintenance_maintenance_isundermaintenance", "label": ".isUnderMaintenance()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".isUnderMaintenance()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/model/maintenance.js", "file_type": "code", "degree": 2}, {"id": "model_maintenance_maintenance_gettimezone", "label": ".getTimezone()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getTimezone()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/model/maintenance.js", "file_type": "code", "degree": 5}, {"id": "model_maintenance_maintenance_gettimezoneoffset", "label": ".getTimezoneOffset()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getTimezoneOffset()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/model/maintenance.js", "file_type": "code", "degree": 3}, {"id": "model_maintenance_maintenance_getstatus", "label": ".getStatus()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".getStatus()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/model/maintenance.js", "file_type": "code", "degree": 4}, {"id": "model_maintenance_maintenance_generatecron", "label": ".generateCron()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".generateCron()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/model/maintenance.js", "file_type": "code", "degree": 7}, {"id": "reference_uptime_kuma_server_model_status_page_js", "label": "status_page.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "status_page.js", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 1}, {"id": "model_status_page_statuspage", "label": "StatusPage", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "StatusPage", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 20}, {"id": "model_status_page_statuspage_handlestatuspagerssresponse", "label": ".handleStatusPageRSSResponse()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleStatusPageRSSResponse()", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 3}, {"id": "model_status_page_statuspage_handlestatuspageresponse", "label": ".handleStatusPageResponse()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleStatusPageResponse()", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 2}, {"id": "model_status_page_statuspage_renderrss", "label": ".renderRSS()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".renderRSS()", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 3}, {"id": "model_status_page_statuspage_buildrssurl", "label": ".buildRSSUrl()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".buildRSSUrl()", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 2}, {"id": "model_status_page_statuspage_renderhtml", "label": ".renderHTML()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".renderHTML()", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 3}, {"id": "model_status_page_statuspage_overallstatus", "label": ".overallStatus()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".overallStatus()", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 2}, {"id": "model_status_page_statuspage_getstatusdescription", "label": ".getStatusDescription()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getStatusDescription()", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 2}, {"id": "model_status_page_statuspage_getrsspagedata", "label": ".getRSSPageData()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getRSSPageData()", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 5}, {"id": "model_status_page_statuspage_getstatuspagedata", "label": ".getStatusPageData()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".getStatusPageData()", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 4}, {"id": "model_status_page_statuspage_loaddomainmappinglist", "label": ".loadDomainMappingList()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".loadDomainMappingList()", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 1}, {"id": "model_status_page_statuspage_sendstatuspagelist", "label": ".sendStatusPageList()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".sendStatusPageList()", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 2}, {"id": "model_status_page_statuspage_updatedomainnamelist", "label": ".updateDomainNameList()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateDomainNameList()", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 1}, {"id": "model_status_page_statuspage_getdomainnamelist", "label": ".getDomainNameList()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDomainNameList()", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 2}, {"id": "model_status_page_statuspage_tojson", "label": ".toJSON()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".toJSON()", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 4}, {"id": "model_status_page_statuspage_topublicjson", "label": ".toPublicJSON()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".toPublicJSON()", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 5}, {"id": "model_status_page_statuspage_slugtoid", "label": ".slugToID()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".slugToID()", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 1}, {"id": "model_status_page_statuspage_geticon", "label": ".getIcon()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getIcon()", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 3}, {"id": "model_status_page_statuspage_getincidenthistory", "label": ".getIncidentHistory()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getIncidentHistory()", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 1}, {"id": "model_status_page_statuspage_getmaintenancelist", "label": ".getMaintenanceList()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getMaintenanceList()", "community": 21, "community_name": "Community 21", "source_file": "reference/uptime-kuma/server/model/status_page.js", "file_type": "code", "degree": 3}, {"id": "reference_uptime_kuma_server_model_monitor_js", "label": "monitor.js", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "monitor.js", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 1}, {"id": "model_monitor_monitor", "label": "Monitor", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 26.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Monitor", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 52}, {"id": "model_monitor_monitor_topublicjson", "label": ".toPublicJSON()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".toPublicJSON()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 3}, {"id": "model_monitor_monitor_tojson", "label": ".toJSON()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".toJSON()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 16}, {"id": "model_monitor_monitor_gettags", "label": ".getTags()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getTags()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 3}, {"id": "model_monitor_monitor_getcertexpiry", "label": ".getCertExpiry()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getCertExpiry()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_isenabledexpirynotification", "label": ".isEnabledExpiryNotification()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".isEnabledExpiryNotification()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 3}, {"id": "model_monitor_monitor_ispingnumeric", "label": ".isPingNumeric()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".isPingNumeric()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_getignoretls", "label": ".getIgnoreTls()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getIgnoreTls()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 3}, {"id": "model_monitor_monitor_getwsignoresecwebsocketacceptheader", "label": ".getWsIgnoreSecWebsocketAcceptHeader()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getWsIgnoreSecWebsocketAcceptHeader()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_isupsidedown", "label": ".isUpsideDown()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".isUpsideDown()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_isinvertkeyword", "label": ".isInvertKeyword()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".isInvertKeyword()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_getgrpcenabletls", "label": ".getGrpcEnableTls()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getGrpcEnableTls()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_getcachebust", "label": ".getCacheBust()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getCacheBust()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_getacceptedstatuscodes", "label": ".getAcceptedStatuscodes()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getAcceptedStatuscodes()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_getgamediggivenportonly", "label": ".getGameDigGivenPortOnly()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getGameDigGivenPortOnly()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_getkafkaproducerssl", "label": ".getKafkaProducerSsl()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getKafkaProducerSsl()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_getkafkaproducerallowautotopiccreation", "label": ".getKafkaProducerAllowAutoTopicCreation()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getKafkaProducerAllowAutoTopicCreation()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_getsaveresponse", "label": ".getSaveResponse()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getSaveResponse()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_getsaveerrorresponse", "label": ".getSaveErrorResponse()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getSaveErrorResponse()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_start", "label": ".start()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".start()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_saveresponsedata", "label": ".saveResponseData()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".saveResponseData()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 1}, {"id": "model_monitor_monitor_makeaxiosrequest", "label": ".makeAxiosRequest()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".makeAxiosRequest()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_stop", "label": ".stop()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".stop()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_getprometheus", "label": ".getPrometheus()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getPrometheus()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 1}, {"id": "model_monitor_monitor_geturl", "label": ".getUrl()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getUrl()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_geturlprotocol", "label": ".getURLProtocol()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getURLProtocol()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_updatetlsinfo", "label": ".updateTlsInfo()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateTlsInfo()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_isactive", "label": ".isActive()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".isActive()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_sendstats", "label": ".sendStats()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".sendStats()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 3}, {"id": "model_monitor_monitor_sendcertinfo", "label": ".sendCertInfo()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".sendCertInfo()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_senddomaininfo", "label": ".sendDomainInfo()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".sendDomainInfo()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_isimportantbeat", "label": ".isImportantBeat()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".isImportantBeat()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 1}, {"id": "model_monitor_monitor_isimportantfornotification", "label": ".isImportantForNotification()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".isImportantForNotification()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 1}, {"id": "model_monitor_monitor_sendnotification", "label": ".sendNotification()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".sendNotification()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 4}, {"id": "model_monitor_monitor_getnotificationlist", "label": ".getNotificationList()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getNotificationList()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_sendcertnotificationbytargetdays", "label": ".sendCertNotificationByTargetDays()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".sendCertNotificationByTargetDays()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 1}, {"id": "model_monitor_monitor_getpreviousheartbeat", "label": ".getPreviousHeartbeat()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getPreviousHeartbeat()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 1}, {"id": "model_monitor_monitor_isundermaintenance", "label": ".isUnderMaintenance()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".isUnderMaintenance()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_validate", "label": ".validate()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 1}, {"id": "model_monitor_monitor_getmonitornotification", "label": ".getMonitorNotification()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getMonitorNotification()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_getmonitortag", "label": ".getMonitorTag()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getMonitorTag()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_preparepreloaddata", "label": ".preparePreloadData()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".preparePreloadData()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 4}, {"id": "model_monitor_monitor_getparent", "label": ".getParent()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".getParent()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 4}, {"id": "model_monitor_monitor_getchildren", "label": ".getChildren()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getChildren()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 3}, {"id": "model_monitor_monitor_getallpath", "label": ".getAllPath()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getAllPath()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_getallchildrenids", "label": ".getAllChildrenIDs()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getAllChildrenIDs()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_unlinkallchildren", "label": ".unlinkAllChildren()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".unlinkAllChildren()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 1}, {"id": "model_monitor_monitor_deletemonitor", "label": ".deleteMonitor()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteMonitor()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 3}, {"id": "model_monitor_monitor_deletemonitorrecursively", "label": ".deleteMonitorRecursively()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteMonitorRecursively()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 3}, {"id": "model_monitor_monitor_isparentactive", "label": ".isParentActive()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".isParentActive()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 3}, {"id": "model_monitor_monitor_makeoidctokenclientcredentialsrequest", "label": ".makeOidcTokenClientCredentialsRequest()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".makeOidcTokenClientCredentialsRequest()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 2}, {"id": "model_monitor_monitor_handletlsinfo", "label": ".handleTlsInfo()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleTlsInfo()", "community": 5, "community_name": "Community 5", "source_file": "reference/uptime-kuma/server/model/monitor.js", "file_type": "code", "degree": 4}, {"id": "notification_providers_google_chat_googlechat_send", "label": ".send()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".send()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/notification-providers/google-chat.js", "file_type": "code", "degree": 1}, {"id": "notification_providers_notifery_notifery_send", "label": ".send()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".send()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/notification-providers/notifery.js", "file_type": "code", "degree": 1}, {"id": "notification_providers_stackfield_stackfield_send", "label": ".send()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".send()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/notification-providers/stackfield.js", "file_type": "code", "degree": 1}, {"id": "notification_providers_gorush_gorush_send", "label": ".send()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".send()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/notification-providers/gorush.js", "file_type": "code", "degree": 1}, {"id": "notification_providers_pushover_pushover_send", "label": ".send()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".send()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/notification-providers/pushover.js", "file_type": "code", "degree": 1}, {"id": "notification_providers_slack_slack_buildactions", "label": ".buildActions()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".buildActions()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/notification-providers/slack.js", "file_type": "code", "degree": 1}, {"id": "notification_providers_pagertree_pagertree_postnotification", "label": ".postNotification()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".postNotification()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/notification-providers/pagertree.js", "file_type": "code", "degree": 1}, {"id": "notification_providers_flashduty_flashduty_postnotification", "label": ".postNotification()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".postNotification()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/notification-providers/flashduty.js", "file_type": "code", "degree": 1}, {"id": "notification_providers_max_max", "label": "Max", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Max", "community": 14, "community_name": "Community 14", "source_file": "reference/uptime-kuma/server/notification-providers/max.js", "file_type": "code", "degree": 9}, {"id": "notification_providers_rocket_chat_rocketchat_send", "label": ".send()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".send()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/notification-providers/rocket-chat.js", "file_type": "code", "degree": 1}, {"id": "notification_providers_heii_oncall_heiioncall_send", "label": ".send()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".send()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/notification-providers/heii-oncall.js", "file_type": "code", "degree": 1}, {"id": "notification_providers_teams_teams_send", "label": ".send()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".send()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/notification-providers/teams.js", "file_type": "code", "degree": 1}, {"id": "notification_providers_alertnow_alertnow_send", "label": ".send()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".send()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/notification-providers/alertnow.js", "file_type": "code", "degree": 1}, {"id": "notification_providers_splunk_splunk_postnotification", "label": ".postNotification()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".postNotification()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/notification-providers/splunk.js", "file_type": "code", "degree": 1}, {"id": "notification_providers_pagerduty_pagerduty_postnotification", "label": ".postNotification()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".postNotification()", "community": 10, "community_name": "Community 10", "source_file": "reference/uptime-kuma/server/notification-providers/pagerduty.js", "file_type": "code", "degree": 1}, {"id": "reference_uptime_kuma_server_monitor_types_globalping_js", "label": "globalping.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "globalping.js", "community": 28, "community_name": "Community 28", "source_file": "reference/uptime-kuma/server/monitor-types/globalping.js", "file_type": "code", "degree": 1}, {"id": "monitor_types_globalping_globalpingmonitortype", "label": "GlobalpingMonitorType", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "GlobalpingMonitorType", "community": 28, "community_name": "Community 28", "source_file": "reference/uptime-kuma/server/monitor-types/globalping.js", "file_type": "code", "degree": 16}, {"id": "monitor_types_globalping_globalpingmonitortype_constructor", "label": ".constructor()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 28, "community_name": "Community 28", "source_file": "reference/uptime-kuma/server/monitor-types/globalping.js", "file_type": "code", "degree": 1}, {"id": "monitor_types_globalping_globalpingmonitortype_check", "label": ".check()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".check()", "community": 28, "community_name": "Community 28", "source_file": "reference/uptime-kuma/server/monitor-types/globalping.js", "file_type": "code", "degree": 4}, {"id": "monitor_types_globalping_globalpingmonitortype_ping", "label": ".ping()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ping()", "community": 28, "community_name": "Community 28", "source_file": "reference/uptime-kuma/server/monitor-types/globalping.js", "file_type": "code", "degree": 5}, {"id": "monitor_types_globalping_globalpingmonitortype_http", "label": ".http()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".http()", "community": 28, "community_name": "Community 28", "source_file": "reference/uptime-kuma/server/monitor-types/globalping.js", "file_type": "code", "degree": 11}, {"id": "monitor_types_globalping_globalpingmonitortype_dns", "label": ".dns()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".dns()", "community": 28, "community_name": "Community 28", "source_file": "reference/uptime-kuma/server/monitor-types/globalping.js", "file_type": "code", "degree": 6}, {"id": "monitor_types_globalping_globalpingmonitortype_checkdnsrecordvaluematch", "label": ".checkDNSRecordValueMatch()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkDNSRecordValueMatch()", "community": 28, "community_name": "Community 28", "source_file": "reference/uptime-kuma/server/monitor-types/globalping.js", "file_type": "code", "degree": 2}, {"id": "monitor_types_globalping_globalpingmonitortype_handlekeywordforhttp", "label": ".handleKeywordForHTTP()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleKeywordForHTTP()", "community": 28, "community_name": "Community 28", "source_file": "reference/uptime-kuma/server/monitor-types/globalping.js", "file_type": "code", "degree": 2}, {"id": "monitor_types_globalping_globalpingmonitortype_handlejsonqueryforhttp", "label": ".handleJSONQueryForHTTP()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleJSONQueryForHTTP()", "community": 28, "community_name": "Community 28", "source_file": "reference/uptime-kuma/server/monitor-types/globalping.js", "file_type": "code", "degree": 3}, {"id": "monitor_types_globalping_globalpingmonitortype_handletlsinfo", "label": ".handleTLSInfo()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleTLSInfo()", "community": 28, "community_name": "Community 28", "source_file": "reference/uptime-kuma/server/monitor-types/globalping.js", "file_type": "code", "degree": 3}, {"id": "monitor_types_globalping_globalpingmonitortype_getoauth2authheader", "label": ".getOauth2AuthHeader()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getOauth2AuthHeader()", "community": 28, "community_name": "Community 28", "source_file": "reference/uptime-kuma/server/monitor-types/globalping.js", "file_type": "code", "degree": 2}, {"id": "monitor_types_globalping_globalpingmonitortype_getbasicauthheader", "label": ".getBasicAuthHeader()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getBasicAuthHeader()", "community": 28, "community_name": "Community 28", "source_file": "reference/uptime-kuma/server/monitor-types/globalping.js", "file_type": "code", "degree": 2}, {"id": "monitor_types_globalping_globalpingmonitortype_formatapierror", "label": ".formatApiError()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".formatApiError()", "community": 28, "community_name": "Community 28", "source_file": "reference/uptime-kuma/server/monitor-types/globalping.js", "file_type": "code", "degree": 4}, {"id": "monitor_types_globalping_globalpingmonitortype_formattoomanyrequestserror", "label": ".formatTooManyRequestsError()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".formatTooManyRequestsError()", "community": 28, "community_name": "Community 28", "source_file": "reference/uptime-kuma/server/monitor-types/globalping.js", "file_type": "code", "degree": 4}, {"id": "monitor_types_globalping_globalpingmonitortype_formatprobelocation", "label": ".formatProbeLocation()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".formatProbeLocation()", "community": 28, "community_name": "Community 28", "source_file": "reference/uptime-kuma/server/monitor-types/globalping.js", "file_type": "code", "degree": 2}, {"id": "monitor_types_globalping_globalpingmonitortype_formatresponse", "label": ".formatResponse()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".formatResponse()", "community": 28, "community_name": "Community 28", "source_file": "reference/uptime-kuma/server/monitor-types/globalping.js", "file_type": "code", "degree": 7}, {"id": "monitor_types_tailscale_ping_tailscaleping_parsetailscaleoutput", "label": ".parseTailscaleOutput()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".parseTailscaleOutput()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/monitor-types/tailscale-ping.js", "file_type": "code", "degree": 1}, {"id": "monitor_types_tcp_parsetlsalertnumber", "label": "parseTlsAlertNumber()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "parseTlsAlertNumber()", "community": 6, "community_name": "Community 6", "source_file": "reference/uptime-kuma/server/monitor-types/tcp.js", "file_type": "code", "degree": 1}, {"id": "reference_domain_locker_src_app_services_supabase_service_ts", "label": "supabase.service.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "supabase.service.ts", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 1}, {"id": "services_supabase_service_supabaseservice", "label": "SupabaseService", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 21.9, "font": {"size": 12, "color": "#ffffff"}, "title": "SupabaseService", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 38}, {"id": "services_supabase_service_supabaseservice_constructor", "label": ".constructor()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 3}, {"id": "services_supabase_service_supabaseservice_issupabaseenabled", "label": ".isSupabaseEnabled()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".isSupabaseEnabled()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 5}, {"id": "services_supabase_service_supabaseservice_isauthenticated", "label": ".isAuthenticated()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".isAuthenticated()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 3}, {"id": "services_supabase_service_supabaseservice_getsessiontoken", "label": ".getSessionToken()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getSessionToken()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 2}, {"id": "services_supabase_service_supabaseservice_getsessiondata", "label": ".getSessionData()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getSessionData()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 2}, {"id": "services_supabase_service_supabaseservice_initializeauth", "label": ".initializeAuth()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".initializeAuth()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 2}, {"id": "services_supabase_service_supabaseservice_setauthstate", "label": ".setAuthState()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setAuthState()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 4}, {"id": "services_supabase_service_supabaseservice_getcurrentuser", "label": ".getCurrentUser()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getCurrentUser()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 3}, {"id": "services_supabase_service_supabaseservice_signup", "label": ".signUp()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".signUp()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 1}, {"id": "services_supabase_service_supabaseservice_signin", "label": ".signIn()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".signIn()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 2}, {"id": "services_supabase_service_supabaseservice_verifymfa", "label": ".verifyMFA()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".verifyMFA()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 2}, {"id": "services_supabase_service_supabaseservice_verifymfa2withchallenge", "label": ".verifyMFA2WithChallenge()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".verifyMFA2WithChallenge()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 1}, {"id": "services_supabase_service_supabaseservice_getauthenticatorassurancelevel", "label": ".getAuthenticatorAssuranceLevel()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getAuthenticatorAssuranceLevel()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 2}, {"id": "services_supabase_service_supabaseservice_signinwithgithub", "label": ".signInWithGitHub()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".signInWithGitHub()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 1}, {"id": "services_supabase_service_supabaseservice_signinwithgoogle", "label": ".signInWithGoogle()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".signInWithGoogle()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 1}, {"id": "services_supabase_service_supabaseservice_signinwithfacebook", "label": ".signInWithFacebook()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".signInWithFacebook()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 1}, {"id": "services_supabase_service_supabaseservice_signout", "label": ".signOut()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".signOut()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 2}, {"id": "services_supabase_service_supabaseservice_gettoken", "label": ".getToken()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getToken()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 2}, {"id": "services_supabase_service_supabaseservice_settoken", "label": ".setToken()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".setToken()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 1}, {"id": "services_supabase_service_supabaseservice_isemailverified", "label": ".isEmailVerified()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".isEmailVerified()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 1}, {"id": "services_supabase_service_supabaseservice_resendverificationemail", "label": ".resendVerificationEmail()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".resendVerificationEmail()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 1}, {"id": "services_supabase_service_supabaseservice_sendpasswordresetemail", "label": ".sendPasswordResetEmail()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".sendPasswordResetEmail()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 1}, {"id": "services_supabase_service_supabaseservice_verifyemail", "label": ".verifyEmail()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".verifyEmail()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 1}, {"id": "services_supabase_service_supabaseservice_updateemail", "label": ".updateEmail()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateEmail()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 1}, {"id": "services_supabase_service_supabaseservice_setpassword", "label": ".setPassword()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".setPassword()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 1}, {"id": "services_supabase_service_supabaseservice_updatepassword", "label": ".updatePassword()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".updatePassword()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 1}, {"id": "services_supabase_service_supabaseservice_getuserbillinginfo", "label": ".getUserBillingInfo()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getUserBillingInfo()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 3}, {"id": "services_supabase_service_supabaseservice_getbackupcodes", "label": ".getBackupCodes()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getBackupCodes()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 1}, {"id": "services_supabase_service_supabaseservice_exportuserdata", "label": ".exportUserData()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".exportUserData()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 1}, {"id": "services_supabase_service_supabaseservice_deletealldata", "label": ".deleteAllData()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteAllData()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 2}, {"id": "services_supabase_service_supabaseservice_deleteaccount", "label": ".deleteAccount()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteAccount()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 4}, {"id": "services_supabase_service_supabaseservice_updateusermetadata", "label": ".updateUserMetadata()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateUserMetadata()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 1}, {"id": "services_supabase_service_supabaseservice_enablemfa", "label": ".enableMFA()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".enableMFA()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 2}, {"id": "services_supabase_service_supabaseservice_disablemfa", "label": ".disableMFA()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".disableMFA()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 1}, {"id": "services_supabase_service_supabaseservice_ismfaenabled", "label": ".isMFAEnabled()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".isMFAEnabled()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 2}, {"id": "services_supabase_service_supabaseservice_resetmfa", "label": ".resetMFA()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".resetMFA()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 2}, {"id": "services_supabase_service_supabaseservice_getaccountissues", "label": ".getAccountIssues()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getAccountIssues()", "community": 9, "community_name": "Community 9", "source_file": "reference/domain-locker/src/app/services/supabase.service.ts", "file_type": "code", "degree": 3}, {"id": "reference_domain_locker_src_app_services_environment_service_ts", "label": "environment.service.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "environment.service.ts", "community": 25, "community_name": "Community 25", "source_file": "reference/domain-locker/src/app/services/environment.service.ts", "file_type": "code", "degree": 1}, {"id": "services_environment_service_envservice", "label": "EnvService", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.3, "font": {"size": 12, "color": "#ffffff"}, "title": "EnvService", "community": 25, "community_name": "Community 25", "source_file": "reference/domain-locker/src/app/services/environment.service.ts", "file_type": "code", "degree": 17}, {"id": "services_environment_service_envservice_constructor", "label": ".constructor()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 25, "community_name": "Community 25", "source_file": "reference/domain-locker/src/app/services/environment.service.ts", "file_type": "code", "degree": 1}, {"id": "services_environment_service_envservice_mapkeytovarname", "label": ".mapKeyToVarName()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".mapKeyToVarName()", "community": 25, "community_name": "Community 25", "source_file": "reference/domain-locker/src/app/services/environment.service.ts", "file_type": "code", "degree": 2}, {"id": "services_environment_service_envservice_getenvvar", "label": ".getEnvVar()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".getEnvVar()", "community": 25, "community_name": "Community 25", "source_file": "reference/domain-locker/src/app/services/environment.service.ts", "file_type": "code", "degree": 12}, {"id": "services_environment_service_envservice_issupabaseenabled", "label": ".isSupabaseEnabled()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".isSupabaseEnabled()", "community": 25, "community_name": "Community 25", "source_file": "reference/domain-locker/src/app/services/environment.service.ts", "file_type": "code", "degree": 2}, {"id": "services_environment_service_envservice_ispostgresenabled", "label": ".isPostgresEnabled()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".isPostgresEnabled()", "community": 25, "community_name": "Community 25", "source_file": "reference/domain-locker/src/app/services/environment.service.ts", "file_type": "code", "degree": 3}, {"id": "services_environment_service_envservice_getenvironmenttype", "label": ".getEnvironmentType()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getEnvironmentType()", "community": 25, "community_name": "Community 25", "source_file": "reference/domain-locker/src/app/services/environment.service.ts", "file_type": "code", "degree": 3}, {"id": "services_environment_service_envservice_getsupabaseurl", "label": ".getSupabaseUrl()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getSupabaseUrl()", "community": 25, "community_name": "Community 25", "source_file": "reference/domain-locker/src/app/services/environment.service.ts", "file_type": "code", "degree": 2}, {"id": "services_environment_service_envservice_getsupabasepublickey", "label": ".getSupabasePublicKey()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getSupabasePublicKey()", "community": 25, "community_name": "Community 25", "source_file": "reference/domain-locker/src/app/services/environment.service.ts", "file_type": "code", "degree": 2}, {"id": "services_environment_service_envservice_getprojectid", "label": ".getProjectId()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getProjectId()", "community": 25, "community_name": "Community 25", "source_file": "reference/domain-locker/src/app/services/environment.service.ts", "file_type": "code", "degree": 2}, {"id": "services_environment_service_envservice_getglitchtipdsn", "label": ".getGlitchTipDsn()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getGlitchTipDsn()", "community": 25, "community_name": "Community 25", "source_file": "reference/domain-locker/src/app/services/environment.service.ts", "file_type": "code", "degree": 2}, {"id": "services_environment_service_envservice_getpostgresconfig", "label": ".getPostgresConfig()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getPostgresConfig()", "community": 25, "community_name": "Community 25", "source_file": "reference/domain-locker/src/app/services/environment.service.ts", "file_type": "code", "degree": 3}, {"id": "services_environment_service_envservice_getbaseurl", "label": ".getBaseUrl()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getBaseUrl()", "community": 25, "community_name": "Community 25", "source_file": "reference/domain-locker/src/app/services/environment.service.ts", "file_type": "code", "degree": 3}, {"id": "services_environment_service_envservice_getpostgresapiurl", "label": ".getPostgresApiUrl()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getPostgresApiUrl()", "community": 25, "community_name": "Community 25", "source_file": "reference/domain-locker/src/app/services/environment.service.ts", "file_type": "code", "degree": 2}, {"id": "services_environment_service_envservice_getplausibleconfig", "label": ".getPlausibleConfig()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getPlausibleConfig()", "community": 25, "community_name": "Community 25", "source_file": "reference/domain-locker/src/app/services/environment.service.ts", "file_type": "code", "degree": 2}, {"id": "services_environment_service_envservice_getvaluefromlocalstorage", "label": ".getValueFromLocalStorage()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getValueFromLocalStorage()", "community": 25, "community_name": "Community 25", "source_file": "reference/domain-locker/src/app/services/environment.service.ts", "file_type": "code", "degree": 2}, {"id": "services_environment_service_envservice_checkallenvironmentalvariables", "label": ".checkAllEnvironmentalVariables()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkAllEnvironmentalVariables()", "community": 25, "community_name": "Community 25", "source_file": "reference/domain-locker/src/app/services/environment.service.ts", "file_type": "code", "degree": 1}, {"id": "reference_domain_locker_src_app_services_db_query_services_sb_database_service_ts", "label": "sb-database.service.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "sb-database.service.ts", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_sb_database_service_maindatabaseservice", "label": "MainDatabaseService", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "MainDatabaseService", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 28}, {"id": "db_query_services_sb_database_service_maindatabaseservice_constructor", "label": ".constructor()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_sb_database_service_maindatabaseservice_handleerror", "label": ".handleError()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleError()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 3}, {"id": "db_query_services_sb_database_service_maindatabaseservice_getcurrentuser", "label": ".getCurrentUser()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".getCurrentUser()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 4}, {"id": "db_query_services_sb_database_service_maindatabaseservice_domainexists", "label": ".domainExists()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".domainExists()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 3}, {"id": "db_query_services_sb_database_service_maindatabaseservice_savedomain", "label": ".saveDomain()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".saveDomain()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 2}, {"id": "db_query_services_sb_database_service_maindatabaseservice_savedomaininternal", "label": ".saveDomainInternal()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".saveDomainInternal()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 5}, {"id": "db_query_services_sb_database_service_maindatabaseservice_getdomainbyid", "label": ".getDomainById()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDomainById()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 5}, {"id": "db_query_services_sb_database_service_maindatabaseservice_getfulldomainquery", "label": ".getFullDomainQuery()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".getFullDomainQuery()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 4}, {"id": "db_query_services_sb_database_service_maindatabaseservice_deletedomain", "label": ".deleteDomain()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteDomain()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_sb_database_service_maindatabaseservice_getdomain", "label": ".getDomain()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDomain()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 2}, {"id": "db_query_services_sb_database_service_maindatabaseservice_extracttags", "label": ".extractTags()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".extractTags()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 2}, {"id": "db_query_services_sb_database_service_maindatabaseservice_formatdomaindata", "label": ".formatDomainData()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".formatDomainData()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 3}, {"id": "db_query_services_sb_database_service_maindatabaseservice_listdomainnames", "label": ".listDomainNames()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".listDomainNames()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_sb_database_service_maindatabaseservice_listdomains", "label": ".listDomains()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".listDomains()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 2}, {"id": "db_query_services_sb_database_service_maindatabaseservice_updatedomain", "label": ".updateDomain()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateDomain()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 2}, {"id": "db_query_services_sb_database_service_maindatabaseservice_updatedomaininternal", "label": ".updateDomainInternal()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateDomainInternal()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 3}, {"id": "db_query_services_sb_database_service_maindatabaseservice_getstatuseswithdomaincounts", "label": ".getStatusesWithDomainCounts()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getStatusesWithDomainCounts()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_sb_database_service_maindatabaseservice_gettotaldomains", "label": ".getTotalDomains()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getTotalDomains()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_sb_database_service_maindatabaseservice_getdomainsbyeppcodes", "label": ".getDomainsByEppCodes()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDomainsByEppCodes()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_sb_database_service_maindatabaseservice_getdomainsbystatus", "label": ".getDomainsByStatus()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDomainsByStatus()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_sb_database_service_maindatabaseservice_getdomainsbytag", "label": ".getDomainsByTag()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDomainsByTag()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_sb_database_service_maindatabaseservice_getdomainexpirations", "label": ".getDomainExpirations()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDomainExpirations()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_sb_database_service_maindatabaseservice_getassetcount", "label": ".getAssetCount()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getAssetCount()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_sb_database_service_maindatabaseservice_fetchallforexport", "label": ".fetchAllForExport()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".fetchAllForExport()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 2}, {"id": "db_query_services_sb_database_service_maindatabaseservice_getdomainuptime", "label": ".getDomainUptime()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDomainUptime()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_sb_database_service_maindatabaseservice_checkalltables", "label": ".checkAllTables()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkAllTables()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_sb_database_service_maindatabaseservice_deletealldata", "label": ".deleteAllData()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteAllData()", "community": 15, "community_name": "Community 15", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb-database.service.ts", "file_type": "code", "degree": 1}, {"id": "reference_domain_locker_src_app_services_db_query_services_pg_database_service_ts", "label": "pg-database.service.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "pg-database.service.ts", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_pg_database_service_pgdatabaseservice", "label": "PgDatabaseService", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 19.7, "font": {"size": 12, "color": "#ffffff"}, "title": "PgDatabaseService", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 31}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_constructor", "label": ".constructor()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_getcurrentuser", "label": ".getCurrentUser()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getCurrentUser()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_handleerror", "label": ".handleError()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleError()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 2}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_executequery", "label": ".executeQuery()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".executeQuery()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 7}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_domainexists", "label": ".domainExists()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".domainExists()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 2}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_savedomain", "label": ".saveDomain()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".saveDomain()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 2}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_savedomaininternal", "label": ".saveDomainInternal()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".saveDomainInternal()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 4}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_getdomainbyid", "label": ".getDomainById()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDomainById()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 4}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_getfulldomainquery", "label": ".getFullDomainQuery()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getFullDomainQuery()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 5}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_getfulldomainjoins", "label": ".getFullDomainJoins()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getFullDomainJoins()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 5}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_formatdomaindata", "label": ".formatDomainData()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".formatDomainData()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 2}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_extracttags", "label": ".extractTags()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".extractTags()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 2}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_listdomains", "label": ".listDomains()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".listDomains()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 4}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_listdomainnames", "label": ".listDomainNames()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".listDomainNames()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_getdomain", "label": ".getDomain()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDomain()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 3}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_updatedomain", "label": ".updateDomain()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateDomain()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 2}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_updatedomaininternal", "label": ".updateDomainInternal()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateDomainInternal()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 4}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_deletedomain", "label": ".deleteDomain()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteDomain()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_getdomainexpirations", "label": ".getDomainExpirations()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDomainExpirations()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_getassetcount", "label": ".getAssetCount()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getAssetCount()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_getstatuseswithdomaincounts", "label": ".getStatusesWithDomainCounts()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getStatusesWithDomainCounts()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_getdomainsbystatus", "label": ".getDomainsByStatus()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDomainsByStatus()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 3}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_gettimeintervalfortimeframe", "label": ".getTimeIntervalForTimeframe()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getTimeIntervalForTimeframe()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 2}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_getdomainsbytag", "label": ".getDomainsByTag()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDomainsByTag()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 3}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_getdomainuptime", "label": ".getDomainUptime()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDomainUptime()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 4}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_gettotaldomains", "label": ".getTotalDomains()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getTotalDomains()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_getdomainsbyeppcodes", "label": ".getDomainsByEppCodes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDomainsByEppCodes()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_fetchallforexport", "label": ".fetchAllForExport()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".fetchAllForExport()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_checkalltables", "label": ".checkAllTables()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkAllTables()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 1}, {"id": "db_query_services_pg_database_service_pgdatabaseservice_deletealldata", "label": ".deleteAllData()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteAllData()", "community": 12, "community_name": "Community 12", "source_file": "reference/domain-locker/src/app/services/db-query-services/pg-database.service.ts", "file_type": "code", "degree": 1}, {"id": "reference_domain_locker_src_app_services_db_query_services_sb_db_notifications_service_ts", "label": "db-notifications.service.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "db-notifications.service.ts", "community": 29, "community_name": "Community 29", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb/db-notifications.service.ts", "file_type": "code", "degree": 1}, {"id": "sb_db_notifications_service_notificationqueries", "label": "NotificationQueries", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "NotificationQueries", "community": 29, "community_name": "Community 29", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb/db-notifications.service.ts", "file_type": "code", "degree": 15}, {"id": "sb_db_notifications_service_notificationqueries_constructor", "label": ".constructor()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 29, "community_name": "Community 29", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb/db-notifications.service.ts", "file_type": "code", "degree": 1}, {"id": "sb_db_notifications_service_notificationqueries_savenotifications", "label": ".saveNotifications()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".saveNotifications()", "community": 29, "community_name": "Community 29", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb/db-notifications.service.ts", "file_type": "code", "degree": 1}, {"id": "sb_db_notifications_service_notificationqueries_getnotificationchannels", "label": ".getNotificationChannels()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getNotificationChannels()", "community": 29, "community_name": "Community 29", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb/db-notifications.service.ts", "file_type": "code", "degree": 1}, {"id": "sb_db_notifications_service_notificationqueries_updatenotificationchannels", "label": ".updateNotificationChannels()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateNotificationChannels()", "community": 29, "community_name": "Community 29", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb/db-notifications.service.ts", "file_type": "code", "degree": 1}, {"id": "sb_db_notifications_service_notificationqueries_getnotificationpreferences", "label": ".getNotificationPreferences()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getNotificationPreferences()", "community": 29, "community_name": "Community 29", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb/db-notifications.service.ts", "file_type": "code", "degree": 1}, {"id": "sb_db_notifications_service_notificationqueries_updatebulknotificationpreferences", "label": ".updateBulkNotificationPreferences()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateBulkNotificationPreferences()", "community": 29, "community_name": "Community 29", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb/db-notifications.service.ts", "file_type": "code", "degree": 1}, {"id": "sb_db_notifications_service_notificationqueries_getusernotifications", "label": ".getUserNotifications()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getUserNotifications()", "community": 29, "community_name": "Community 29", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb/db-notifications.service.ts", "file_type": "code", "degree": 1}, {"id": "sb_db_notifications_service_notificationqueries_markallnotificationsread", "label": ".markAllNotificationsRead()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".markAllNotificationsRead()", "community": 29, "community_name": "Community 29", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb/db-notifications.service.ts", "file_type": "code", "degree": 1}, {"id": "sb_db_notifications_service_notificationqueries_marknotificationreadstatus", "label": ".markNotificationReadStatus()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".markNotificationReadStatus()", "community": 29, "community_name": "Community 29", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb/db-notifications.service.ts", "file_type": "code", "degree": 1}, {"id": "sb_db_notifications_service_notificationqueries_getunreadnotificationcount", "label": ".getUnreadNotificationCount()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getUnreadNotificationCount()", "community": 29, "community_name": "Community 29", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb/db-notifications.service.ts", "file_type": "code", "degree": 1}, {"id": "sb_db_notifications_service_notificationqueries_addnotification", "label": ".addNotification()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".addNotification()", "community": 29, "community_name": "Community 29", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb/db-notifications.service.ts", "file_type": "code", "degree": 1}, {"id": "sb_db_notifications_service_notificationqueries_updatenotification", "label": ".updateNotification()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateNotification()", "community": 29, "community_name": "Community 29", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb/db-notifications.service.ts", "file_type": "code", "degree": 1}, {"id": "sb_db_notifications_service_notificationqueries_deletenotification", "label": ".deleteNotification()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteNotification()", "community": 29, "community_name": "Community 29", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb/db-notifications.service.ts", "file_type": "code", "degree": 1}, {"id": "sb_db_notifications_service_notificationqueries_updatenotificationtypes", "label": ".updateNotificationTypes()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateNotificationTypes()", "community": 29, "community_name": "Community 29", "source_file": "reference/domain-locker/src/app/services/db-query-services/sb/db-notifications.service.ts", "file_type": "code", "degree": 1}, {"id": "reference_domain_locker_src_app_components_domain_things_domain_collection_domain_collection_component_ts", "label": "domain-collection.component.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "domain-collection.component.ts", "community": 26, "community_name": "Community 26", "source_file": "reference/domain-locker/src/app/components/domain-things/domain-collection/domain-collection.component.ts", "file_type": "code", "degree": 1}, {"id": "domain_collection_domain_collection_component_domaincollectioncomponent", "label": "DomainCollectionComponent", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "DomainCollectionComponent", "community": 26, "community_name": "Community 26", "source_file": "reference/domain-locker/src/app/components/domain-things/domain-collection/domain-collection.component.ts", "file_type": "code", "degree": 16}, {"id": "domain_collection_domain_collection_component_domaincollectioncomponent_constructor", "label": ".constructor()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 26, "community_name": "Community 26", "source_file": "reference/domain-locker/src/app/components/domain-things/domain-collection/domain-collection.component.ts", "file_type": "code", "degree": 1}, {"id": "domain_collection_domain_collection_component_domaincollectioncomponent_ngoninit", "label": ".ngOnInit()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".ngOnInit()", "community": 26, "community_name": "Community 26", "source_file": "reference/domain-locker/src/app/components/domain-things/domain-collection/domain-collection.component.ts", "file_type": "code", "degree": 4}, {"id": "domain_collection_domain_collection_component_domaincollectioncomponent_ngonchanges", "label": ".ngOnChanges()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".ngOnChanges()", "community": 26, "community_name": "Community 26", "source_file": "reference/domain-locker/src/app/components/domain-things/domain-collection/domain-collection.component.ts", "file_type": "code", "degree": 3}, {"id": "domain_collection_domain_collection_component_domaincollectioncomponent_onvisibilitychange", "label": ".onVisibilityChange()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".onVisibilityChange()", "community": 26, "community_name": "Community 26", "source_file": "reference/domain-locker/src/app/components/domain-things/domain-collection/domain-collection.component.ts", "file_type": "code", "degree": 2}, {"id": "domain_collection_domain_collection_component_domaincollectioncomponent_onsortchange", "label": ".onSortChange()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".onSortChange()", "community": 26, "community_name": "Community 26", "source_file": "reference/domain-locker/src/app/components/domain-things/domain-collection/domain-collection.component.ts", "file_type": "code", "degree": 2}, {"id": "domain_collection_domain_collection_component_domaincollectioncomponent_updatevisiblecolumns", "label": ".updateVisibleColumns()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateVisibleColumns()", "community": 26, "community_name": "Community 26", "source_file": "reference/domain-locker/src/app/components/domain-things/domain-collection/domain-collection.component.ts", "file_type": "code", "degree": 3}, {"id": "domain_collection_domain_collection_component_domaincollectioncomponent_sortdomains", "label": ".sortDomains()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".sortDomains()", "community": 26, "community_name": "Community 26", "source_file": "reference/domain-locker/src/app/components/domain-things/domain-collection/domain-collection.component.ts", "file_type": "code", "degree": 5}, {"id": "domain_collection_domain_collection_component_domaincollectioncomponent_mapfieldtocolumn", "label": ".mapFieldToColumn()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".mapFieldToColumn()", "community": 26, "community_name": "Community 26", "source_file": "reference/domain-locker/src/app/components/domain-things/domain-collection/domain-collection.component.ts", "file_type": "code", "degree": 1}, {"id": "domain_collection_domain_collection_component_domaincollectioncomponent_onsearchchange", "label": ".onSearchChange()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".onSearchChange()", "community": 26, "community_name": "Community 26", "source_file": "reference/domain-locker/src/app/components/domain-things/domain-collection/domain-collection.component.ts", "file_type": "code", "degree": 2}, {"id": "domain_collection_domain_collection_component_domaincollectioncomponent_onlayoutchange", "label": ".onLayoutChange()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".onLayoutChange()", "community": 26, "community_name": "Community 26", "source_file": "reference/domain-locker/src/app/components/domain-things/domain-collection/domain-collection.component.ts", "file_type": "code", "degree": 1}, {"id": "domain_collection_domain_collection_component_domaincollectioncomponent_reloaddomains", "label": ".reloadDomains()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".reloadDomains()", "community": 26, "community_name": "Community 26", "source_file": "reference/domain-locker/src/app/components/domain-things/domain-collection/domain-collection.component.ts", "file_type": "code", "degree": 1}, {"id": "domain_collection_domain_collection_component_domaincollectioncomponent_initializefuse", "label": ".initializeFuse()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".initializeFuse()", "community": 26, "community_name": "Community 26", "source_file": "reference/domain-locker/src/app/components/domain-things/domain-collection/domain-collection.component.ts", "file_type": "code", "degree": 3}, {"id": "domain_collection_domain_collection_component_domaincollectioncomponent_filterdomains", "label": ".filterDomains()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".filterDomains()", "community": 26, "community_name": "Community 26", "source_file": "reference/domain-locker/src/app/components/domain-things/domain-collection/domain-collection.component.ts", "file_type": "code", "degree": 2}, {"id": "domain_collection_domain_collection_component_domaincollectioncomponent_domainmatchessearch", "label": ".domainMatchesSearch()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".domainMatchesSearch()", "community": 26, "community_name": "Community 26", "source_file": "reference/domain-locker/src/app/components/domain-things/domain-collection/domain-collection.component.ts", "file_type": "code", "degree": 1}, {"id": "domain_collection_domain_collection_component_domaincollectioncomponent_resetfilters", "label": ".resetFilters()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".resetFilters()", "community": 26, "community_name": "Community 26", "source_file": "reference/domain-locker/src/app/components/domain-things/domain-collection/domain-collection.component.ts", "file_type": "code", "degree": 2}, {"id": "reference_domain_locker_src_app_components_monitor_sparklines_sparklines_component_ts", "label": "sparklines.component.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "sparklines.component.ts", "community": 7, "community_name": "Community 7", "source_file": "reference/domain-locker/src/app/components/monitor/sparklines/sparklines.component.ts", "file_type": "code", "degree": 1}, {"id": "sparklines_sparklines_component_domainsparklinecomponent", "label": "DomainSparklineComponent", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "DomainSparklineComponent", "community": 7, "community_name": "Community 7", "source_file": "reference/domain-locker/src/app/components/monitor/sparklines/sparklines.component.ts", "file_type": "code", "degree": 16}, {"id": "sparklines_sparklines_component_domainsparklinecomponent_constructor", "label": ".constructor()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 7, "community_name": "Community 7", "source_file": "reference/domain-locker/src/app/components/monitor/sparklines/sparklines.component.ts", "file_type": "code", "degree": 1}, {"id": "sparklines_sparklines_component_domainsparklinecomponent_ngoninit", "label": ".ngOnInit()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ngOnInit()", "community": 7, "community_name": "Community 7", "source_file": "reference/domain-locker/src/app/components/monitor/sparklines/sparklines.component.ts", "file_type": "code", "degree": 2}, {"id": "sparklines_sparklines_component_domainsparklinecomponent_fetchuptimedata", "label": ".fetchUptimeData()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".fetchUptimeData()", "community": 7, "community_name": "Community 7", "source_file": "reference/domain-locker/src/app/components/monitor/sparklines/sparklines.component.ts", "file_type": "code", "degree": 3}, {"id": "sparklines_sparklines_component_domainsparklinecomponent_processuptimedata", "label": ".processUptimeData()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".processUptimeData()", "community": 7, "community_name": "Community 7", "source_file": "reference/domain-locker/src/app/components/monitor/sparklines/sparklines.component.ts", "file_type": "code", "degree": 5}, {"id": "sparklines_sparklines_component_domainsparklinecomponent_processresponsecodes", "label": ".processResponseCodes()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".processResponseCodes()", "community": 7, "community_name": "Community 7", "source_file": "reference/domain-locker/src/app/components/monitor/sparklines/sparklines.component.ts", "file_type": "code", "degree": 2}, {"id": "sparklines_sparklines_component_domainsparklinecomponent_calculateaverage", "label": ".calculateAverage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".calculateAverage()", "community": 7, "community_name": "Community 7", "source_file": "reference/domain-locker/src/app/components/monitor/sparklines/sparklines.component.ts", "file_type": "code", "degree": 2}, {"id": "sparklines_sparklines_component_domainsparklinecomponent_calculateminmax", "label": ".calculateMinMax()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".calculateMinMax()", "community": 7, "community_name": "Community 7", "source_file": "reference/domain-locker/src/app/components/monitor/sparklines/sparklines.component.ts", "file_type": "code", "degree": 2}, {"id": "sparklines_sparklines_component_domainsparklinecomponent_updatecharts", "label": ".updateCharts()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateCharts()", "community": 7, "community_name": "Community 7", "source_file": "reference/domain-locker/src/app/components/monitor/sparklines/sparklines.component.ts", "file_type": "code", "degree": 3}, {"id": "sparklines_sparklines_component_domainsparklinecomponent_createsparklinechart", "label": ".createSparklineChart()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".createSparklineChart()", "community": 7, "community_name": "Community 7", "source_file": "reference/domain-locker/src/app/components/monitor/sparklines/sparklines.component.ts", "file_type": "code", "degree": 2}, {"id": "sparklines_sparklines_component_domainsparklinecomponent_updatehoveredvalue", "label": ".updateHoveredValue()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateHoveredValue()", "community": 7, "community_name": "Community 7", "source_file": "reference/domain-locker/src/app/components/monitor/sparklines/sparklines.component.ts", "file_type": "code", "degree": 1}, {"id": "sparklines_sparklines_component_domainsparklinecomponent_ontimeframechange", "label": ".onTimeframeChange()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".onTimeframeChange()", "community": 7, "community_name": "Community 7", "source_file": "reference/domain-locker/src/app/components/monitor/sparklines/sparklines.component.ts", "file_type": "code", "degree": 2}, {"id": "sparklines_sparklines_component_domainsparklinecomponent_onadvancedmodechange", "label": ".onAdvancedModeChange()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".onAdvancedModeChange()", "community": 7, "community_name": "Community 7", "source_file": "reference/domain-locker/src/app/components/monitor/sparklines/sparklines.component.ts", "file_type": "code", "degree": 3}, {"id": "sparklines_sparklines_component_domainsparklinecomponent_round", "label": ".round()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".round()", "community": 7, "community_name": "Community 7", "source_file": "reference/domain-locker/src/app/components/monitor/sparklines/sparklines.component.ts", "file_type": "code", "degree": 4}, {"id": "sparklines_sparklines_component_domainsparklinecomponent_maptimetosentence", "label": ".mapTimeToSentence()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".mapTimeToSentence()", "community": 7, "community_name": "Community 7", "source_file": "reference/domain-locker/src/app/components/monitor/sparklines/sparklines.component.ts", "file_type": "code", "degree": 1}, {"id": "sparklines_sparklines_component_domainsparklinecomponent_formattimestamp", "label": ".formatTimeStamp()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".formatTimeStamp()", "community": 7, "community_name": "Community 7", "source_file": "reference/domain-locker/src/app/components/monitor/sparklines/sparklines.component.ts", "file_type": "code", "degree": 1}, {"id": "registration_lifespan_registration_lifespan_component_domainganttchartcomponent_calculatebarposition", "label": ".calculateBarPosition()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".calculateBarPosition()", "community": 6, "community_name": "Community 6", "source_file": "reference/domain-locker/src/app/components/charts/registration-lifespan/registration-lifespan.component.ts", "file_type": "code", "degree": 1}, {"id": "registration_lifespan_registration_lifespan_component_domainganttchartcomponent_calculatetodayposition", "label": ".calculateTodayPosition()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".calculateTodayPosition()", "community": 6, "community_name": "Community 6", "source_file": "reference/domain-locker/src/app/components/charts/registration-lifespan/registration-lifespan.component.ts", "file_type": "code", "degree": 1}, {"id": "reference_domain_locker_src_app_components_charts_domain_pie_domain_pie_component_ts", "label": "domain-pie.component.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "domain-pie.component.ts", "community": 27, "community_name": "Community 27", "source_file": "reference/domain-locker/src/app/components/charts/domain-pie/domain-pie.component.ts", "file_type": "code", "degree": 1}, {"id": "domain_pie_domain_pie_component_domainpiechartscomponent", "label": "DomainPieChartsComponent", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "DomainPieChartsComponent", "community": 27, "community_name": "Community 27", "source_file": "reference/domain-locker/src/app/components/charts/domain-pie/domain-pie.component.ts", "file_type": "code", "degree": 16}, {"id": "domain_pie_domain_pie_component_domainpiechartscomponent_constructor", "label": ".constructor()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 27, "community_name": "Community 27", "source_file": "reference/domain-locker/src/app/components/charts/domain-pie/domain-pie.component.ts", "file_type": "code", "degree": 1}, {"id": "domain_pie_domain_pie_component_domainpiechartscomponent_ngoninit", "label": ".ngOnInit()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ngOnInit()", "community": 27, "community_name": "Community 27", "source_file": "reference/domain-locker/src/app/components/charts/domain-pie/domain-pie.component.ts", "file_type": "code", "degree": 5}, {"id": "domain_pie_domain_pie_component_domainpiechartscomponent_ngafterviewinit", "label": ".ngAfterViewInit()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ngAfterViewInit()", "community": 27, "community_name": "Community 27", "source_file": "reference/domain-locker/src/app/components/charts/domain-pie/domain-pie.component.ts", "file_type": "code", "degree": 2}, {"id": "domain_pie_domain_pie_component_domainpiechartscomponent_ontabchange", "label": ".onTabChange()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".onTabChange()", "community": 27, "community_name": "Community 27", "source_file": "reference/domain-locker/src/app/components/charts/domain-pie/domain-pie.component.ts", "file_type": "code", "degree": 4}, {"id": "domain_pie_domain_pie_component_domainpiechartscomponent_forcechartredraw", "label": ".forceChartRedraw()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".forceChartRedraw()", "community": 27, "community_name": "Community 27", "source_file": "reference/domain-locker/src/app/components/charts/domain-pie/domain-pie.component.ts", "file_type": "code", "degree": 1}, {"id": "domain_pie_domain_pie_component_domainpiechartscomponent_loadregistrardata", "label": ".loadRegistrarData()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".loadRegistrarData()", "community": 27, "community_name": "Community 27", "source_file": "reference/domain-locker/src/app/components/charts/domain-pie/domain-pie.component.ts", "file_type": "code", "degree": 4}, {"id": "domain_pie_domain_pie_component_domainpiechartscomponent_loadsslissuerdata", "label": ".loadSslIssuerData()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".loadSslIssuerData()", "community": 27, "community_name": "Community 27", "source_file": "reference/domain-locker/src/app/components/charts/domain-pie/domain-pie.component.ts", "file_type": "code", "degree": 4}, {"id": "domain_pie_domain_pie_component_domainpiechartscomponent_loadhostdata", "label": ".loadHostData()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".loadHostData()", "community": 27, "community_name": "Community 27", "source_file": "reference/domain-locker/src/app/components/charts/domain-pie/domain-pie.component.ts", "file_type": "code", "degree": 4}, {"id": "domain_pie_domain_pie_component_domainpiechartscomponent_initchartoptions", "label": ".initChartOptions()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".initChartOptions()", "community": 27, "community_name": "Community 27", "source_file": "reference/domain-locker/src/app/components/charts/domain-pie/domain-pie.component.ts", "file_type": "code", "degree": 2}, {"id": "domain_pie_domain_pie_component_domainpiechartscomponent_normalizechartdata", "label": ".normalizeChartData()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".normalizeChartData()", "community": 27, "community_name": "Community 27", "source_file": "reference/domain-locker/src/app/components/charts/domain-pie/domain-pie.component.ts", "file_type": "code", "degree": 1}, {"id": "domain_pie_domain_pie_component_domainpiechartscomponent_getregistrardata", "label": ".getRegistrarData()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getRegistrarData()", "community": 27, "community_name": "Community 27", "source_file": "reference/domain-locker/src/app/components/charts/domain-pie/domain-pie.component.ts", "file_type": "code", "degree": 2}, {"id": "domain_pie_domain_pie_component_domainpiechartscomponent_getsslissuerdata", "label": ".getSslIssuerData()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getSslIssuerData()", "community": 27, "community_name": "Community 27", "source_file": "reference/domain-locker/src/app/components/charts/domain-pie/domain-pie.component.ts", "file_type": "code", "degree": 2}, {"id": "domain_pie_domain_pie_component_domainpiechartscomponent_gethostdata", "label": ".getHostData()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getHostData()", "community": 27, "community_name": "Community 27", "source_file": "reference/domain-locker/src/app/components/charts/domain-pie/domain-pie.component.ts", "file_type": "code", "degree": 2}, {"id": "domain_pie_domain_pie_component_domainpiechartscomponent_setchartcolors", "label": ".setChartColors()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".setChartColors()", "community": 27, "community_name": "Community 27", "source_file": "reference/domain-locker/src/app/components/charts/domain-pie/domain-pie.component.ts", "file_type": "code", "degree": 2}, {"id": "domain_pie_domain_pie_component_domainpiechartscomponent_setchartsize", "label": ".setChartSize()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".setChartSize()", "community": 27, "community_name": "Community 27", "source_file": "reference/domain-locker/src/app/components/charts/domain-pie/domain-pie.component.ts", "file_type": "code", "degree": 3}, {"id": "pages_home_page_homepagecomponent_triggerbackgroundupdate", "label": ".triggerBackgroundUpdate()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".triggerBackgroundUpdate()", "community": 6, "community_name": "Community 6", "source_file": "reference/domain-locker/src/app/pages/(home).page.ts", "file_type": "code", "degree": 1}, {"id": "reference_domain_locker_src_app_pages_settings_account_page_ts", "label": "account.page.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "account.page.ts", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 1}, {"id": "settings_account_page_usersettingscomponent", "label": "UserSettingsComponent", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "UserSettingsComponent", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 22}, {"id": "settings_account_page_usersettingscomponent_constructor", "label": ".constructor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 1}, {"id": "settings_account_page_usersettingscomponent_ngoninit", "label": ".ngOnInit()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ngOnInit()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 5}, {"id": "settings_account_page_usersettingscomponent_initializeforms", "label": ".initializeForms()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".initializeForms()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 2}, {"id": "settings_account_page_usersettingscomponent_loaduserdata", "label": ".loadUserData()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".loadUserData()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 2}, {"id": "settings_account_page_usersettingscomponent_updatepasswordform", "label": ".updatePasswordForm()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".updatePasswordForm()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 1}, {"id": "settings_account_page_usersettingscomponent_checkifuserhaspassword", "label": ".checkIfUserHasPassword()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkIfUserHasPassword()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 2}, {"id": "settings_account_page_usersettingscomponent_updateprofile", "label": ".updateProfile()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateProfile()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 1}, {"id": "settings_account_page_usersettingscomponent_updateemail", "label": ".updateEmail()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateEmail()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 1}, {"id": "settings_account_page_usersettingscomponent_updatepassword", "label": ".updatePassword()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".updatePassword()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 1}, {"id": "settings_account_page_usersettingscomponent_checkmfastatus", "label": ".checkMFAStatus()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkMFAStatus()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 2}, {"id": "settings_account_page_usersettingscomponent_startenablemfa", "label": ".startEnableMFA()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".startEnableMFA()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 2}, {"id": "settings_account_page_usersettingscomponent_enablemfa", "label": ".enableMFA()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".enableMFA()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 2}, {"id": "settings_account_page_usersettingscomponent_verifymfa", "label": ".verifyMFA()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".verifyMFA()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 1}, {"id": "settings_account_page_usersettingscomponent_disablemfa", "label": ".disableMFA()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".disableMFA()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 2}, {"id": "settings_account_page_usersettingscomponent_resetmfa", "label": ".resetMFA()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".resetMFA()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 2}, {"id": "settings_account_page_usersettingscomponent_downloadbackupcodes", "label": ".downloadBackupCodes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".downloadBackupCodes()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 1}, {"id": "settings_account_page_usersettingscomponent_updatesessiontimeout", "label": ".updateSessionTimeout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateSessionTimeout()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 1}, {"id": "settings_account_page_usersettingscomponent_exportdata", "label": ".exportData()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".exportData()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 1}, {"id": "settings_account_page_usersettingscomponent_confirmdeleteaccount", "label": ".confirmDeleteAccount()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".confirmDeleteAccount()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 1}, {"id": "settings_account_page_usersettingscomponent_deleteaccount", "label": ".deleteAccount()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteAccount()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 1}, {"id": "settings_account_page_usersettingscomponent_passwordmatchvalidator", "label": ".passwordMatchValidator()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".passwordMatchValidator()", "community": 20, "community_name": "Community 20", "source_file": "reference/domain-locker/src/app/pages/settings/account.page.ts", "file_type": "code", "degree": 1}, {"id": "reference_domain_locker_src_app_pages_domains_add_index_page_ts", "label": "index.page.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "index.page.ts", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 1}, {"id": "add_index_page_adddomaincomponent", "label": "AddDomainComponent", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 19.1, "font": {"size": 12, "color": "#ffffff"}, "title": "AddDomainComponent", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 29}, {"id": "add_index_page_adddomaincomponent_constructor", "label": ".constructor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 1}, {"id": "add_index_page_adddomaincomponent_ngoninit", "label": ".ngOnInit()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".ngOnInit()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 4}, {"id": "add_index_page_adddomaincomponent_ngondestroy", "label": ".ngOnDestroy()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".ngOnDestroy()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 1}, {"id": "add_index_page_adddomaincomponent_initializeform", "label": ".initializeForm()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".initializeForm()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 5}, {"id": "add_index_page_adddomaincomponent_setupdomainvalidation", "label": ".setupDomainValidation()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".setupDomainValidation()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 2}, {"id": "add_index_page_adddomaincomponent_fetchexistingdomains", "label": ".fetchExistingDomains()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".fetchExistingDomains()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 2}, {"id": "add_index_page_adddomaincomponent_filterregistrars", "label": ".filterRegistrars()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".filterRegistrars()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 1}, {"id": "add_index_page_adddomaincomponent_domainexistsvalidator", "label": ".domainExistsValidator()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".domainExistsValidator()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 2}, {"id": "add_index_page_adddomaincomponent_onnextstep", "label": ".onNextStep()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".onNextStep()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 5}, {"id": "add_index_page_adddomaincomponent_onpreviousstep", "label": ".onPreviousStep()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".onPreviousStep()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 1}, {"id": "add_index_page_adddomaincomponent_fetchdomaininfo", "label": ".fetchDomainInfo()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".fetchDomainInfo()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 2}, {"id": "add_index_page_adddomaincomponent_fetchsubdomains", "label": ".fetchSubdomains()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".fetchSubdomains()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 2}, {"id": "add_index_page_adddomaincomponent_isdomaininfovalid", "label": ".isDomainInfoValid()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".isDomainInfoValid()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 1}, {"id": "add_index_page_adddomaincomponent_updateformwithdomaininfo", "label": ".updateFormWithDomainInfo()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateFormWithDomainInfo()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 1}, {"id": "add_index_page_adddomaincomponent_preparetabledata", "label": ".prepareTableData()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".prepareTableData()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 1}, {"id": "add_index_page_adddomaincomponent_makedateorundefined", "label": ".makeDateOrUndefined()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".makeDateOrUndefined()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 2}, {"id": "add_index_page_adddomaincomponent_formatdomainname", "label": ".formatDomainName()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".formatDomainName()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 2}, {"id": "add_index_page_adddomaincomponent_onsubmit", "label": ".onSubmit()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".onSubmit()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 6}, {"id": "add_index_page_adddomaincomponent_saveandaddnew", "label": ".saveAndAddNew()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".saveAndAddNew()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 2}, {"id": "add_index_page_adddomaincomponent_confirmdiscard", "label": ".confirmDiscard()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".confirmDiscard()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 1}, {"id": "add_index_page_adddomaincomponent_tagsvalidator", "label": ".tagsValidator()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".tagsValidator()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 2}, {"id": "add_index_page_adddomaincomponent_onenterkey", "label": ".onEnterKey()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".onEnterKey()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 3}, {"id": "add_index_page_adddomaincomponent_getdomainerrormessage", "label": ".getDomainErrorMessage()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDomainErrorMessage()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 1}, {"id": "add_index_page_adddomaincomponent_gettagserrormessage", "label": ".getTagsErrorMessage()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getTagsErrorMessage()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 1}, {"id": "add_index_page_adddomaincomponent_hasenablednotifications", "label": ".hasEnabledNotifications()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".hasEnabledNotifications()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 1}, {"id": "add_index_page_adddomaincomponent_getnoteserrormessage", "label": ".getNotesErrorMessage()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getNotesErrorMessage()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 1}, {"id": "add_index_page_adddomaincomponent_handlehttperror", "label": ".handleHttpError()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleHttpError()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 2}, {"id": "add_index_page_adddomaincomponent_handleerror", "label": ".handleError()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleError()", "community": 13, "community_name": "Community 13", "source_file": "reference/domain-locker/src/app/pages/domains/add/index.page.ts", "file_type": "code", "degree": 5}, {"id": "reference_domain_locker_src_app_pages_auth_login_page_ts", "label": "login.page.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "login.page.ts", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 1}, {"id": "auth_login_page_loginpagecomponent", "label": "LoginPageComponent", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "LoginPageComponent", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 28}, {"id": "auth_login_page_loginpagecomponent_constructor", "label": ".constructor()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 1}, {"id": "auth_login_page_loginpagecomponent_ngoninit", "label": ".ngOnInit()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ngOnInit()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 5}, {"id": "auth_login_page_loginpagecomponent_ngondestroy", "label": ".ngOnDestroy()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".ngOnDestroy()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 1}, {"id": "auth_login_page_loginpagecomponent_togglepasswordresetform", "label": ".togglePasswordResetForm()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".togglePasswordResetForm()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 2}, {"id": "auth_login_page_loginpagecomponent_saveupdatedpassword", "label": ".saveUpdatedPassword()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".saveUpdatedPassword()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 2}, {"id": "auth_login_page_loginpagecomponent_sendcaptcharesponse", "label": ".sendCaptchaResponse()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".sendCaptchaResponse()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 1}, {"id": "auth_login_page_loginpagecomponent_checkauthstatus", "label": ".checkAuthStatus()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkAuthStatus()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 2}, {"id": "auth_login_page_loginpagecomponent_onmodechange", "label": ".onModeChange()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".onModeChange()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 4}, {"id": "auth_login_page_loginpagecomponent_checkifsignupdisabled", "label": ".checkIfSignupDisabled()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkIfSignupDisabled()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 3}, {"id": "auth_login_page_loginpagecomponent_checkifdemoinstance", "label": ".checkIfDemoInstance()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkIfDemoInstance()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 2}, {"id": "auth_login_page_loginpagecomponent_passwordmatchvalidator", "label": ".passwordMatchValidator()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".passwordMatchValidator()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 1}, {"id": "auth_login_page_loginpagecomponent_signout", "label": ".signOut()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".signOut()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 1}, {"id": "auth_login_page_loginpagecomponent_resetmessages", "label": ".resetMessages()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".resetMessages()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 6}, {"id": "auth_login_page_loginpagecomponent_loginwithgithub", "label": ".loginWithGitHub()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".loginWithGitHub()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 2}, {"id": "auth_login_page_loginpagecomponent_loginwithgoogle", "label": ".loginWithGoogle()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".loginWithGoogle()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 2}, {"id": "auth_login_page_loginpagecomponent_loginwithfacebook", "label": ".loginWithFacebook()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".loginWithFacebook()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 2}, {"id": "auth_login_page_loginpagecomponent_sendpasswordresetemail", "label": ".sendPasswordResetEmail()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".sendPasswordResetEmail()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 2}, {"id": "auth_login_page_loginpagecomponent_onsubmit", "label": ".onSubmit()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".onSubmit()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 5}, {"id": "auth_login_page_loginpagecomponent_performlogin", "label": ".performLogin()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".performLogin()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 4}, {"id": "auth_login_page_loginpagecomponent_verifymfacode", "label": ".verifyMFACode()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".verifyMFACode()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 3}, {"id": "auth_login_page_loginpagecomponent_initialloginattempt", "label": ".initialLoginAttempt()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".initialLoginAttempt()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 4}, {"id": "auth_login_page_loginpagecomponent_setupmfaverification", "label": ".setupMFAVerification()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".setupMFAVerification()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 2}, {"id": "auth_login_page_loginpagecomponent_performsignup", "label": ".performSignUp()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".performSignUp()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 4}, {"id": "auth_login_page_loginpagecomponent_createtimeout", "label": ".createTimeout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".createTimeout()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 2}, {"id": "auth_login_page_loginpagecomponent_handlesuccess", "label": ".handleSuccess()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleSuccess()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 4}, {"id": "auth_login_page_loginpagecomponent_handleerror", "label": ".handleError()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleError()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 5}, {"id": "auth_login_page_loginpagecomponent_resendverificationemail", "label": ".resendVerificationEmail()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".resendVerificationEmail()", "community": 16, "community_name": "Community 16", "source_file": "reference/domain-locker/src/app/pages/(auth)/login.page.ts", "file_type": "code", "degree": 1}, {"id": "reference_domain_locker_src_app_pages_assets_links_index_page_ts", "label": "index.page.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "index.page.ts", "community": 22, "community_name": "Community 22", "source_file": "reference/domain-locker/src/app/pages/assets/links/index.page.ts", "file_type": "code", "degree": 1}, {"id": "links_index_page_linksindexpagecomponent", "label": "LinksIndexPageComponent", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": "LinksIndexPageComponent", "community": 22, "community_name": "Community 22", "source_file": "reference/domain-locker/src/app/pages/assets/links/index.page.ts", "file_type": "code", "degree": 19}, {"id": "links_index_page_linksindexpagecomponent_constructor", "label": ".constructor()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 22, "community_name": "Community 22", "source_file": "reference/domain-locker/src/app/pages/assets/links/index.page.ts", "file_type": "code", "degree": 1}, {"id": "links_index_page_linksindexpagecomponent_ngoninit", "label": ".ngOnInit()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ngOnInit()", "community": 22, "community_name": "Community 22", "source_file": "reference/domain-locker/src/app/pages/assets/links/index.page.ts", "file_type": "code", "degree": 2}, {"id": "links_index_page_linksindexpagecomponent_ondisplaybychange", "label": ".onDisplayByChange()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".onDisplayByChange()", "community": 22, "community_name": "Community 22", "source_file": "reference/domain-locker/src/app/pages/assets/links/index.page.ts", "file_type": "code", "degree": 2}, {"id": "links_index_page_linksindexpagecomponent_onshowautolinkschange", "label": ".onShowAutoLinksChange()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".onShowAutoLinksChange()", "community": 22, "community_name": "Community 22", "source_file": "reference/domain-locker/src/app/pages/assets/links/index.page.ts", "file_type": "code", "degree": 2}, {"id": "links_index_page_linksindexpagecomponent_openlink", "label": ".openLink()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".openLink()", "community": 22, "community_name": "Community 22", "source_file": "reference/domain-locker/src/app/pages/assets/links/index.page.ts", "file_type": "code", "degree": 1}, {"id": "links_index_page_linksindexpagecomponent_showeditlink", "label": ".showEditLink()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".showEditLink()", "community": 22, "community_name": "Community 22", "source_file": "reference/domain-locker/src/app/pages/assets/links/index.page.ts", "file_type": "code", "degree": 2}, {"id": "links_index_page_linksindexpagecomponent_addnewlink", "label": ".addNewLink()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".addNewLink()", "community": 22, "community_name": "Community 22", "source_file": "reference/domain-locker/src/app/pages/assets/links/index.page.ts", "file_type": "code", "degree": 2}, {"id": "links_index_page_linksindexpagecomponent_objkeys", "label": ".objKeys()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".objKeys()", "community": 22, "community_name": "Community 22", "source_file": "reference/domain-locker/src/app/pages/assets/links/index.page.ts", "file_type": "code", "degree": 1}, {"id": "links_index_page_linksindexpagecomponent_deletelink", "label": ".deleteLink()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteLink()", "community": 22, "community_name": "Community 22", "source_file": "reference/domain-locker/src/app/pages/assets/links/index.page.ts", "file_type": "code", "degree": 1}, {"id": "links_index_page_linksindexpagecomponent_loadlinks", "label": ".loadLinks()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".loadLinks()", "community": 22, "community_name": "Community 22", "source_file": "reference/domain-locker/src/app/pages/assets/links/index.page.ts", "file_type": "code", "degree": 2}, {"id": "links_index_page_linksindexpagecomponent_loaddomaindata", "label": ".loadDomainData()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".loadDomainData()", "community": 22, "community_name": "Community 22", "source_file": "reference/domain-locker/src/app/pages/assets/links/index.page.ts", "file_type": "code", "degree": 2}, {"id": "links_index_page_linksindexpagecomponent_autolinksfromdomaindata", "label": ".autoLinksFromDomainData()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".autoLinksFromDomainData()", "community": 22, "community_name": "Community 22", "source_file": "reference/domain-locker/src/app/pages/assets/links/index.page.ts", "file_type": "code", "degree": 3}, {"id": "links_index_page_linksindexpagecomponent_fetchproviders", "label": ".fetchProviders()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".fetchProviders()", "community": 22, "community_name": "Community 22", "source_file": "reference/domain-locker/src/app/pages/assets/links/index.page.ts", "file_type": "code", "degree": 2}, {"id": "links_index_page_linksindexpagecomponent_onrightclick", "label": ".onRightClick()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".onRightClick()", "community": 22, "community_name": "Community 22", "source_file": "reference/domain-locker/src/app/pages/assets/links/index.page.ts", "file_type": "code", "degree": 1}, {"id": "links_index_page_linksindexpagecomponent_openlinkdialog", "label": ".openLinkDialog()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".openLinkDialog()", "community": 22, "community_name": "Community 22", "source_file": "reference/domain-locker/src/app/pages/assets/links/index.page.ts", "file_type": "code", "degree": 3}, {"id": "links_index_page_linksindexpagecomponent_confirmdelete", "label": ".confirmDelete()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".confirmDelete()", "community": 22, "community_name": "Community 22", "source_file": "reference/domain-locker/src/app/pages/assets/links/index.page.ts", "file_type": "code", "degree": 1}, {"id": "links_index_page_linksindexpagecomponent_updatelink", "label": ".updateLink()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateLink()", "community": 22, "community_name": "Community 22", "source_file": "reference/domain-locker/src/app/pages/assets/links/index.page.ts", "file_type": "code", "degree": 1}, {"id": "links_index_page_linksindexpagecomponent_addlink", "label": ".addLink()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".addLink()", "community": 22, "community_name": "Community 22", "source_file": "reference/domain-locker/src/app/pages/assets/links/index.page.ts", "file_type": "code", "degree": 1}, {"id": "reference_domain_locker_src_server_routes_domain_updater_lib_utils_ts", "label": "utils.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "utils.ts", "community": 3, "community_name": "Community 3", "source_file": "reference/domain-locker/src/server/routes/domain-updater/lib/utils.ts", "file_type": "code", "degree": 1}, {"id": "lib_utils_withtimeout", "label": "withTimeout()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.3, "font": {"size": 12, "color": "#ffffff"}, "title": "withTimeout()", "community": 3, "community_name": "Community 3", "source_file": "reference/domain-locker/src/server/routes/domain-updater/lib/utils.ts", "file_type": "code", "degree": 17}, {"id": "utils_logger_logger_write", "label": ".write()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".write()", "community": 1, "community_name": "Community 1", "source_file": "reference/domain-locker/src/server/utils/logger.ts", "file_type": "code", "degree": 3}, {"id": "utils_logger_logger_warn", "label": ".warn()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 17.2, "font": {"size": 12, "color": "#ffffff"}, "title": ".warn()", "community": 1, "community_name": "Community 1", "source_file": "reference/domain-locker/src/server/utils/logger.ts", "file_type": "code", "degree": 23}, {"id": "utils_logger_logger_debug", "label": ".debug()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 17.2, "font": {"size": 12, "color": "#ffffff"}, "title": ".debug()", "community": 11, "community_name": "Community 11", "source_file": "reference/domain-locker/src/server/utils/logger.ts", "file_type": "code", "degree": 23}, {"id": "agent_cmdoptions_parse", "label": ".parse()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse()", "community": 4, "community_name": "Community 4", "source_file": "internal/cmd/agent/agent.go", "file_type": "code", "degree": 11}, {"id": "agent_cmdoptions_loadpublickeys", "label": ".loadPublicKeys()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".loadPublicKeys()", "community": 4, "community_name": "Community 4", "source_file": "internal/cmd/agent/agent.go", "file_type": "code", "degree": 2}, {"id": "agent_agent_main", "label": "main()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 4, "community_name": "Community 4", "source_file": "internal/cmd/agent/agent.go", "file_type": "code", "degree": 4}, {"id": "hub_hub_getbaseapp", "label": "getBaseApp()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "getBaseApp()", "community": 4, "community_name": "Community 4", "source_file": "internal/cmd/hub/hub.go", "file_type": "code", "degree": 2}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_empty", "label": "TestAverageSystemStatsSlice_Empty()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_Empty()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_singlerecord", "label": "TestAverageSystemStatsSlice_SingleRecord()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_SingleRecord()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_basicaveraging", "label": "TestAverageSystemStatsSlice_BasicAveraging()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_BasicAveraging()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_peakvalues", "label": "TestAverageSystemStatsSlice_PeakValues()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_PeakValues()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_diskiostats", "label": "TestAverageSystemStatsSlice_DiskIoStats()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_DiskIoStats()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_diskiostatspeakfromcurrentvalues", "label": "TestAverageSystemStatsSlice_DiskIoStatsPeakFromCurrentValues()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_DiskIoStatsPeakFromCurrentValues()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_peakfromcurrentvalues", "label": "TestAverageSystemStatsSlice_PeakFromCurrentValues()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_PeakFromCurrentValues()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_temperatures", "label": "TestAverageSystemStatsSlice_Temperatures()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_Temperatures()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_networkinterfaces", "label": "TestAverageSystemStatsSlice_NetworkInterfaces()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_NetworkInterfaces()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_extrafs", "label": "TestAverageSystemStatsSlice_ExtraFs()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_ExtraFs()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_extrafsdiskiostatspeakfromcurrentvalues", "label": "TestAverageSystemStatsSlice_ExtraFsDiskIoStatsPeakFromCurrentValues()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_ExtraFsDiskIoStatsPeakFromCurrentValues()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_extrafspeaksfromcurrentvalues", "label": "TestAverageSystemStatsSlice_ExtraFsPeaksFromCurrentValues()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_ExtraFsPeaksFromCurrentValues()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_gpudata", "label": "TestAverageSystemStatsSlice_GPUData()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_GPUData()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_multiplegpus", "label": "TestAverageSystemStatsSlice_MultipleGPUs()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_MultipleGPUs()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_cpucoresusage", "label": "TestAverageSystemStatsSlice_CpuCoresUsage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_CpuCoresUsage()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_cpucoresusagerounding", "label": "TestAverageSystemStatsSlice_CpuCoresUsageRounding()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_CpuCoresUsageRounding()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_cpubreakdown", "label": "TestAverageSystemStatsSlice_CpuBreakdown()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_CpuBreakdown()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_batterylastchargestate", "label": "TestAverageSystemStatsSlice_BatteryLastChargeState()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_BatteryLastChargeState()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_threerecordsrounding", "label": "TestAverageSystemStatsSlice_ThreeRecordsRounding()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_ThreeRecordsRounding()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_mixedoptionalfields", "label": "TestAverageSystemStatsSlice_MixedOptionalFields()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_MixedOptionalFields()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_averaging_test_testaveragesystemstatsslice_tenrecords", "label": "TestAverageSystemStatsSlice_TenRecords()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAverageSystemStatsSlice_TenRecords()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records_averaging_test.go", "file_type": "code", "degree": 1}, {"id": "internal_records_records_go", "label": "records.go", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "records.go", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records.go", "file_type": "code", "degree": 2}, {"id": "records_recordmanager_averagesystemstats", "label": ".AverageSystemStats()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".AverageSystemStats()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records.go", "file_type": "code", "degree": 2}, {"id": "records_records_averagesystemstatsslice", "label": "AverageSystemStatsSlice()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 18.4, "font": {"size": 12, "color": "#ffffff"}, "title": "AverageSystemStatsSlice()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records.go", "file_type": "code", "degree": 27}, {"id": "records_records_twodecimals", "label": "twoDecimals()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "twoDecimals()", "community": 7, "community_name": "Community 7", "source_file": "internal/records/records.go", "file_type": "code", "degree": 3}, {"id": "records_records_test_testrecordmanagercreation", "label": "TestRecordManagerCreation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestRecordManagerCreation()", "community": 0, "community_name": "Community 0", "source_file": "internal/records/records_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_test_testtwodecimals", "label": "TestTwoDecimals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestTwoDecimals()", "community": 1, "community_name": "Community 1", "source_file": "internal/records/records_test.go", "file_type": "code", "degree": 1}, {"id": "records_records_test_helpers_twodecimals", "label": "TwoDecimals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TwoDecimals()", "community": 1, "community_name": "Community 1", "source_file": "internal/records/records_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "records_records_deletion_test_testdeleteoldrecords", "label": "TestDeleteOldRecords()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestDeleteOldRecords()", "community": 0, "community_name": "Community 0", "source_file": "internal/records/records_deletion_test.go", "file_type": "code", "degree": 3}, {"id": "records_records_deletion_test_testdeleteoldsystemstats", "label": "TestDeleteOldSystemStats()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestDeleteOldSystemStats()", "community": 0, "community_name": "Community 0", "source_file": "internal/records/records_deletion_test.go", "file_type": "code", "degree": 3}, {"id": "records_records_deletion_test_testdeleteoldalertshistory", "label": "TestDeleteOldAlertsHistory()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestDeleteOldAlertsHistory()", "community": 0, "community_name": "Community 0", "source_file": "internal/records/records_deletion_test.go", "file_type": "code", "degree": 4}, {"id": "records_records_deletion_test_testdeleteoldalertshistoryedgecases", "label": "TestDeleteOldAlertsHistoryEdgeCases()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestDeleteOldAlertsHistoryEdgeCases()", "community": 0, "community_name": "Community 0", "source_file": "internal/records/records_deletion_test.go", "file_type": "code", "degree": 3}, {"id": "records_records_deletion_test_testdeleteoldsystemdservicerecords", "label": "TestDeleteOldSystemdServiceRecords()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestDeleteOldSystemdServiceRecords()", "community": 0, "community_name": "Community 0", "source_file": "internal/records/records_deletion_test.go", "file_type": "code", "degree": 4}, {"id": "internal_site_src_components_ui_use_toast_ts", "label": "use-toast.ts", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "use-toast.ts", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/ui/use-toast.ts", "file_type": "code", "degree": 3}, {"id": "ui_use_toast_genid", "label": "genId()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "genId()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/ui/use-toast.ts", "file_type": "code", "degree": 2}, {"id": "ui_use_toast_dispatch", "label": "dispatch()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "dispatch()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/ui/use-toast.ts", "file_type": "code", "degree": 2}, {"id": "ui_use_toast_toast", "label": "toast()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 16.6, "font": {"size": 12, "color": "#ffffff"}, "title": "toast()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/ui/use-toast.ts", "file_type": "code", "degree": 21}, {"id": "login_auth_form_showloginfaliedtoast", "label": "showLoginFaliedToast()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "showLoginFaliedToast()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/login/auth-form.tsx", "file_type": "code", "degree": 1}, {"id": "login_forgot_pass_form_showloginfaliedtoast", "label": "showLoginFaliedToast()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "showLoginFaliedToast()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/login/forgot-pass-form.tsx", "file_type": "code", "degree": 1}, {"id": "routes_domain_handlerefresh", "label": "handleRefresh()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "handleRefresh()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/routes/domain.tsx", "file_type": "code", "degree": 2}, {"id": "routes_domain_handledeleteconfirm", "label": "handleDeleteConfirm()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "handleDeleteConfirm()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/routes/domain.tsx", "file_type": "code", "degree": 2}, {"id": "settings_quiet_hours_handledelete", "label": "handleDelete()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "handleDelete()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/routes/settings/quiet-hours.tsx", "file_type": "code", "degree": 1}, {"id": "settings_quiet_hours_handlesubmit", "label": "handleSubmit()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "handleSubmit()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/routes/settings/quiet-hours.tsx", "file_type": "code", "degree": 2}, {"id": "settings_heartbeat_fetchstatus", "label": "fetchStatus()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "fetchStatus()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/routes/settings/heartbeat.tsx", "file_type": "code", "degree": 1}, {"id": "settings_heartbeat_sendtestheartbeat", "label": "sendTestHeartbeat()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "sendTestHeartbeat()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/routes/settings/heartbeat.tsx", "file_type": "code", "degree": 1}, {"id": "settings_config_yaml_fetchconfig", "label": "fetchConfig()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "fetchConfig()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/routes/settings/config-yaml.tsx", "file_type": "code", "degree": 1}, {"id": "settings_layout_savesettings", "label": "saveSettings()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "saveSettings()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/routes/settings/layout.tsx", "file_type": "code", "degree": 2}, {"id": "settings_general_refreshupdateinfo", "label": "refreshUpdateInfo()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "refreshUpdateInfo()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/routes/settings/general.tsx", "file_type": "code", "degree": 2}, {"id": "settings_general_applyupdate", "label": "applyUpdate()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "applyUpdate()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/routes/settings/general.tsx", "file_type": "code", "degree": 2}, {"id": "settings_notifications_updatesettings", "label": "updateSettings()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "updateSettings()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/routes/settings/notifications.tsx", "file_type": "code", "degree": 2}, {"id": "settings_notifications_sendtestnotification", "label": "sendTestNotification()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "sendTestNotification()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/routes/settings/notifications.tsx", "file_type": "code", "degree": 1}, {"id": "domains_table_domain_dialog_handlelookup", "label": "handleLookup()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "handleLookup()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/domains-table/domain-dialog.tsx", "file_type": "code", "degree": 1}, {"id": "alerts_alerts_sheet_failedupdatetoast", "label": "failedUpdateToast()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "failedUpdateToast()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/alerts/alerts-sheet.tsx", "file_type": "code", "degree": 1}, {"id": "monitors_table_add_monitor_dialog_handlesubmit", "label": "handleSubmit()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "handleSubmit()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/components/monitors-table/add-monitor-dialog.tsx", "file_type": "code", "degree": 1}, {"id": "lib_utils_copytoclipboard", "label": "copyToClipboard()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "copyToClipboard()", "community": 8, "community_name": "Community 8", "source_file": "internal/site/src/lib/utils.ts", "file_type": "code", "degree": 1}, {"id": "internal_tests_hub_go", "label": "hub.go", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "hub.go", "community": 0, "community_name": "Community 0", "source_file": "internal/tests/hub.go", "file_type": "code", "degree": 6}, {"id": "tests_hub_newtesthub", "label": "NewTestHub()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "NewTestHub()", "community": 0, "community_name": "Community 0", "source_file": "internal/tests/hub.go", "file_type": "code", "degree": 3}, {"id": "tests_hub_createuser", "label": "CreateUser()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.6, "font": {"size": 12, "color": "#ffffff"}, "title": "CreateUser()", "community": 0, "community_name": "Community 0", "source_file": "internal/tests/hub.go", "file_type": "code", "degree": 21}, {"id": "tests_hub_createuserwithrole", "label": "CreateUserWithRole()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateUserWithRole()", "community": 0, "community_name": "Community 0", "source_file": "internal/tests/hub.go", "file_type": "code", "degree": 4}, {"id": "tests_hub_createrecord", "label": "CreateRecord()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 25.3, "font": {"size": 12, "color": "#ffffff"}, "title": "CreateRecord()", "community": 0, "community_name": "Community 0", "source_file": "internal/tests/hub.go", "file_type": "code", "degree": 49}, {"id": "tests_hub_createsystems", "label": "CreateSystems()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 18.1, "font": {"size": 12, "color": "#ffffff"}, "title": "CreateSystems()", "community": 0, "community_name": "Community 0", "source_file": "internal/tests/hub.go", "file_type": "code", "degree": 26}, {"id": "tests_hub_gethubwithuser", "label": "GetHubWithUser()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 25.3, "font": {"size": 12, "color": "#ffffff"}, "title": "GetHubWithUser()", "community": 0, "community_name": "Community 0", "source_file": "internal/tests/hub.go", "file_type": "code", "degree": 49}, {"id": "tests_apiscenario_test", "label": ".Test()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": ".Test()", "community": 0, "community_name": "Community 0", "source_file": "internal/tests/api.go", "file_type": "code", "degree": 19}, {"id": "ghupdate_release_findassetbysuffix", "label": ".findAssetBySuffix()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".findAssetBySuffix()", "community": 2, "community_name": "Community 2", "source_file": "internal/ghupdate/release.go", "file_type": "code", "degree": 1}, {"id": "internal_entities_systemd_systemd_go", "label": "systemd.go", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "systemd.go", "community": 1, "community_name": "Community 1", "source_file": "internal/entities/systemd/systemd.go", "file_type": "code", "degree": 1}, {"id": "systemd_service_updatecpupercent", "label": ".UpdateCPUPercent()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateCPUPercent()", "community": 1, "community_name": "Community 1", "source_file": "internal/entities/systemd/systemd.go", "file_type": "code", "degree": 1}, {"id": "systemd_systemd_twodecimals", "label": "twoDecimals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "twoDecimals()", "community": 1, "community_name": "Community 1", "source_file": "internal/entities/systemd/systemd.go", "file_type": "code", "degree": 16}, {"id": "internal_entities_system_system_go", "label": "system.go", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "system.go", "community": 1, "community_name": "Community 1", "source_file": "internal/entities/system/system.go", "file_type": "code", "degree": 1}, {"id": "system_info", "label": "Info", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Info", "community": 1, "community_name": "Community 1", "source_file": "internal/entities/system/system.go", "file_type": "code", "degree": 18}, {"id": "alerts_alerts_status_test_teststatusalerts", "label": "TestStatusAlerts()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestStatusAlerts()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_status_test.go", "file_type": "code", "degree": 5}, {"id": "alerts_alerts_status_test_teststatusalertrecoverybeforedeadline", "label": "TestStatusAlertRecoveryBeforeDeadline()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestStatusAlertRecoveryBeforeDeadline()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_status_test.go", "file_type": "code", "degree": 1}, {"id": "alerts_alerts_status_test_teststatusalertnormalrecovery", "label": "TestStatusAlertNormalRecovery()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestStatusAlertNormalRecovery()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_status_test.go", "file_type": "code", "degree": 1}, {"id": "alerts_alerts_status_test_testhandlestatusalertsdoesnotsendrecoverywhiledownisonlypending", "label": "TestHandleStatusAlertsDoesNotSendRecoveryWhileDownIsOnlyPending()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestHandleStatusAlertsDoesNotSendRecoveryWhileDownIsOnlyPending()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_status_test.go", "file_type": "code", "degree": 1}, {"id": "alerts_alerts_status_test_teststatusalerttimercancellationpreventsboundarydelivery", "label": "TestStatusAlertTimerCancellationPreventsBoundaryDelivery()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestStatusAlertTimerCancellationPreventsBoundaryDelivery()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_status_test.go", "file_type": "code", "degree": 3}, {"id": "alerts_alerts_status_test_teststatusalertdownfiresafterdelayexpires", "label": "TestStatusAlertDownFiresAfterDelayExpires()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestStatusAlertDownFiresAfterDelayExpires()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_status_test.go", "file_type": "code", "degree": 2}, {"id": "alerts_alerts_status_test_teststatusalertmultipleusersrespectdifferentminutes", "label": "TestStatusAlertMultipleUsersRespectDifferentMinutes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestStatusAlertMultipleUsersRespectDifferentMinutes()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_status_test.go", "file_type": "code", "degree": 6}, {"id": "alerts_alerts_status_test_teststatusalertmultipleusersrecoverybetweenminutesonlyalertsearlieruser", "label": "TestStatusAlertMultipleUsersRecoveryBetweenMinutesOnlyAlertsEarlierUser()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestStatusAlertMultipleUsersRecoveryBetweenMinutesOnlyAlertsEarlierUser()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_status_test.go", "file_type": "code", "degree": 6}, {"id": "alerts_alerts_status_test_teststatusalertduplicatedowncallisidempotent", "label": "TestStatusAlertDuplicateDownCallIsIdempotent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestStatusAlertDuplicateDownCallIsIdempotent()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_status_test.go", "file_type": "code", "degree": 1}, {"id": "alerts_alerts_status_test_teststatusalertnoalertrecord", "label": "TestStatusAlertNoAlertRecord()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestStatusAlertNoAlertRecord()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_status_test.go", "file_type": "code", "degree": 1}, {"id": "alerts_alerts_status_test_testrestorependingstatusalertsrequeuesdownsystemsafterrestart", "label": "TestRestorePendingStatusAlertsRequeuesDownSystemsAfterRestart()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestRestorePendingStatusAlertsRequeuesDownSystemsAfterRestart()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_status_test.go", "file_type": "code", "degree": 3}, {"id": "alerts_alerts_status_test_testrestorependingstatusalertsskipsnondownoralreadytriggeredalerts", "label": "TestRestorePendingStatusAlertsSkipsNonDownOrAlreadyTriggeredAlerts()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestRestorePendingStatusAlertsSkipsNonDownOrAlreadyTriggeredAlerts()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_status_test.go", "file_type": "code", "degree": 3}, {"id": "alerts_alerts_status_test_testrestorependingstatusalertsisidempotent", "label": "TestRestorePendingStatusAlertsIsIdempotent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestRestorePendingStatusAlertsIsIdempotent()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_status_test.go", "file_type": "code", "degree": 4}, {"id": "alerts_alerts_status_test_testresolvestatusalertsfixesstaletriggered", "label": "TestResolveStatusAlertsFixesStaleTriggered()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestResolveStatusAlertsFixesStaleTriggered()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_status_test.go", "file_type": "code", "degree": 2}, {"id": "alerts_alerts_status_test_testresolvestatusalerts", "label": "TestResolveStatusAlerts()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestResolveStatusAlerts()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_status_test.go", "file_type": "code", "degree": 3}, {"id": "alerts_alerts_status_test_testalertshistorystatus", "label": "TestAlertsHistoryStatus()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAlertsHistoryStatus()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_status_test.go", "file_type": "code", "degree": 5}, {"id": "alerts_alerts_status_test_teststatusalertclearedbeforesend", "label": "TestStatusAlertClearedBeforeSend()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestStatusAlertClearedBeforeSend()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_status_test.go", "file_type": "code", "degree": 5}, {"id": "alerts_alerts_status_test_testcancelpendingstatusalertsclearsallalertsforsystem", "label": "TestCancelPendingStatusAlertsClearsAllAlertsForSystem()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestCancelPendingStatusAlertsClearsAllAlertsForSystem()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_status_test.go", "file_type": "code", "degree": 2}, {"id": "alerts_alerts_quiet_hours_test_testalertsilencedonetime", "label": "TestAlertSilencedOneTime()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAlertSilencedOneTime()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_quiet_hours_test.go", "file_type": "code", "degree": 3}, {"id": "alerts_alerts_quiet_hours_test_testalertsilenceddaily", "label": "TestAlertSilencedDaily()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAlertSilencedDaily()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_quiet_hours_test.go", "file_type": "code", "degree": 3}, {"id": "alerts_alerts_quiet_hours_test_testalertsilenceddailymidnightcrossing", "label": "TestAlertSilencedDailyMidnightCrossing()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAlertSilencedDailyMidnightCrossing()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_quiet_hours_test.go", "file_type": "code", "degree": 4}, {"id": "alerts_alerts_quiet_hours_test_testalertsilencedglobal", "label": "TestAlertSilencedGlobal()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAlertSilencedGlobal()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_quiet_hours_test.go", "file_type": "code", "degree": 3}, {"id": "alerts_alerts_quiet_hours_test_testalertsilencedsystemspecific", "label": "TestAlertSilencedSystemSpecific()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAlertSilencedSystemSpecific()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_quiet_hours_test.go", "file_type": "code", "degree": 3}, {"id": "alerts_alerts_quiet_hours_test_testalertsilencedmultiuser", "label": "TestAlertSilencedMultiUser()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAlertSilencedMultiUser()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_quiet_hours_test.go", "file_type": "code", "degree": 3}, {"id": "alerts_alerts_quiet_hours_test_testalertsilencedwithactualalert", "label": "TestAlertSilencedWithActualAlert()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAlertSilencedWithActualAlert()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_quiet_hours_test.go", "file_type": "code", "degree": 5}, {"id": "alerts_alerts_quiet_hours_test_testalertsilencednowindows", "label": "TestAlertSilencedNoWindows()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAlertSilencedNoWindows()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_quiet_hours_test.go", "file_type": "code", "degree": 2}, {"id": "alerts_alerts_battery_test_testbatteryalertlogic", "label": "TestBatteryAlertLogic()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestBatteryAlertLogic()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_battery_test.go", "file_type": "code", "degree": 4}, {"id": "alerts_alerts_battery_test_testbatteryalertnobattery", "label": "TestBatteryAlertNoBattery()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestBatteryAlertNoBattery()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_battery_test.go", "file_type": "code", "degree": 4}, {"id": "alerts_alerts_battery_test_testbatteryalertaveragedsamples", "label": "TestBatteryAlertAveragedSamples()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestBatteryAlertAveragedSamples()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_battery_test.go", "file_type": "code", "degree": 4}, {"id": "alerts_alerts_smart_test_testsmartdevicealert", "label": "TestSmartDeviceAlert()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestSmartDeviceAlert()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_smart_test.go", "file_type": "code", "degree": 3}, {"id": "alerts_alerts_smart_test_testsmartdevicealertpassedtowarning", "label": "TestSmartDeviceAlertPassedToWarning()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestSmartDeviceAlertPassedToWarning()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_smart_test.go", "file_type": "code", "degree": 3}, {"id": "alerts_alerts_smart_test_testsmartdevicealertwarningtofailed", "label": "TestSmartDeviceAlertWarningToFailed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestSmartDeviceAlertWarningToFailed()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_smart_test.go", "file_type": "code", "degree": 3}, {"id": "alerts_alerts_smart_test_testsmartdevicealertnoalertonnonpassedtofailed", "label": "TestSmartDeviceAlertNoAlertOnNonPassedToFailed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestSmartDeviceAlertNoAlertOnNonPassedToFailed()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_smart_test.go", "file_type": "code", "degree": 3}, {"id": "alerts_alerts_smart_test_testsmartdevicealertmultipleusers", "label": "TestSmartDeviceAlertMultipleUsers()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestSmartDeviceAlertMultipleUsers()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_smart_test.go", "file_type": "code", "degree": 4}, {"id": "alerts_alerts_smart_test_testsmartdevicealertwithoutmodel", "label": "TestSmartDeviceAlertWithoutModel()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestSmartDeviceAlertWithoutModel()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_smart_test.go", "file_type": "code", "degree": 3}, {"id": "alerts_alerts_disk_test_testdiskalertextrafsmultiminute", "label": "TestDiskAlertExtraFsMultiMinute()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestDiskAlertExtraFsMultiMinute()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_disk_test.go", "file_type": "code", "degree": 4}, {"id": "alerts_alerts_test_testalertshistory", "label": "TestAlertsHistory()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAlertsHistory()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_test.go", "file_type": "code", "degree": 5}, {"id": "alerts_alerts_test_testsetalerttriggered", "label": "TestSetAlertTriggered()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestSetAlertTriggered()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_test.go", "file_type": "code", "degree": 3}, {"id": "alerts_alerts_api_test_testuseralertsapi", "label": "TestUserAlertsApi()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestUserAlertsApi()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_api_test.go", "file_type": "code", "degree": 3}, {"id": "alerts_alerts_api_test_testsendtestnotification", "label": "TestSendTestNotification()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestSendTestNotification()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_api_test.go", "file_type": "code", "degree": 2}, {"id": "internal_alerts_alerts_go", "label": "alerts.go", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "alerts.go", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts.go", "file_type": "code", "degree": 1}, {"id": "alerts_alertmanager", "label": "AlertManager", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 18.4, "font": {"size": 12, "color": "#ffffff"}, "title": "AlertManager", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_test_helpers.go", "file_type": "code", "degree": 27}, {"id": "alerts_alertmanager_bindevents", "label": ".bindEvents()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".bindEvents()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts.go", "file_type": "code", "degree": 1}, {"id": "alerts_alertmanager_isnotificationsilenced", "label": ".IsNotificationSilenced()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".IsNotificationSilenced()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts.go", "file_type": "code", "degree": 3}, {"id": "alerts_alertmanager_sendalert", "label": ".SendAlert()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".SendAlert()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts.go", "file_type": "code", "degree": 4}, {"id": "alerts_alertmanager_sendshoutrrralert", "label": ".SendShoutrrrAlert()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".SendShoutrrrAlert()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts.go", "file_type": "code", "degree": 3}, {"id": "alerts_alertmanager_setalerttriggered", "label": ".SetAlertTriggered()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetAlertTriggered()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "alerts_alertmanager_handlesmartdevicealert", "label": ".handleSmartDeviceAlert()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleSmartDeviceAlert()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_smart.go", "file_type": "code", "degree": 2}, {"id": "alerts_alertmanager_handlesystemalerts", "label": ".HandleSystemAlerts()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".HandleSystemAlerts()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_system.go", "file_type": "code", "degree": 4}, {"id": "alerts_alertmanager_sendsystemalert", "label": ".sendSystemAlert()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".sendSystemAlert()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_system.go", "file_type": "code", "degree": 2}, {"id": "alerts_alerts_system_test_newsystemalerttestfixture", "label": "newSystemAlertTestFixture()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "newSystemAlertTestFixture()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_system_test.go", "file_type": "code", "degree": 4}, {"id": "alerts_alerts_system_test_waitforsystemalert", "label": "waitForSystemAlert()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "waitForSystemAlert()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_system_test.go", "file_type": "code", "degree": 1}, {"id": "alerts_alertmanager_sendtestnotification", "label": ".SendTestNotification()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".SendTestNotification()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_api.go", "file_type": "code", "degree": 1}, {"id": "alerts_alerts_cache_newalertscache", "label": "NewAlertsCache()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "NewAlertsCache()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_cache.go", "file_type": "code", "degree": 4}, {"id": "alerts_alertscache_update", "label": ".Update()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 2, "community_name": "Community 2", "source_file": "internal/alerts/alerts_cache.go", "file_type": "code", "degree": 1}, {"id": "alerts_alertscache_getsystemalerts", "label": ".GetSystemAlerts()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetSystemAlerts()", "community": 2, "community_name": "Community 2", "source_file": "internal/alerts/alerts_cache.go", "file_type": "code", "degree": 2}, {"id": "alerts_alertmanager_stop", "label": ".Stop()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".Stop()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_status.go", "file_type": "code", "degree": 2}, {"id": "alerts_alertmanager_handlestatusalerts", "label": ".HandleStatusAlerts()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".HandleStatusAlerts()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_status.go", "file_type": "code", "degree": 4}, {"id": "alerts_alertmanager_handlesystemdown", "label": ".handleSystemDown()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleSystemDown()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_status.go", "file_type": "code", "degree": 4}, {"id": "alerts_alertmanager_schedulependingstatusalert", "label": ".schedulePendingStatusAlert()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".schedulePendingStatusAlert()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_status.go", "file_type": "code", "degree": 4}, {"id": "alerts_alertmanager_handlesystemup", "label": ".handleSystemUp()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleSystemUp()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_status.go", "file_type": "code", "degree": 4}, {"id": "alerts_alertmanager_cancelpendingalert", "label": ".cancelPendingAlert()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".cancelPendingAlert()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_status.go", "file_type": "code", "degree": 4}, {"id": "alerts_alertmanager_cancelpendingstatusalerts", "label": ".CancelPendingStatusAlerts()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CancelPendingStatusAlerts()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_status.go", "file_type": "code", "degree": 2}, {"id": "alerts_alertmanager_processpendingalert", "label": ".processPendingAlert()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".processPendingAlert()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_status.go", "file_type": "code", "degree": 3}, {"id": "alerts_alertmanager_sendstatusalert", "label": ".sendStatusAlert()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".sendStatusAlert()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_status.go", "file_type": "code", "degree": 3}, {"id": "alerts_alertmanager_restorependingstatusalerts", "label": ".RestorePendingStatusAlerts()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".RestorePendingStatusAlerts()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_test_helpers.go", "file_type": "code", "degree": 3}, {"id": "alerts_alertmanager_getsystemalertscache", "label": ".GetSystemAlertsCache()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetSystemAlertsCache()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "alerts_alertmanager_getalertmanager", "label": ".GetAlertManager()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAlertManager()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "alerts_alertmanager_getpendingalerts", "label": ".GetPendingAlerts()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetPendingAlerts()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "alerts_alertmanager_getpendingalertscount", "label": ".GetPendingAlertsCount()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetPendingAlertsCount()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "alerts_alertmanager_processpendingalerts", "label": ".ProcessPendingAlerts()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".ProcessPendingAlerts()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "alerts_alertmanager_forceexpirependingalerts", "label": ".ForceExpirePendingAlerts()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".ForceExpirePendingAlerts()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "alerts_alertmanager_resetpendingalerttimer", "label": ".ResetPendingAlertTimer()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".ResetPendingAlertTimer()", "community": 14, "community_name": "Community 14", "source_file": "internal/alerts/alerts_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "alerts_alerts_cache_test_testsystemalertscachepopulateandfilter", "label": "TestSystemAlertsCachePopulateAndFilter()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestSystemAlertsCachePopulateAndFilter()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_cache_test.go", "file_type": "code", "degree": 5}, {"id": "alerts_alerts_cache_test_testsystemalertscachelazyloadupdateanddelete", "label": "TestSystemAlertsCacheLazyLoadUpdateAndDelete()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestSystemAlertsCacheLazyLoadUpdateAndDelete()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_cache_test.go", "file_type": "code", "degree": 5}, {"id": "alerts_alerts_cache_test_testsystemalertscacherefreshreturnslatestcopy", "label": "TestSystemAlertsCacheRefreshReturnsLatestCopy()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestSystemAlertsCacheRefreshReturnsLatestCopy()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_cache_test.go", "file_type": "code", "degree": 4}, {"id": "alerts_alerts_cache_test_testalertmanagercachelifecycle", "label": "TestAlertManagerCacheLifecycle()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAlertManagerCacheLifecycle()", "community": 0, "community_name": "Community 0", "source_file": "internal/alerts/alerts_cache_test.go", "file_type": "code", "degree": 4}, {"id": "hub_hub", "label": "Hub", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 19.4, "font": {"size": 12, "color": "#ffffff"}, "title": "Hub", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/server_production.go", "file_type": "code", "degree": 30}, {"id": "hub_hub_getupdate", "label": ".getUpdate()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getUpdate()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/app_update.go", "file_type": "code", "degree": 1}, {"id": "hub_hub_applyupdate", "label": ".applyUpdate()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".applyUpdate()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/app_update.go", "file_type": "code", "degree": 2}, {"id": "hub_app_update_fetchghcrdigest", "label": "fetchGHCRDigest()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "fetchGHCRDigest()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/app_update.go", "file_type": "code", "degree": 2}, {"id": "hub_app_update_fetchregistrytoken", "label": "fetchRegistryToken()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "fetchRegistryToken()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/app_update.go", "file_type": "code", "degree": 3}, {"id": "hub_dockerapi_inspectcontainer", "label": ".inspectContainer()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".inspectContainer()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/app_update.go", "file_type": "code", "degree": 2}, {"id": "hub_app_update_newcontainerupdatehelpercmd", "label": "NewContainerUpdateHelperCmd()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "NewContainerUpdateHelperCmd()", "community": 4, "community_name": "Community 4", "source_file": "internal/hub/app_update.go", "file_type": "code", "degree": 2}, {"id": "hub_hub_startserver", "label": ".startServer()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".startServer()", "community": 4, "community_name": "Community 4", "source_file": "internal/hub/server_production.go", "file_type": "code", "degree": 2}, {"id": "hub_hub_handleagentconnect", "label": ".handleAgentConnect()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleAgentConnect()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/agent_connect.go", "file_type": "code", "degree": 1}, {"id": "hub_agentconnectrequest_validateagentheaders", "label": ".validateAgentHeaders()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".validateAgentHeaders()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/agent_connect.go", "file_type": "code", "degree": 2}, {"id": "hub_agentconnectrequest_handlenorecords", "label": ".handleNoRecords()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleNoRecords()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/agent_connect.go", "file_type": "code", "degree": 2}, {"id": "hub_agentconnectrequest_handlesinglerecord", "label": ".handleSingleRecord()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleSingleRecord()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/agent_connect.go", "file_type": "code", "degree": 2}, {"id": "hub_agentconnectrequest_handlemultiplerecordsoruniversaltoken", "label": ".handleMultipleRecordsOrUniversalToken()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleMultipleRecordsOrUniversalToken()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/agent_connect.go", "file_type": "code", "degree": 2}, {"id": "hub_agentconnectrequest_createnewsystemforuniversaltoken", "label": ".createNewSystemForUniversalToken()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".createNewSystemForUniversalToken()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/agent_connect.go", "file_type": "code", "degree": 4}, {"id": "hub_hub_setfingerprint", "label": ".SetFingerprint()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetFingerprint()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/agent_connect.go", "file_type": "code", "degree": 3}, {"id": "hub_server_getpublicappinfo", "label": "getPublicAppInfo()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "getPublicAppInfo()", "community": 4, "community_name": "Community 4", "source_file": "internal/hub/server.go", "file_type": "code", "degree": 2}, {"id": "hub_collections_test_testcollectionrulesdefault", "label": "TestCollectionRulesDefault()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestCollectionRulesDefault()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/collections_test.go", "file_type": "code", "degree": 1}, {"id": "hub_collections_test_testcollectionrulesshareallsystems", "label": "TestCollectionRulesShareAllSystems()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestCollectionRulesShareAllSystems()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/collections_test.go", "file_type": "code", "degree": 1}, {"id": "hub_collections_test_testdisablepasswordauth", "label": "TestDisablePasswordAuth()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestDisablePasswordAuth()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/collections_test.go", "file_type": "code", "degree": 1}, {"id": "hub_collections_test_testusercreation", "label": "TestUserCreation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestUserCreation()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/collections_test.go", "file_type": "code", "degree": 1}, {"id": "hub_collections_test_testmfaotp", "label": "TestMFAOtp()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestMFAOtp()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/collections_test.go", "file_type": "code", "degree": 1}, {"id": "hub_collections_test_testapicollectionsauthrules", "label": "TestApiCollectionsAuthRules()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestApiCollectionsAuthRules()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/collections_test.go", "file_type": "code", "degree": 4}, {"id": "hub_hub_test_testmakelink", "label": "TestMakeLink()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestMakeLink()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/hub_test.go", "file_type": "code", "degree": 1}, {"id": "hub_hub_test_testgetsshkey", "label": "TestGetSSHKey()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestGetSSHKey()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/hub_test.go", "file_type": "code", "degree": 1}, {"id": "hub_hub_test_testappurl", "label": "TestAppUrl()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAppUrl()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/hub_test.go", "file_type": "code", "degree": 1}, {"id": "internal_hub_hub_go", "label": "hub.go", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "hub.go", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/hub.go", "file_type": "code", "degree": 2}, {"id": "hub_hub_newhub", "label": "NewHub()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "NewHub()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/hub.go", "file_type": "code", "degree": 4}, {"id": "hub_hub_starthub", "label": ".StartHub()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".StartHub()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/hub.go", "file_type": "code", "degree": 8}, {"id": "hub_hub_initialize", "label": ".initialize()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".initialize()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/hub.go", "file_type": "code", "degree": 4}, {"id": "hub_hub_registercronjobs", "label": ".registerCronJobs()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".registerCronJobs()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/hub.go", "file_type": "code", "degree": 2}, {"id": "hub_hub_bindmonitorhooks", "label": ".bindMonitorHooks()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".bindMonitorHooks()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/hub.go", "file_type": "code", "degree": 2}, {"id": "hub_hub_binddomainhooks", "label": ".bindDomainHooks()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".bindDomainHooks()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/hub.go", "file_type": "code", "degree": 2}, {"id": "hub_hub_getsshkey", "label": ".GetSSHKey()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetSSHKey()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/hub.go", "file_type": "code", "degree": 1}, {"id": "hub_hub_makelink", "label": ".MakeLink()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".MakeLink()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/hub.go", "file_type": "code", "degree": 1}, {"id": "hub_collections_setcollectionauthsettings", "label": "setCollectionAuthSettings()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "setCollectionAuthSettings()", "community": 4, "community_name": "Community 4", "source_file": "internal/hub/collections.go", "file_type": "code", "degree": 1}, {"id": "hub_hub_getsystemmanager", "label": ".GetSystemManager()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetSystemManager()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/hub_test_helpers.go", "file_type": "code", "degree": 2}, {"id": "hub_hub_getpubkey", "label": ".GetPubkey()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetPubkey()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/hub_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "hub_hub_setpubkey", "label": ".SetPubkey()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetPubkey()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/hub_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "hub_hub_setcollectionauthsettings", "label": ".SetCollectionAuthSettings()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetCollectionAuthSettings()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/hub_test_helpers.go", "file_type": "code", "degree": 2}, {"id": "hub_hub_getdomainscheduler", "label": ".GetDomainScheduler()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetDomainScheduler()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/hub_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "hub_hub_getmonitorscheduler", "label": ".GetMonitorScheduler()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetMonitorScheduler()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/hub_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "hub_agent_connect_test_cleanuptesthub", "label": "cleanupTestHub()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanupTestHub()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/agent_connect_test.go", "file_type": "code", "degree": 4}, {"id": "hub_agent_connect_test_testagentwebsocketintegration", "label": "TestAgentWebSocketIntegration()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAgentWebSocketIntegration()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/agent_connect_test.go", "file_type": "code", "degree": 4}, {"id": "hub_agent_connect_test_testmultiplesystemswithsameuniversaltoken", "label": "TestMultipleSystemsWithSameUniversalToken()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestMultipleSystemsWithSameUniversalToken()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/agent_connect_test.go", "file_type": "code", "degree": 4}, {"id": "hub_agent_connect_test_testpermanentuniversaltokenfromdb", "label": "TestPermanentUniversalTokenFromDB()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestPermanentUniversalTokenFromDB()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/agent_connect_test.go", "file_type": "code", "degree": 3}, {"id": "hub_hub_registermiddlewares", "label": ".registerMiddlewares()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".registerMiddlewares()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/api.go", "file_type": "code", "degree": 2}, {"id": "hub_hub_registerapiroutes", "label": ".registerApiRoutes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".registerApiRoutes()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/api.go", "file_type": "code", "degree": 2}, {"id": "hub_hub_getinfo", "label": ".getInfo()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getInfo()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/api.go", "file_type": "code", "degree": 1}, {"id": "hub_hub_getuniversaltoken", "label": ".getUniversalToken()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getUniversalToken()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/api.go", "file_type": "code", "degree": 2}, {"id": "hub_hub_getheartbeatstatus", "label": ".getHeartbeatStatus()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getHeartbeatStatus()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/api.go", "file_type": "code", "degree": 1}, {"id": "hub_hub_testheartbeat", "label": ".testHeartbeat()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".testHeartbeat()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/api.go", "file_type": "code", "degree": 1}, {"id": "hub_hub_containerrequesthandler", "label": ".containerRequestHandler()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".containerRequestHandler()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/api.go", "file_type": "code", "degree": 3}, {"id": "hub_hub_getcontainerlogs", "label": ".getContainerLogs()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getContainerLogs()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/api.go", "file_type": "code", "degree": 2}, {"id": "hub_hub_getcontainerinfo", "label": ".getContainerInfo()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getContainerInfo()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/api.go", "file_type": "code", "degree": 2}, {"id": "hub_hub_getsystemdinfo", "label": ".getSystemdInfo()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getSystemdInfo()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/api.go", "file_type": "code", "degree": 1}, {"id": "hub_hub_refreshsmartdata", "label": ".refreshSmartData()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".refreshSmartData()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/api.go", "file_type": "code", "degree": 1}, {"id": "settings_api_getenv", "label": "getEnv()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getEnv()", "community": 4, "community_name": "Community 4", "source_file": "internal/hub/settings/api.go", "file_type": "code", "degree": 1}, {"id": "internal_hub_bulk_api_go", "label": "api.go", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "api.go", "community": 6, "community_name": "Community 6", "source_file": "internal/hub/bulk/api.go", "file_type": "code", "degree": 1}, {"id": "bulk_apihandler_importmonitors", "label": ".importMonitors()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".importMonitors()", "community": 6, "community_name": "Community 6", "source_file": "internal/hub/bulk/api.go", "file_type": "code", "degree": 2}, {"id": "bulk_api_parseint", "label": "parseInt()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 18.4, "font": {"size": 12, "color": "#ffffff"}, "title": "parseInt()", "community": 6, "community_name": "Community 6", "source_file": "internal/hub/bulk/api.go", "file_type": "code", "degree": 27}, {"id": "expirymap_expirymap_t_len", "label": ".Len()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".Len()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/expirymap/expirymap_test.go", "file_type": "code", "degree": 96}, {"id": "expirymap_expirymap_test_testexpirymap_expiration", "label": "TestExpiryMap_Expiration()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestExpiryMap_Expiration()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/expirymap/expirymap_test.go", "file_type": "code", "degree": 1}, {"id": "expirymap_expirymap_test_testexpirymap_lazycleanup", "label": "TestExpiryMap_LazyCleanup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestExpiryMap_LazyCleanup()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/expirymap/expirymap_test.go", "file_type": "code", "degree": 1}, {"id": "expirymap_expirymap_test_testexpirymap_len", "label": "TestExpiryMap_Len()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestExpiryMap_Len()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/expirymap/expirymap_test.go", "file_type": "code", "degree": 2}, {"id": "expirymap_expirymap_test_testexpirymap_custominterval", "label": "TestExpiryMap_CustomInterval()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestExpiryMap_CustomInterval()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/expirymap/expirymap_test.go", "file_type": "code", "degree": 1}, {"id": "expirymap_expirymap_test_testexpirymap_updateexpiration", "label": "TestExpiryMap_UpdateExpiration()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestExpiryMap_UpdateExpiration()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/expirymap/expirymap_test.go", "file_type": "code", "degree": 1}, {"id": "expirymap_expirymap_test_testexpirymap_zerovalues", "label": "TestExpiryMap_ZeroValues()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestExpiryMap_ZeroValues()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/expirymap/expirymap_test.go", "file_type": "code", "degree": 1}, {"id": "expirymap_expirymap_test_testexpirymap_concurrent", "label": "TestExpiryMap_Concurrent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestExpiryMap_Concurrent()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/expirymap/expirymap_test.go", "file_type": "code", "degree": 1}, {"id": "expirymap_expirymap_test_testexpirymap_getbyvalue_expiration", "label": "TestExpiryMap_GetByValue_Expiration()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestExpiryMap_GetByValue_Expiration()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/expirymap/expirymap_test.go", "file_type": "code", "degree": 1}, {"id": "expirymap_expirymap_test_testexpirymap_removevalue_withexpiration", "label": "TestExpiryMap_RemoveValue_WithExpiration()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestExpiryMap_RemoveValue_WithExpiration()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/expirymap/expirymap_test.go", "file_type": "code", "degree": 1}, {"id": "expirymap_expirymap_test_testexpirymap_cleaner", "label": "TestExpiryMap_Cleaner()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestExpiryMap_Cleaner()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/expirymap/expirymap_test.go", "file_type": "code", "degree": 3}, {"id": "expirymap_expirymap_new", "label": "New()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "New()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/expirymap/expirymap.go", "file_type": "code", "degree": 1}, {"id": "ws_request_manager_test_testrequestmanager_basicfunctionality", "label": "TestRequestManager_BasicFunctionality()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestRequestManager_BasicFunctionality()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/ws/request_manager_test.go", "file_type": "code", "degree": 1}, {"id": "ws_requestmanager_sendrequest", "label": ".SendRequest()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".SendRequest()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/ws/request_manager.go", "file_type": "code", "degree": 1}, {"id": "ws_basehandler_handlelegacy", "label": ".HandleLegacy()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".HandleLegacy()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/ws/handlers.go", "file_type": "code", "degree": 1}, {"id": "ws_fingerprinthandler_handle", "label": ".Handle()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".Handle()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/ws/handlers.go", "file_type": "code", "degree": 2}, {"id": "ws_handler_onclose", "label": ".OnClose()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".OnClose()", "community": 8, "community_name": "Community 8", "source_file": "internal/hub/ws/ws.go", "file_type": "code", "degree": 2}, {"id": "ws_wsconn_handleagentrequest", "label": ".handleAgentRequest()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleAgentRequest()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/ws/ws.go", "file_type": "code", "degree": 1}, {"id": "config_config_test_testconfigsyncwithtokens", "label": "TestConfigSyncWithTokens()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestConfigSyncWithTokens()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/config/config_test.go", "file_type": "code", "degree": 5}, {"id": "config_config_test_testconfigmigrationscenario", "label": "TestConfigMigrationScenario()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestConfigMigrationScenario()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/config/config_test.go", "file_type": "code", "degree": 4}, {"id": "config_config_syncsystems", "label": "SyncSystems()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "SyncSystems()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/config/config.go", "file_type": "code", "degree": 5}, {"id": "internal_hub_systems_system_go", "label": "system.go", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "system.go", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 1}, {"id": "systems_system", "label": "System", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 19.4, "font": {"size": 12, "color": "#ffffff"}, "title": "System", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/systems_test_helpers.go", "file_type": "code", "degree": 30}, {"id": "systems_systemmanager", "label": "SystemManager", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 20.6, "font": {"size": 12, "color": "#ffffff"}, "title": "SystemManager", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/systems_test_helpers.go", "file_type": "code", "degree": 34}, {"id": "systems_systemmanager_newsystem", "label": ".NewSystem()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".NewSystem()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 2}, {"id": "systems_system_startupdater", "label": ".StartUpdater()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".StartUpdater()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 3}, {"id": "systems_system_update", "label": ".update()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".update()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 9}, {"id": "systems_system_handlepaused", "label": ".handlePaused()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".handlePaused()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 2}, {"id": "systems_system_createrecords", "label": ".CreateRecords()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateRecords()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/systems_test_helpers.go", "file_type": "code", "degree": 4}, {"id": "systems_system_getrecord", "label": ".getRecord()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".getRecord()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 3}, {"id": "systems_system_hasuser", "label": ".HasUser()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".HasUser()", "community": 4, "community_name": "Community 4", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 2}, {"id": "systems_system_setdown", "label": ".setDown()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setDown()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 4}, {"id": "systems_system_getcontext", "label": ".getContext()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getContext()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 2}, {"id": "systems_system_request", "label": ".request()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".request()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 8}, {"id": "systems_system_ensuresshtransport", "label": ".ensureSSHTransport()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ensureSSHTransport()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 2}, {"id": "systems_system_fetchdatafromagent", "label": ".fetchDataFromAgent()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".fetchDataFromAgent()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 5}, {"id": "systems_system_fetchdataviawebsocket", "label": ".fetchDataViaWebSocket()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".fetchDataViaWebSocket()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 4}, {"id": "systems_system_fetchcontainerinfofromagent", "label": ".FetchContainerInfoFromAgent()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".FetchContainerInfoFromAgent()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 3}, {"id": "systems_system_fetchcontainerlogsfromagent", "label": ".FetchContainerLogsFromAgent()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".FetchContainerLogsFromAgent()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 3}, {"id": "systems_system_fetchsystemdinfofromagent", "label": ".FetchSystemdInfoFromAgent()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".FetchSystemdInfoFromAgent()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 3}, {"id": "systems_system_fetchsmartdatafromagent", "label": ".FetchSmartDataFromAgent()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".FetchSmartDataFromAgent()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 3}, {"id": "systems_system_fetchdataviassh", "label": ".fetchDataViaSSH()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".fetchDataViaSSH()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 3}, {"id": "systems_system_runsshoperation", "label": ".runSSHOperation()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".runSSHOperation()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 5}, {"id": "systems_system_createsshclient", "label": ".createSSHClient()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".createSSHClient()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 2}, {"id": "systems_system_createsessionwithtimeout", "label": ".createSessionWithTimeout()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".createSessionWithTimeout()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 3}, {"id": "systems_system_closesshconnection", "label": ".closeSSHConnection()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".closeSSHConnection()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 4}, {"id": "systems_system_closewebsocketconnection", "label": ".closeWebSocketConnection()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".closeWebSocketConnection()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system.go", "file_type": "code", "degree": 4}, {"id": "internal_hub_systems_system_manager_go", "label": "system_manager.go", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "system_manager.go", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/systems/system_manager.go", "file_type": "code", "degree": 2}, {"id": "systems_system_manager_newsystemmanager", "label": "NewSystemManager()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "NewSystemManager()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/systems/system_manager.go", "file_type": "code", "degree": 3}, {"id": "systems_systemmanager_getsystem", "label": ".GetSystem()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetSystem()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_manager.go", "file_type": "code", "degree": 1}, {"id": "systems_systemmanager_initialize", "label": ".Initialize()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".Initialize()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_manager.go", "file_type": "code", "degree": 7}, {"id": "systems_systemmanager_bindeventhooks", "label": ".bindEventHooks()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".bindEventHooks()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_manager.go", "file_type": "code", "degree": 7}, {"id": "systems_systemmanager_ontokenrotated", "label": ".onTokenRotated()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".onTokenRotated()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_manager.go", "file_type": "code", "degree": 3}, {"id": "systems_systemmanager_onrecordcreate", "label": ".onRecordCreate()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".onRecordCreate()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_manager.go", "file_type": "code", "degree": 2}, {"id": "systems_systemmanager_onrecordaftercreatesuccess", "label": ".onRecordAfterCreateSuccess()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".onRecordAfterCreateSuccess()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_manager.go", "file_type": "code", "degree": 3}, {"id": "systems_systemmanager_onrecordupdate", "label": ".onRecordUpdate()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".onRecordUpdate()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_manager.go", "file_type": "code", "degree": 2}, {"id": "systems_systemmanager_onrecordafterupdatesuccess", "label": ".onRecordAfterUpdateSuccess()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".onRecordAfterUpdateSuccess()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_manager.go", "file_type": "code", "degree": 5}, {"id": "systems_systemmanager_onrecordafterdeletesuccess", "label": ".onRecordAfterDeleteSuccess()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".onRecordAfterDeleteSuccess()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_manager.go", "file_type": "code", "degree": 3}, {"id": "systems_systemmanager_addsystem", "label": ".AddSystem()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".AddSystem()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_manager.go", "file_type": "code", "degree": 4}, {"id": "systems_systemmanager_removesystem", "label": ".RemoveSystem()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".RemoveSystem()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_manager.go", "file_type": "code", "degree": 7}, {"id": "systems_systemmanager_addrecord", "label": ".AddRecord()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".AddRecord()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_manager.go", "file_type": "code", "degree": 6}, {"id": "systems_systemmanager_addwebsocketsystem", "label": ".AddWebSocketSystem()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".AddWebSocketSystem()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_manager.go", "file_type": "code", "degree": 3}, {"id": "systems_systemmanager_resetfailedsmartfetchstate", "label": ".resetFailedSmartFetchState()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".resetFailedSmartFetchState()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_manager.go", "file_type": "code", "degree": 2}, {"id": "systems_systemmanager_createsshclientconfig", "label": ".createSSHClientConfig()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".createSSHClientConfig()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_manager.go", "file_type": "code", "degree": 2}, {"id": "systems_system_fetchandsavesmartdevices", "label": ".FetchAndSaveSmartDevices()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".FetchAndSaveSmartDevices()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_smart.go", "file_type": "code", "degree": 4}, {"id": "systems_system_recordsmartfetchresult", "label": ".recordSmartFetchResult()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".recordSmartFetchResult()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_smart.go", "file_type": "code", "degree": 3}, {"id": "systems_system_shouldfetchsmart", "label": ".shouldFetchSmart()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".shouldFetchSmart()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_smart.go", "file_type": "code", "degree": 2}, {"id": "systems_system_smartfetchinterval", "label": ".smartFetchInterval()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".smartFetchInterval()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_smart.go", "file_type": "code", "degree": 3}, {"id": "systems_system_savesmartdevices", "label": ".saveSmartDevices()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".saveSmartDevices()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_smart.go", "file_type": "code", "degree": 4}, {"id": "systems_system_upsertsmartdevicerecord", "label": ".upsertSmartDeviceRecord()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".upsertSmartDeviceRecord()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_smart.go", "file_type": "code", "degree": 2}, {"id": "systems_systems_test_testsystemmanagernew", "label": "TestSystemManagerNew()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestSystemManagerNew()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/systems/systems_test.go", "file_type": "code", "degree": 6}, {"id": "systems_systems_test_testold", "label": "testOld()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "testOld()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/systems/systems_test.go", "file_type": "code", "degree": 5}, {"id": "systems_systems_test_testhasuser", "label": "TestHasUser()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestHasUser()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/systems/systems_test.go", "file_type": "code", "degree": 3}, {"id": "systems_systemmanager_onrealtimeconnectrequest", "label": ".onRealtimeConnectRequest()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".onRealtimeConnectRequest()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_realtime.go", "file_type": "code", "degree": 2}, {"id": "systems_systemmanager_onrealtimesubscriberequest", "label": ".onRealtimeSubscribeRequest()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".onRealtimeSubscribeRequest()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_realtime.go", "file_type": "code", "degree": 3}, {"id": "systems_systemmanager_onrealtimesubscriptionadded", "label": ".onRealtimeSubscriptionAdded()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".onRealtimeSubscriptionAdded()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_realtime.go", "file_type": "code", "degree": 3}, {"id": "systems_systemmanager_checksubscriptions", "label": ".checkSubscriptions()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkSubscriptions()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_realtime.go", "file_type": "code", "degree": 3}, {"id": "systems_systemmanager_removerealtimesubscription", "label": ".removeRealtimeSubscription()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".removeRealtimeSubscription()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_realtime.go", "file_type": "code", "degree": 4}, {"id": "systems_systemmanager_startrealtimeworker", "label": ".startRealtimeWorker()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".startRealtimeWorker()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_realtime.go", "file_type": "code", "degree": 4}, {"id": "systems_systemmanager_fetchrealtimedataandnotify", "label": ".fetchRealtimeDataAndNotify()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".fetchRealtimeDataAndNotify()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/system_realtime.go", "file_type": "code", "degree": 2}, {"id": "systems_systemmanager_getsystemcount", "label": ".GetSystemCount()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetSystemCount()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/systems_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "systems_systemmanager_hassystem", "label": ".HasSystem()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".HasSystem()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/systems_test_helpers.go", "file_type": "code", "degree": 2}, {"id": "systems_systemmanager_getsystemstatusfromstore", "label": ".GetSystemStatusFromStore()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetSystemStatusFromStore()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/systems_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "systems_systemmanager_getsystemcontextfromstore", "label": ".GetSystemContextFromStore()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetSystemContextFromStore()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/systems_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "systems_systemmanager_getsystemfromstore", "label": ".GetSystemFromStore()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetSystemFromStore()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/systems_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "systems_systemmanager_getallsystemids", "label": ".GetAllSystemIDs()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAllSystemIDs()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/systems_test_helpers.go", "file_type": "code", "degree": 2}, {"id": "systems_systemmanager_getsystemdata", "label": ".GetSystemData()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetSystemData()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/systems_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "systems_systemmanager_getsystemhostport", "label": ".GetSystemHostPort()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetSystemHostPort()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/systems_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "systems_systemmanager_setsystemstatusindb", "label": ".SetSystemStatusInDB()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetSystemStatusInDB()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/systems_test_helpers.go", "file_type": "code", "degree": 2}, {"id": "systems_systemmanager_removeallsystems", "label": ".RemoveAllSystems()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".RemoveAllSystems()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/systems_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "systems_system_stopupdater", "label": ".StopUpdater()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".StopUpdater()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/systems/systems_test_helpers.go", "file_type": "code", "degree": 1}, {"id": "systems_system_smart_test_testrecordsmartfetchresult", "label": "TestRecordSmartFetchResult()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestRecordSmartFetchResult()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/systems/system_smart_test.go", "file_type": "code", "degree": 1}, {"id": "systems_system_smart_test_testshouldfetchsmart", "label": "TestShouldFetchSmart()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestShouldFetchSmart()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/systems/system_smart_test.go", "file_type": "code", "degree": 1}, {"id": "domains_scheduler_checkdomain", "label": ".checkDomain()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkDomain()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/domains/scheduler.go", "file_type": "code", "degree": 2}, {"id": "internal_hub_domains_api_go", "label": "api.go", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "api.go", "community": 8, "community_name": "Community 8", "source_file": "internal/hub/domains/api.go", "file_type": "code", "degree": 1}, {"id": "domains_apihandler", "label": "APIHandler", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "APIHandler", "community": 8, "community_name": "Community 8", "source_file": "internal/hub/domains/api.go", "file_type": "code", "degree": 16}, {"id": "domains_apihandler_registerroutes", "label": ".RegisterRoutes()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".RegisterRoutes()", "community": 8, "community_name": "Community 8", "source_file": "internal/hub/domains/api.go", "file_type": "code", "degree": 1}, {"id": "domains_apihandler_listdomains", "label": ".listDomains()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".listDomains()", "community": 8, "community_name": "Community 8", "source_file": "internal/hub/domains/api.go", "file_type": "code", "degree": 3}, {"id": "domains_apihandler_lookupdomain", "label": ".lookupDomain()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".lookupDomain()", "community": 8, "community_name": "Community 8", "source_file": "internal/hub/domains/api.go", "file_type": "code", "degree": 2}, {"id": "domains_apihandler_createdomain", "label": ".createDomain()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".createDomain()", "community": 8, "community_name": "Community 8", "source_file": "internal/hub/domains/api.go", "file_type": "code", "degree": 4}, {"id": "domains_apihandler_getdomain", "label": ".getDomain()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDomain()", "community": 8, "community_name": "Community 8", "source_file": "internal/hub/domains/api.go", "file_type": "code", "degree": 2}, {"id": "domains_apihandler_updatedomain", "label": ".updateDomain()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateDomain()", "community": 8, "community_name": "Community 8", "source_file": "internal/hub/domains/api.go", "file_type": "code", "degree": 2}, {"id": "domains_apihandler_deletedomain", "label": ".deleteDomain()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteDomain()", "community": 8, "community_name": "Community 8", "source_file": "internal/hub/domains/api.go", "file_type": "code", "degree": 2}, {"id": "domains_apihandler_refreshdomain", "label": ".refreshDomain()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".refreshDomain()", "community": 8, "community_name": "Community 8", "source_file": "internal/hub/domains/api.go", "file_type": "code", "degree": 4}, {"id": "domains_apihandler_getdomainhistory", "label": ".getDomainHistory()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDomainHistory()", "community": 8, "community_name": "Community 8", "source_file": "internal/hub/domains/api.go", "file_type": "code", "degree": 2}, {"id": "domains_apihandler_getdomainstats", "label": ".getDomainStats()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDomainStats()", "community": 8, "community_name": "Community 8", "source_file": "internal/hub/domains/api.go", "file_type": "code", "degree": 2}, {"id": "domains_apihandler_calculatedomainstats", "label": ".calculateDomainStats()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".calculateDomainStats()", "community": 8, "community_name": "Community 8", "source_file": "internal/hub/domains/api.go", "file_type": "code", "degree": 3}, {"id": "domains_apihandler_pausedomain", "label": ".pauseDomain()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".pauseDomain()", "community": 8, "community_name": "Community 8", "source_file": "internal/hub/domains/api.go", "file_type": "code", "degree": 2}, {"id": "domains_apihandler_resumedomain", "label": ".resumeDomain()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".resumeDomain()", "community": 8, "community_name": "Community 8", "source_file": "internal/hub/domains/api.go", "file_type": "code", "degree": 3}, {"id": "domains_apihandler_recordtoresponse", "label": ".recordToResponse()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".recordToResponse()", "community": 8, "community_name": "Community 8", "source_file": "internal/hub/domains/api.go", "file_type": "code", "degree": 8}, {"id": "domains_apihandler_applylookupdata", "label": ".applyLookupData()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".applyLookupData()", "community": 8, "community_name": "Community 8", "source_file": "internal/hub/domains/api.go", "file_type": "code", "degree": 2}, {"id": "whois_lookupservice_trynativewhois", "label": ".tryNativeWHOIS()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".tryNativeWHOIS()", "community": 3, "community_name": "Community 3", "source_file": "internal/hub/domains/whois/lookup.go", "file_type": "code", "degree": 1}, {"id": "notifications_push_generatevapidkeys", "label": "generateVAPIDKeys()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "generateVAPIDKeys()", "community": 4, "community_name": "Community 4", "source_file": "internal/hub/notifications/push.go", "file_type": "code", "degree": 1}, {"id": "internal_hub_monitors_scheduler_go", "label": "scheduler.go", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "scheduler.go", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 2}, {"id": "monitors_scheduler", "label": "Scheduler", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": "Scheduler", "community": 24, "community_name": "Community 24", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 19}, {"id": "monitors_scheduler_newscheduler", "label": "NewScheduler()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "NewScheduler()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 3}, {"id": "monitors_scheduler_setalertcallback", "label": ".SetAlertCallback()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetAlertCallback()", "community": 24, "community_name": "Community 24", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 1}, {"id": "monitors_scheduler_start", "label": ".Start()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Start()", "community": 24, "community_name": "Community 24", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 3}, {"id": "monitors_scheduler_stop", "label": ".Stop()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Stop()", "community": 24, "community_name": "Community 24", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 1}, {"id": "monitors_scheduler_run", "label": ".run()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 24, "community_name": "Community 24", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 3}, {"id": "monitors_scheduler_checkmonitors", "label": ".checkMonitors()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkMonitors()", "community": 24, "community_name": "Community 24", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 3}, {"id": "monitors_scheduler_runcheck", "label": ".runCheck()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".runCheck()", "community": 24, "community_name": "Community 24", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 5}, {"id": "monitors_scheduler_saveresult", "label": ".saveResult()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".saveResult()", "community": 24, "community_name": "Community 24", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 5}, {"id": "monitors_scheduler_handlestatuschange", "label": ".handleStatusChange()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleStatusChange()", "community": 24, "community_name": "Community 24", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 3}, {"id": "monitors_scheduler_createincident", "label": ".createIncident()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".createIncident()", "community": 24, "community_name": "Community 24", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 2}, {"id": "monitors_scheduler_loadmonitors", "label": ".loadMonitors()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".loadMonitors()", "community": 24, "community_name": "Community 24", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 3}, {"id": "monitors_scheduler_addmonitor", "label": ".AddMonitor()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".AddMonitor()", "community": 24, "community_name": "Community 24", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 1}, {"id": "monitors_scheduler_updatemonitor", "label": ".UpdateMonitor()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateMonitor()", "community": 24, "community_name": "Community 24", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 1}, {"id": "monitors_scheduler_removemonitor", "label": ".RemoveMonitor()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".RemoveMonitor()", "community": 24, "community_name": "Community 24", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 1}, {"id": "monitors_scheduler_runmanualcheck", "label": ".RunManualCheck()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".RunManualCheck()", "community": 24, "community_name": "Community 24", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 3}, {"id": "monitors_scheduler_getuptimestats", "label": ".GetUptimeStats()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetUptimeStats()", "community": 24, "community_name": "Community 24", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 2}, {"id": "monitors_scheduler_calculateuptimestats", "label": ".calculateUptimeStats()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".calculateUptimeStats()", "community": 24, "community_name": "Community 24", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 4}, {"id": "monitors_scheduler_averageping", "label": ".averagePing()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".averagePing()", "community": 24, "community_name": "Community 24", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 3}, {"id": "monitors_scheduler_cleanupoldheartbeats", "label": ".CleanupOldHeartbeats()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".CleanupOldHeartbeats()", "community": 24, "community_name": "Community 24", "source_file": "internal/hub/monitors/scheduler.go", "file_type": "code", "degree": 1}, {"id": "internal_hub_heartbeat_heartbeat_go", "label": "heartbeat.go", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "heartbeat.go", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/heartbeat/heartbeat.go", "file_type": "code", "degree": 1}, {"id": "heartbeat_heartbeat_new", "label": "New()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 30.0, "font": {"size": 12, "color": "#ffffff"}, "title": "New()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/heartbeat/heartbeat.go", "file_type": "code", "degree": 64}, {"id": "internal_hub_heartbeat_heartbeat_test_go", "label": "heartbeat_test.go", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "heartbeat_test.go", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/heartbeat/heartbeat_test.go", "file_type": "code", "degree": 8}, {"id": "heartbeat_heartbeat_test_testnew", "label": "TestNew()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestNew()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/heartbeat/heartbeat_test.go", "file_type": "code", "degree": 3}, {"id": "heartbeat_heartbeat_test_testsendgetdoesnotrequireappordb", "label": "TestSendGETDoesNotRequireAppOrDB()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestSendGETDoesNotRequireAppOrDB()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/heartbeat/heartbeat_test.go", "file_type": "code", "degree": 3}, {"id": "heartbeat_heartbeat_test_testsendreturnserroronhttpfailurestatus", "label": "TestSendReturnsErrorOnHTTPFailureStatus()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestSendReturnsErrorOnHTTPFailureStatus()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/heartbeat/heartbeat_test.go", "file_type": "code", "degree": 3}, {"id": "heartbeat_heartbeat_test_testsendpostbuildsexpectedstatuses", "label": "TestSendPOSTBuildsExpectedStatuses()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestSendPOSTBuildsExpectedStatuses()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/heartbeat/heartbeat_test.go", "file_type": "code", "degree": 7}, {"id": "heartbeat_heartbeat_test_newtesthub", "label": "newTestHub()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 18.1, "font": {"size": 12, "color": "#ffffff"}, "title": "newTestHub()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/heartbeat/heartbeat_test.go", "file_type": "code", "degree": 26}, {"id": "heartbeat_heartbeat_test_createtestuser", "label": "createTestUser()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "createTestUser()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/heartbeat/heartbeat_test.go", "file_type": "code", "degree": 3}, {"id": "heartbeat_heartbeat_test_createtestsystem", "label": "createTestSystem()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "createTestSystem()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/heartbeat/heartbeat_test.go", "file_type": "code", "degree": 3}, {"id": "heartbeat_heartbeat_test_createtriggeredalert", "label": "createTriggeredAlert()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "createTriggeredAlert()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/heartbeat/heartbeat_test.go", "file_type": "code", "degree": 3}, {"id": "internal_hub_utils_utils_go", "label": "utils.go", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "utils.go", "community": 4, "community_name": "Community 4", "source_file": "internal/hub/utils/utils.go", "file_type": "code", "degree": 1}, {"id": "transport_sshtransport_request", "label": ".Request()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".Request()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/transport/ssh.go", "file_type": "code", "degree": 4}, {"id": "transport_sshtransport_connect", "label": ".connect()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".connect()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/transport/ssh.go", "file_type": "code", "degree": 2}, {"id": "transport_sshtransport_createsessionwithtimeout", "label": ".createSessionWithTimeout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".createSessionWithTimeout()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/transport/ssh.go", "file_type": "code", "degree": 3}, {"id": "transport_websockettransport_request", "label": ".Request()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".Request()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/transport/websocket.go", "file_type": "code", "degree": 2}, {"id": "transport_transport_unmarshalresponse", "label": "UnmarshalResponse()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "UnmarshalResponse()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/transport/transport.go", "file_type": "code", "degree": 5}, {"id": "transport_transport_unmarshallegacyresponse", "label": "unmarshalLegacyResponse()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "unmarshalLegacyResponse()", "community": 2, "community_name": "Community 2", "source_file": "internal/hub/transport/transport.go", "file_type": "code", "degree": 2}, {"id": "badges_api_parseduration", "label": "ParseDuration()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ParseDuration()", "community": 0, "community_name": "Community 0", "source_file": "internal/hub/badges/api.go", "file_type": "code", "degree": 5}];
|
|
const RAW_EDGES = [{"from": "agent_gpumanager", "to": "agent_gpumanager_hasamdsysfs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_collectamdstats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_updateintelfromstats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_collectintelstats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_parseintelheaders", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_parseinteldata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpu_go", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_getjetsonparser", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_parsenvidiadata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_parseamddata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_getcurrentdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_initializesnapshots", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_countgpunames", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_calculategpuaverage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_calculatedeltacount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_calculatedeltas", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_calculateintelgpuusage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_updateinstantaneousvalues", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_storesnapshot", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_discovergpucapabilities", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_startintelcollector", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_startnvidiasmicollector", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_starttegrastatscollector", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_startrocmsmicollector", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_collectordefinitions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_startnvmlcollector", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_startamdsysfscollector", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_startcollectorsbypriority", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_resolvelegacycollectorpriority", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_startpowermetricscollector", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_startmacmoncollector", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_parsenvtopdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_updatenvtopsnapshots", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_collectnvtopstats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_startnvtopcollector", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_updateamdgpudata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_collectpowermetrics", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_parsepowermetricsdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_collectmacmonpipe", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager", "to": "agent_gpumanager_parsemacmonline", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_collectamdstats", "to": "agent_gpumanager_updateamdgpudata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_collectamdstats", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_collectamdstats", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_collectamdstats", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_collectamdstats", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_data_dir_getdatadir", "to": "agent_data_dir_testdatadirs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_data_dir_getdatadir", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_data_dir_getdatadir", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_data_dir_getdatadir", "to": "agent_agent_newagent", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_data_dir_testdatadirs", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent", "to": "agent_agent_refreshsystemdetails", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_attachsystemdetails", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_updatesystemdetails", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_getsystemstats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_startserver", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_gethubversion", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_handlesession", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_handlesshrequest", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_handlelegacystats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_writetosession", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_stopserver", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_go", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_gatherstats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_start", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_getfingerprint", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_newsensorconfig", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_newsensorconfigwithenv", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_updatetemperatures", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_gettempswithpanicrecovery", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_gettempswithtimeout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_initializediskinfo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_pruneduplicaterootextrafilesystems", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_initializediskiostats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_updatediskusage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_updatediskio", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_getrootmountpoint", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_updatenetworkstats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_initializenetiostats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_ensurenetinterfacesinitialized", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_ensurenetworkinterfacesmap", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_loadandticknetbaseline", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_sumandtrackpernicdeltas", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_computebytespersecond", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_applynetworktotals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent", "to": "agent_agent_getconnectionmanager", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_refreshsystemdetails", "to": "agent_system_getosprettyname", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_refreshsystemdetails", "to": "system_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_refreshsystemdetails", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_refreshsystemdetails", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_getsystemstats", "to": "battery_battery_darwin_getbatterystats", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_getsystemstats", "to": "systemd_systemd_twodecimals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_getsystemstats", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_getsystemstats", "to": "notification_providers_max_max", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_getsystemstats", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_system_getosprettyname", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_sensors_test_testgettempswithtimeout", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_sensors_test_testgettempswithtimeout", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_sensors_test_testupdatetemperaturesskipsontimeout", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_fingerprint_generatefingerprint", "to": "system_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_fingerprint_generatefingerprint", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_fingerprint_readfingerprint", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_collectemmchealth", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_collectmdraidhealth", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smart_go", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_refresh", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_devicessnapshot", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_resolverefresherror", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_getcurrentdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_scandevices", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_parseconfigureddevices", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_refreshexcludeddevices", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_isexcludeddevice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_filterexcludeddevices", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_parsesmartoutput", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_collectsmart", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_smartctlargs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_hasdatafordevice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_parsescan", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_updatesmartdevices", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_isvirtualdevice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_isvirtualdevicenvme", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_isvirtualdevicescsi", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_isvirtualdevicefromstrings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_parsesmartforsata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_parsesmartforscsi", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_lookupdarwinnvmecapacity", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_parsesmartfornvme", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager", "to": "agent_smartmanager_detectsmartctl", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_startserver", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_startserver", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_startserver", "to": "system_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_startserver", "to": "ws_fingerprinthandler_handle", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_startserver", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_gethubversion", "to": "agent_agent_handlesession", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_handlesession", "to": "agent_agent_handlelegacystats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_handlesession", "to": "agent_agent_handlesshrequest", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_handlelegacystats", "to": "agent_agent_writetosession", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_server_getaddress", "to": "agent_server_getnetwork", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_server_getaddress", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_server_getnetwork", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_server_getnetwork", "to": "agent_agent_main", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_stopserver", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_stopserver", "to": "system_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_network_test_testloadandticknetbaseline", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_systemdmanager_getservicedetails", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_updateintelfromstats", "to": "agent_gpumanager_collectintelstats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_updateintelfromstats", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_collectintelstats", "to": "agent_gpumanager_parseintelheaders", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_collectintelstats", "to": "agent_gpumanager_parseinteldata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_collectintelstats", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_parseintelheaders", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_parseintelheaders", "to": "notification_providers_max_max", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_parseinteldata", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connection_manager_test_go", "to": "agent_connection_manager_test_createtestagent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_go", "to": "agent_connection_manager_test_testconnectionmanager_newconnectionmanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_go", "to": "agent_connection_manager_test_testconnectionmanager_statetransitions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_go", "to": "agent_connection_manager_test_testconnectionmanager_eventhandling", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_go", "to": "agent_connection_manager_test_testconnectionmanager_tickermanagement", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_go", "to": "agent_connection_manager_test_testconnectionmanager_websocketconnectionflow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_go", "to": "agent_connection_manager_test_testconnectionmanager_reconnectionlogic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_go", "to": "agent_connection_manager_test_testconnectionmanager_connectwithratelimit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_go", "to": "agent_connection_manager_test_testconnectionmanager_startwithinvalidconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_go", "to": "agent_connection_manager_test_testconnectionmanager_closewebsocket", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_go", "to": "agent_connection_manager_test_testconnectionmanager_connectflow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_go", "to": "agent_connection_manager_test_testshouldexitonerr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_createtestagent", "to": "agent_connection_manager_test_testconnectionmanager_newconnectionmanager", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_createtestagent", "to": "agent_connection_manager_test_testconnectionmanager_statetransitions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_createtestagent", "to": "agent_connection_manager_test_testconnectionmanager_eventhandling", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_createtestagent", "to": "agent_connection_manager_test_testconnectionmanager_tickermanagement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_createtestagent", "to": "agent_connection_manager_test_testconnectionmanager_websocketconnectionflow", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_createtestagent", "to": "agent_connection_manager_test_testconnectionmanager_reconnectionlogic", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_createtestagent", "to": "agent_connection_manager_test_testconnectionmanager_connectwithratelimit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_createtestagent", "to": "agent_connection_manager_test_testconnectionmanager_startwithinvalidconfig", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_createtestagent", "to": "agent_connection_manager_test_testconnectionmanager_closewebsocket", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_createtestagent", "to": "agent_connection_manager_test_testconnectionmanager_connectflow", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connection_manager_test_createtestagent", "to": "agent_agent_newagent", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connection_manager_test_createtestagent", "to": "agent_client_test_testnewwebsocketclient", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connection_manager_test_createtestagent", "to": "agent_client_test_testwebsocketclient_getoptions", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connection_manager_test_createtestagent", "to": "agent_client_test_testwebsocketclient_verifysignature", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connection_manager_test_createtestagent", "to": "agent_client_test_testwebsocketclient_handlehubrequest", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connection_manager_test_createtestagent", "to": "agent_client_test_testwebsocketclient_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connection_manager_test_createtestagent", "to": "agent_client_test_testwebsocketclient_connectratelimit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connection_manager_test_testconnectionmanager_newconnectionmanager", "to": "agent_connection_manager_newconnectionmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connection_manager_test_testconnectionmanager_websocketconnectionflow", "to": "agent_client_newwebsocketclient", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connection_manager_test_testconnectionmanager_connectwithratelimit", "to": "agent_client_newwebsocketclient", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connection_manager_test_testconnectionmanager_closewebsocket", "to": "agent_client_newwebsocketclient", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connection_manager_test_testshouldexitonerr", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connection_manager_test_testshouldexitonerr", "to": "agent_connection_manager_shouldexitonerr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpu_go", "to": "agent_gpu_hasanygpucollector", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpu_go", "to": "agent_gpu_parsecollectorpriority", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpu_go", "to": "agent_gpu_newgpumanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpucollector_start", "to": "agent_gpumanager_startnvidiasmicollector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpucollector_start", "to": "agent_gpumanager_starttegrastatscollector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpucollector_start", "to": "agent_gpumanager_startnvmlcollector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpucollector_start", "to": "agent_gpumanager_startcollectorsbypriority", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpucollector_start", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpucollector_start", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_getjetsonparser", "to": "agent_gpumanager_starttegrastatscollector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_parsenvidiadata", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_parseamddata", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_getcurrentdata", "to": "agent_gpumanager_initializesnapshots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_getcurrentdata", "to": "agent_gpumanager_countgpunames", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_getcurrentdata", "to": "agent_gpumanager_calculategpuaverage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_getcurrentdata", "to": "agent_gpumanager_updateinstantaneousvalues", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_getcurrentdata", "to": "agent_gpumanager_storesnapshot", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_getcurrentdata", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_getcurrentdata", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_calculategpuaverage", "to": "agent_gpumanager_calculatedeltacount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_calculategpuaverage", "to": "agent_gpumanager_calculatedeltas", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_calculategpuaverage", "to": "agent_gpumanager_calculateintelgpuusage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_calculategpuaverage", "to": "systemd_systemd_twodecimals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_calculategpuaverage", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_calculateintelgpuusage", "to": "systemd_systemd_twodecimals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_calculateintelgpuusage", "to": "notification_providers_max_max", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_updateinstantaneousvalues", "to": "systemd_systemd_twodecimals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_storesnapshot", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_discovergpucapabilities", "to": "agent_gpu_newgpumanager", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpu_hasanygpucollector", "to": "agent_gpu_newgpumanager", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_startintelcollector", "to": "agent_gpumanager_collectordefinitions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_startintelcollector", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_startintelcollector", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_startnvidiasmicollector", "to": "agent_gpumanager_collectordefinitions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_starttegrastatscollector", "to": "agent_gpu_newgpumanager", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_startrocmsmicollector", "to": "agent_gpumanager_collectordefinitions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_startrocmsmicollector", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_startrocmsmicollector", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_collectordefinitions", "to": "agent_gpumanager_startnvmlcollector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_collectordefinitions", "to": "agent_gpumanager_startamdsysfscollector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_collectordefinitions", "to": "agent_gpumanager_startcollectorsbypriority", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpu_parsecollectorpriority", "to": "agent_gpu_newgpumanager", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpu_parsecollectorpriority", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpu_parsecollectorpriority", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_startnvmlcollector", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_startamdsysfscollector", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_startcollectorsbypriority", "to": "agent_gpu_newgpumanager", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_startcollectorsbypriority", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_startcollectorsbypriority", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_resolvelegacycollectorpriority", "to": "agent_gpu_newgpumanager", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_resolvelegacycollectorpriority", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_resolvelegacycollectorpriority", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpu_newgpumanager", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpu_newgpumanager", "to": "agent_agent_newagent", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpu_newgpumanager", "to": "agent_gpu_test_testnewgpumanagerprioritynvtopfallback", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpu_newgpumanager", "to": "agent_gpu_test_testnewgpumanagerprioritymixedcollectors", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpu_newgpumanager", "to": "agent_gpu_test_testnewgpumanagerprioritynvmlfallbacktonvidiasmi", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpu_newgpumanager", "to": "agent_gpu_test_testnewgpumanagerconfiguredcollectorsmuststart", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpu_newgpumanager", "to": "agent_gpu_test_testnewgpumanagerconfigurednvmlbypassescapabilitygate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpu_newgpumanager", "to": "agent_gpu_test_testnewgpumanagerjetsonignorescollectorconfig", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_go", "to": "agent_agent_newagent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_newagent", "to": "agent_agent_gatherstats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_newagent", "to": "agent_agent_cache_newsystemdatacache", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newagent", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newagent", "to": "system_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newagent", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newagent", "to": "badges_api_parseduration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newagent", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newagent", "to": "agent_docker_newdockermanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newagent", "to": "agent_connection_manager_newconnectionmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newagent", "to": "agent_handlers_newhandlerregistry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newagent", "to": "agent_systemd_newsystemdmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newagent", "to": "agent_smart_newsmartmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newagent", "to": "agent_server_test_teststartserver", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newagent", "to": "agent_server_test_teststartserverdisablessh", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newagent", "to": "agent_server_test_testgethubversion", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newagent", "to": "agent_server_test_testwritetosessionencoding", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newagent", "to": "agent_server_test_testhubversioncaching", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newagent", "to": "agent_agent_main", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newagent", "to": "hub_agent_connect_test_testagentwebsocketintegration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newagent", "to": "hub_agent_connect_test_testmultiplesystemswithsameuniversaltoken", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newagent", "to": "hub_agent_connect_test_testpermanentuniversaltokenfromdb", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_gatherstats", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_gatherstats", "to": "systemd_systemd_twodecimals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_handlerregistry_handle", "to": "agent_getsystemdinfohandler_handle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_handlerregistry_handle", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_getsystemdinfohandler_handle", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newsensorconfig", "to": "agent_agent_newsensorconfigwithenv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_newsensorconfig", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newsensorconfigwithenv", "to": "badges_api_parseduration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newsensorconfigwithenv", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_newsensorconfigwithenv", "to": "system_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_updatetemperatures", "to": "agent_agent_gettempswithtimeout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_updatetemperatures", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_updatetemperatures", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_updatetemperatures", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_updatetemperatures", "to": "notification_providers_max_max", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_updatetemperatures", "to": "systemd_systemd_twodecimals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_gettempswithpanicrecovery", "to": "agent_agent_gettempswithtimeout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smart_test_testresolverefresherror", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smart_test_testlookupdarwinnvmecapacityprovidererror", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_startpowermetricscollector", "to": "agent_gpumanager_collectpowermetrics", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_startpowermetricscollector", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_startpowermetricscollector", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_startmacmoncollector", "to": "agent_gpumanager_collectmacmonpipe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_startmacmoncollector", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_startmacmoncollector", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpu_test_testcollectorstarthelpers", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpu_test_testnewgpumanagerprioritynvtopfallback", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpu_test_testnewgpumanagerprioritymixedcollectors", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpu_test_testnewgpumanagerprioritynvmlfallbacktonvidiasmi", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpu_test_testnewgpumanagerjetsonignorescollectorconfig", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_diskdiscovery_addfsstat", "to": "system_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_initializediskinfo", "to": "agent_agent_getrootmountpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_initializediskinfo", "to": "agent_agent_pruneduplicaterootextrafilesystems", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_initializediskinfo", "to": "agent_agent_initializediskiostats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_initializediskinfo", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_initializediskinfo", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_initializediskinfo", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_pruneduplicaterootextrafilesystems", "to": "system_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_disk_findiodevice", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_disk_findiodevice", "to": "system_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_initializediskiostats", "to": "agent_agent_updatediskio", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_initializediskiostats", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_updatediskusage", "to": "systemd_systemd_twodecimals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_updatediskio", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_updatediskio", "to": "systemd_systemd_twodecimals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_getrootmountpoint", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_server_test_teststartserver", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_server_test_testwritetosessionencoding", "to": "agent_cmdoptions_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_cyclecpudeltas", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_docker_go", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_queue", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_dequeue", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_shouldexcludecontainer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_getdockerstats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_initializecputracking", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_getcpupreviousvalues", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_setcpucurrentvalues", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_getnetworktracker", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_cyclenetworkdeltasforcachetime", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_calculatenetworkstats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_getpodmancontainerhealth", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_updatecontainerstats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_deletecontainerstatssync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_checkdockerversion", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_ensuredockerversionchecked", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_applydockerversioninfo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_decode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_getcontainerinfo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_getlogs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_gethostinfo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_ispodman", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager", "to": "agent_dockermanager_setispodman", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_docker_test_testcheckdockerversion", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_docker_test_testconstantsandutilityfunctions", "to": "systemd_systemd_twodecimals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_cache_newsystemdatacache", "to": "agent_agent_cache_test_testcachefreshness", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_cache_newsystemdatacache", "to": "agent_agent_cache_test_testcachemultipleintervals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_cache_newsystemdatacache", "to": "agent_agent_cache_test_testcachemiss", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_cache_newsystemdatacache", "to": "agent_agent_cache_test_testcachelargeinterval", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_systemd_newsystemdmanager", "to": "agent_systemd_getservicepatterns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_systemd_newsystemdmanager", "to": "agent_systemdmanager_startworker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_systemd_newsystemdmanager", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_systemd_newsystemdmanager", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_systemdmanager_startworker", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_systemd_getservicepatterns", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_systemd_getservicepatterns", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_parsenvtopdata", "to": "agent_gpumanager_updatenvtopsnapshots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_parsenvtopdata", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_updatenvtopsnapshots", "to": "agent_gpumanager_collectnvtopstats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_updatenvtopsnapshots", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_collectnvtopstats", "to": "agent_gpumanager_startnvtopcollector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_startnvtopcollector", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_startnvtopcollector", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_client_go", "to": "agent_client_newwebsocketclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_client_go", "to": "agent_client_gettoken", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_client_newwebsocketclient", "to": "agent_client_gettoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_client_newwebsocketclient", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_client_newwebsocketclient", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_client_newwebsocketclient", "to": "agent_cmdoptions_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_client_newwebsocketclient", "to": "agent_connectionmanager_start", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_client_newwebsocketclient", "to": "agent_client_test_testnewwebsocketclient", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_client_newwebsocketclient", "to": "agent_client_test_testwebsocketclient_getoptions", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_client_newwebsocketclient", "to": "agent_client_test_testwebsocketclient_verifysignature", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_client_newwebsocketclient", "to": "agent_client_test_testwebsocketclient_handlehubrequest", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_client_newwebsocketclient", "to": "agent_client_test_testwebsocketclient_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_client_newwebsocketclient", "to": "agent_client_test_testwebsocketclient_connectratelimit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_client_gettoken", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_client_gettoken", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_websocketclient_getoptions", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_websocketclient_handleauthchallenge", "to": "agent_websocketclient_verifysignature", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_websocketclient_handleauthchallenge", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_websocketclient_verifysignature", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_updatenetworkstats", "to": "agent_agent_ensurenetinterfacesinitialized", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_updatenetworkstats", "to": "agent_agent_ensurenetworkinterfacesmap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_updatenetworkstats", "to": "agent_agent_loadandticknetbaseline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_updatenetworkstats", "to": "agent_agent_sumandtrackpernicdeltas", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_updatenetworkstats", "to": "agent_agent_computebytespersecond", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_updatenetworkstats", "to": "agent_agent_applynetworktotals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_initializenetiostats", "to": "agent_agent_ensurenetinterfacesinitialized", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_initializenetiostats", "to": "agent_agent_applynetworktotals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_agent_initializenetiostats", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_initializenetiostats", "to": "system_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_ensurenetinterfacesinitialized", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_applynetworktotals", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_applynetworktotals", "to": "system_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smart_go", "to": "agent_smart_parsescsigigabytesprocessed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smart_go", "to": "agent_smart_newsmartmanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_refresh", "to": "agent_smartmanager_scandevices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_refresh", "to": "agent_smartmanager_devicessnapshot", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_refresh", "to": "agent_smartmanager_collectsmart", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_refresh", "to": "agent_smartmanager_resolverefresherror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_refresh", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_devicessnapshot", "to": "agent_smartmanager_scandevices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_devicessnapshot", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_resolverefresherror", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_getcurrentdata", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_scandevices", "to": "agent_smartmanager_parseconfigureddevices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_scandevices", "to": "agent_smartmanager_parsescan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_scandevices", "to": "agent_smartmanager_filterexcludeddevices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_scandevices", "to": "agent_smartmanager_updatesmartdevices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_scandevices", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_scandevices", "to": "system_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_scandevices", "to": "lib_utils_withtimeout", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_scandevices", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_scandevices", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_parseconfigureddevices", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_parseconfigureddevices", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_refreshexcludeddevices", "to": "agent_smart_newsmartmanager", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_refreshexcludeddevices", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_isexcludeddevice", "to": "agent_smartmanager_collectsmart", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_filterexcludeddevices", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_parsesmartoutput", "to": "agent_smartmanager_collectsmart", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_parsesmartoutput", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_parsesmartoutput", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_collectsmart", "to": "agent_smartmanager_hasdatafordevice", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_collectsmart", "to": "agent_smartmanager_smartctlargs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_collectsmart", "to": "lib_utils_withtimeout", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_collectsmart", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_collectsmart", "to": "system_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_parsescan", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_parsescan", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_updatesmartdevices", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_isvirtualdevice", "to": "agent_smartmanager_isvirtualdevicefromstrings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_isvirtualdevice", "to": "agent_smartmanager_parsesmartforsata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_isvirtualdevicenvme", "to": "agent_smartmanager_isvirtualdevicefromstrings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_isvirtualdevicenvme", "to": "agent_smartmanager_parsesmartfornvme", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_isvirtualdevicescsi", "to": "agent_smartmanager_isvirtualdevicefromstrings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_isvirtualdevicescsi", "to": "agent_smartmanager_parsesmartforscsi", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_parsesmartforsata", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_parsesmartforsata", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_parsesmartforscsi", "to": "agent_smart_parsescsigigabytesprocessed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_parsesmartforscsi", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smart_parsescsigigabytesprocessed", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_lookupdarwinnvmecapacity", "to": "agent_smartmanager_parsesmartfornvme", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smartmanager_lookupdarwinnvmecapacity", "to": "lib_utils_withtimeout", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_lookupdarwinnvmecapacity", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_parsesmartfornvme", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smartmanager_detectsmartctl", "to": "agent_smart_newsmartmanager", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_smart_newsmartmanager", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_smart_newsmartmanager", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_collectpowermetrics", "to": "agent_gpumanager_parsepowermetricsdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_parsepowermetricsdata", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_collectmacmonpipe", "to": "agent_gpumanager_parsemacmonline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_gpumanager_collectmacmonpipe", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_gpumanager_parsemacmonline", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_cache_test_testcachefreshness", "to": "tests_apiscenario_test", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_cache_test_testcachefreshness", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_cache_test_testcachemultipleintervals", "to": "tests_apiscenario_test", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_cache_test_testcachemultipleintervals", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_cache_test_testcachemiss", "to": "tests_apiscenario_test", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_cache_test_testcachemiss", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_cache_test_testcachelargeinterval", "to": "tests_apiscenario_test", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_agent_cache_test_testcachelargeinterval", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_lhmprocess_startprocess", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connectionmanager_start", "to": "agent_connectionmanager_connect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connectionmanager_start", "to": "agent_connectionmanager_startwebsocketconnection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connectionmanager_start", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connectionmanager_start", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connectionmanager_start", "to": "systems_system_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connectionmanager_start", "to": "system_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connectionmanager_handlestatechange", "to": "agent_connectionmanager_connect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connectionmanager_handlestatechange", "to": "system_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connectionmanager_handlestatechange", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connectionmanager_connect", "to": "agent_connectionmanager_startwebsocketconnection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connectionmanager_connect", "to": "agent_connection_manager_shouldexitonerr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_connectionmanager_connect", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connectionmanager_startwebsocketconnection", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connectionmanager_startwebsocketconnection", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_connection_manager_shouldexitonerr", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_docker_go", "to": "agent_docker_updatecontainerstatsvalues", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_docker_go", "to": "agent_docker_newdockermanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_queue", "to": "agent_dockermanager_getdockerstats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_dequeue", "to": "agent_dockermanager_getdockerstats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_shouldexcludecontainer", "to": "agent_dockermanager_getdockerstats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_shouldexcludecontainer", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_dockermanager_getdockerstats", "to": "agent_dockermanager_decode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_getdockerstats", "to": "agent_dockermanager_setispodman", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_getdockerstats", "to": "agent_dockermanager_ensuredockerversionchecked", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_getdockerstats", "to": "agent_dockermanager_deletecontainerstatssync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_getdockerstats", "to": "agent_dockermanager_updatecontainerstats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_getdockerstats", "to": "agent_dockermanager_cyclenetworkdeltasforcachetime", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_getdockerstats", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_dockermanager_getdockerstats", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_dockermanager_initializecputracking", "to": "agent_dockermanager_updatecontainerstats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_getcpupreviousvalues", "to": "agent_dockermanager_updatecontainerstats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_setcpucurrentvalues", "to": "agent_dockermanager_updatecontainerstats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_getnetworktracker", "to": "agent_dockermanager_calculatenetworkstats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_calculatenetworkstats", "to": "agent_dockermanager_updatecontainerstats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_calculatenetworkstats", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_docker_updatecontainerstatsvalues", "to": "agent_dockermanager_updatecontainerstats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_docker_updatecontainerstatsvalues", "to": "systemd_systemd_twodecimals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_dockermanager_getpodmancontainerhealth", "to": "agent_dockermanager_decode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_getpodmancontainerhealth", "to": "agent_dockermanager_updatecontainerstats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_updatecontainerstats", "to": "agent_dockermanager_decode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_updatecontainerstats", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_docker_newdockermanager", "to": "agent_dockermanager_checkdockerversion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_docker_newdockermanager", "to": "utils_utils_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_docker_newdockermanager", "to": "agent_cmdoptions_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_docker_newdockermanager", "to": "badges_api_parseduration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_docker_newdockermanager", "to": "system_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_dockermanager_checkdockerversion", "to": "agent_dockermanager_decode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_checkdockerversion", "to": "agent_dockermanager_applydockerversioninfo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_checkdockerversion", "to": "agent_dockermanager_ensuredockerversionchecked", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_ensuredockerversionchecked", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_dockermanager_applydockerversioninfo", "to": "agent_dockermanager_setispodman", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_applydockerversioninfo", "to": "agent_cmdoptions_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_dockermanager_applydockerversioninfo", "to": "system_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_dockermanager_decode", "to": "agent_dockermanager_getcontainerinfo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_dockermanager_decode", "to": "agent_dockermanager_gethostinfo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_client_test_testwebsocketclient_getoptions", "to": "agent_cmdoptions_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fetchsmartctl_main_downloadfile", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fetchsmartctl_main_downloadfile", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_utils_utils_go", "to": "utils_utils_getenv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_utils_getenv", "to": "internal_hub_utils_utils_go", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_utils_getenv", "to": "utils_utils_test_testgetenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_utils_getenv", "to": "extra_healthcheck_main", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_utils_getenv", "to": "agent_cmdoptions_loadpublickeys", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_utils_getenv", "to": "hub_hub_getbaseapp", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_utils_getenv", "to": "hub_server_getpublicappinfo", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_utils_getenv", "to": "hub_hub_initialize", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_utils_getenv", "to": "hub_collections_setcollectionauthsettings", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_utils_getenv", "to": "hub_hub_registermiddlewares", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_utils_getenv", "to": "hub_hub_registerapiroutes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_utils_getenv", "to": "hub_hub_startserver", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_utils_getenv", "to": "settings_api_getenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_utils_getenv", "to": "systems_system_hasuser", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_utils_getenv", "to": "notifications_push_generatevapidkeys", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_utils_getenv", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_utils_test_testtwodecimals", "to": "systemd_systemd_twodecimals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "health_health_check", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "health_health_test_testhealth", "to": "systems_system_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "health_health_test_testhealth", "to": "tests_apiscenario_test", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "health_health_test_testhealth", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_linux_resetbatterystate", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_linux_resetbatterystate", "to": "battery_battery_linux_test_setupfakesysfs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_linux_getbatterystats", "to": "battery_battery_stub_hasreadablebattery", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_linux_getbatterystats", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_linux_getbatterystats", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_battery_battery_linux_test_go", "to": "battery_battery_linux_test_setupfakesysfs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_battery_battery_linux_test_go", "to": "battery_battery_linux_test_testgetbatterystats_singlebattery", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_battery_battery_linux_test_go", "to": "battery_battery_linux_test_testgetbatterystats_multiplebatteries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_battery_battery_linux_test_go", "to": "battery_battery_linux_test_testgetbatterystats_fullbattery", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_battery_battery_linux_test_go", "to": "battery_battery_linux_test_testgetbatterystats_emptybattery", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_battery_battery_linux_test_go", "to": "battery_battery_linux_test_testgetbatterystats_notcharging", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_battery_battery_linux_test_go", "to": "battery_battery_linux_test_testgetbatterystats_nobatteries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_battery_battery_linux_test_go", "to": "battery_battery_linux_test_testgetbatterystats_nonbatterysupplyignored", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_battery_battery_linux_test_go", "to": "battery_battery_linux_test_testgetbatterystats_invalidcapacityskipped", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_battery_battery_linux_test_go", "to": "battery_battery_linux_test_testgetbatterystats_unknownstatusonly", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_battery_battery_linux_test_go", "to": "battery_battery_linux_test_testhasreadablebattery_true", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_battery_battery_linux_test_go", "to": "battery_battery_linux_test_testhasreadablebattery_false", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_battery_battery_linux_test_go", "to": "battery_battery_linux_test_testhasreadablebattery_nocapacityfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "battery_battery_linux_test_setupfakesysfs", "to": "battery_battery_linux_test_testgetbatterystats_singlebattery", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "battery_battery_linux_test_setupfakesysfs", "to": "battery_battery_linux_test_testgetbatterystats_multiplebatteries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "battery_battery_linux_test_setupfakesysfs", "to": "battery_battery_linux_test_testgetbatterystats_fullbattery", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "battery_battery_linux_test_setupfakesysfs", "to": "battery_battery_linux_test_testgetbatterystats_emptybattery", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "battery_battery_linux_test_setupfakesysfs", "to": "battery_battery_linux_test_testgetbatterystats_notcharging", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "battery_battery_linux_test_setupfakesysfs", "to": "battery_battery_linux_test_testgetbatterystats_nobatteries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "battery_battery_linux_test_setupfakesysfs", "to": "battery_battery_linux_test_testgetbatterystats_nonbatterysupplyignored", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "battery_battery_linux_test_setupfakesysfs", "to": "battery_battery_linux_test_testgetbatterystats_invalidcapacityskipped", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "battery_battery_linux_test_setupfakesysfs", "to": "battery_battery_linux_test_testgetbatterystats_unknownstatusonly", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "battery_battery_linux_test_setupfakesysfs", "to": "battery_battery_linux_test_testhasreadablebattery_true", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "battery_battery_linux_test_setupfakesysfs", "to": "battery_battery_linux_test_testhasreadablebattery_false", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "battery_battery_linux_test_setupfakesysfs", "to": "battery_battery_linux_test_testhasreadablebattery_nocapacityfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "battery_battery_linux_test_setupfakesysfs", "to": "utils_logger_logger_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_linux_test_testgetbatterystats_singlebattery", "to": "battery_battery_darwin_getbatterystats", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_linux_test_testgetbatterystats_multiplebatteries", "to": "battery_battery_darwin_getbatterystats", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_linux_test_testgetbatterystats_fullbattery", "to": "battery_battery_darwin_getbatterystats", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_linux_test_testgetbatterystats_emptybattery", "to": "battery_battery_darwin_getbatterystats", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_linux_test_testgetbatterystats_notcharging", "to": "battery_battery_darwin_getbatterystats", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_linux_test_testgetbatterystats_nobatteries", "to": "battery_battery_darwin_getbatterystats", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_linux_test_testgetbatterystats_nonbatterysupplyignored", "to": "battery_battery_darwin_getbatterystats", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_linux_test_testgetbatterystats_invalidcapacityskipped", "to": "battery_battery_darwin_getbatterystats", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_linux_test_testgetbatterystats_unknownstatusonly", "to": "battery_battery_darwin_getbatterystats", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_linux_test_testhasreadablebattery_true", "to": "battery_battery_stub_hasreadablebattery", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_linux_test_testhasreadablebattery_false", "to": "battery_battery_stub_hasreadablebattery", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_linux_test_testhasreadablebattery_nocapacityfile", "to": "battery_battery_stub_hasreadablebattery", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_stub_hasreadablebattery", "to": "battery_battery_windows_getbatterystats", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_stub_hasreadablebattery", "to": "battery_battery_darwin_getbatterystats", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_windows_winbatteryget", "to": "battery_battery_windows_getbatterystats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "battery_battery_windows_winbatteryget", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_windows_getbatterystats", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_battery_battery_darwin_go", "to": "battery_battery_darwin_readmacbatteries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_battery_battery_darwin_go", "to": "battery_battery_darwin_getbatterystats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "battery_battery_darwin_readmacbatteries", "to": "battery_battery_darwin_getbatterystats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "battery_battery_darwin_readmacbatteries", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_darwin_getbatterystats", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_battery_darwin_getbatterystats", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "extra_healthcheck_main", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "go_index_main", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "java_index_index_main", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "uptime_kuma_push_uptime_kuma_push_main", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "uptime_kuma_push_uptime_kuma_push_main", "to": "badges_api_parseduration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "uptime_kuma_push_uptime_kuma_push_main", "to": "src_util_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_frontend_gettoastsuccesstimeout", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_frontend_gettoasterrortimeout", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "reference_uptime_kuma_src_util_js", "to": "src_util_sleep", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "reference_uptime_kuma_src_util_js", "to": "src_util_getmonitorrelativeurl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "reference_uptime_kuma_src_util_js", "to": "src_util_parsetimeobject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_util_sleep", "to": "reference_uptime_kuma_src_util_ts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_util_sleep", "to": "components_countup_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "server_database_database_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "server_server_startmonitors", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "server_server_shutdownfunction", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "tests_apiscenario_test", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "alerts_alerts_status_test_teststatusalerts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "alerts_alerts_status_test_teststatusalerttimercancellationpreventsboundarydelivery", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "alerts_alerts_status_test_teststatusalertmultipleusersrespectdifferentminutes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "alerts_alerts_status_test_teststatusalertmultipleusersrecoverybetweenminutesonlyalertsearlieruser", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "alerts_alerts_status_test_testresolvestatusalerts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "alerts_alerts_status_test_testalertshistorystatus", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "alerts_alerts_status_test_teststatusalertclearedbeforesend", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "alerts_alerts_quiet_hours_test_testalertsilencedwithactualalert", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "alerts_alerts_battery_test_testbatteryalertlogic", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "alerts_alerts_battery_test_testbatteryalertnobattery", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "alerts_alerts_battery_test_testbatteryalertaveragedsamples", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "alerts_alerts_smart_test_testsmartdevicealert", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "alerts_alerts_smart_test_testsmartdevicealertpassedtowarning", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "alerts_alerts_smart_test_testsmartdevicealertwarningtofailed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "alerts_alerts_smart_test_testsmartdevicealertnoalertonnonpassedtofailed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "alerts_alerts_smart_test_testsmartdevicealertmultipleusers", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "alerts_alerts_smart_test_testsmartdevicealertwithoutmodel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "alerts_alerts_disk_test_testdiskalertextrafsmultiminute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "alerts_alerts_test_testalertshistory", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "alerts_alerts_system_test_waitforsystemalert", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "hub_agent_connect_test_cleanuptesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "hub_agent_connect_test_testagentwebsocketintegration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "hub_agent_connect_test_testmultiplesystemswithsameuniversaltoken", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "hub_agent_connect_test_testpermanentuniversaltokenfromdb", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "expirymap_expirymap_test_testexpirymap_expiration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "expirymap_expirymap_test_testexpirymap_lazycleanup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "expirymap_expirymap_test_testexpirymap_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "expirymap_expirymap_test_testexpirymap_custominterval", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "expirymap_expirymap_test_testexpirymap_updateexpiration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "expirymap_expirymap_test_testexpirymap_zerovalues", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "expirymap_expirymap_test_testexpirymap_concurrent", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "expirymap_expirymap_test_testexpirymap_getbyvalue_expiration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "expirymap_expirymap_test_testexpirymap_removevalue_withexpiration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "expirymap_expirymap_test_testexpirymap_cleaner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "ws_handler_onclose", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "systems_systemmanager_initialize", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "systems_systems_test_testsystemmanagernew", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "systems_systems_test_testold", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_sleep", "to": "monitors_scheduler_runcheck", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_getmonitorrelativeurl", "to": "reference_uptime_kuma_src_util_ts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_util_getmonitorrelativeurl", "to": "components_monitorlistitem_monitorurl", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_getmonitorrelativeurl", "to": "notification_providers_google_chat_googlechat_send", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_getmonitorrelativeurl", "to": "notification_providers_notifery_notifery_send", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_getmonitorrelativeurl", "to": "notification_providers_stackfield_stackfield_send", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_getmonitorrelativeurl", "to": "notification_providers_pushover_pushover_send", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_getmonitorrelativeurl", "to": "notification_providers_slack_slack_buildactions", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_getmonitorrelativeurl", "to": "notification_providers_pagertree_pagertree_postnotification", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_getmonitorrelativeurl", "to": "notification_providers_flashduty_flashduty_postnotification", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_getmonitorrelativeurl", "to": "notification_providers_rocket_chat_rocketchat_send", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_getmonitorrelativeurl", "to": "notification_providers_heii_oncall_heiioncall_send", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_getmonitorrelativeurl", "to": "notification_providers_teams_teams_send", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_getmonitorrelativeurl", "to": "notification_providers_alertnow_alertnow_send", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_getmonitorrelativeurl", "to": "notification_providers_splunk_splunk_postnotification", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_getmonitorrelativeurl", "to": "notification_providers_pagerduty_pagerduty_postnotification", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_parsetimeobject", "to": "reference_uptime_kuma_src_util_ts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_util_parsetimeobject", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_util_parsetimeobject", "to": "model_maintenance_maintenance_topublicjson", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "components_monitorlistitem_beforemount", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "components_monitorlistitem_ondrop", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "components_pingchart_getchartdatapointsfromstats", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "settings_notifications_toastsuccesstimeoutsecs", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "settings_notifications_toasterrortimeoutsecs", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "settings_notifications_addtlsexpirynotifday", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "settings_notifications_adddomainexpirynotifday", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "settings_notifications_loadtoasttimeoutsettings", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "reference_uptime_kuma_server_database_js", "to": "server_database_database", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database", "to": "server_database_database_initdatadir", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database", "to": "server_database_database_readdbconfig", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database", "to": "server_database_database_writedbconfig", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database", "to": "server_database_database_connect", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database", "to": "server_database_database_initsqlite", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database", "to": "server_database_database_initmariadb", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database", "to": "server_database_database_patch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database", "to": "server_database_database_rollbacklatestpatch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database", "to": "server_database_database_patchsqlite", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database", "to": "server_database_database_patchsqlite2", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database", "to": "server_database_database_migratenewstatuspage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database", "to": "server_database_database_patch2recursion", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database", "to": "server_database_database_importsqlfile", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database", "to": "server_database_database_close", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database", "to": "server_database_database_getsize", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database", "to": "server_database_database_shrink", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database", "to": "server_database_database_sqlhouroffset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database", "to": "server_database_database_migrateaggregatetable", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database", "to": "server_database_database_clearheartbeatdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database_readdbconfig", "to": "server_database_database_connect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database_connect", "to": "server_database_database_initmariadb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database_connect", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "server_database_database_patch", "to": "server_database_database_patchsqlite", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database_patch", "to": "server_database_database_migrateaggregatetable", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database_patchsqlite", "to": "server_database_database_importsqlfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database_patchsqlite", "to": "server_database_database_close", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database_patchsqlite", "to": "server_database_database_patchsqlite2", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database_patchsqlite", "to": "server_database_database_migratenewstatuspage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database_patchsqlite", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "server_database_database_patchsqlite2", "to": "server_database_database_patch2recursion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database_patchsqlite2", "to": "server_database_database_close", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database_patch2recursion", "to": "server_database_database_importsqlfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database_sqlhouroffset", "to": "server_database_database_clearheartbeatdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_database_database_migrateaggregatetable", "to": "server_database_database_clearheartbeatdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "reference_uptime_kuma_server_uptime_calculator_js", "to": "server_uptime_calculator_uptimecalculator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_getuptimecalculator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_remove", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_removeall", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_getdailystatbean", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_gethourlystatbean", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_getminutelystatbean", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_getminutelykey", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_gethourlykey", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_getdailykey", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_getkey", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_flatstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_getdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_getdataarray", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_getdatabyduration", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_get24hour", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_get7day", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_get30day", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_get1year", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_getcurrentdate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_setmigrationmode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_clearstatistics", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator", "to": "server_uptime_calculator_uptimecalculator_clearallstatistics", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_getuptimecalculator", "to": "server_uptime_calculator_uptimecalculator_init", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_remove", "to": "server_uptime_calculator_uptimecalculator_clearstatistics", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_removeall", "to": "server_uptime_calculator_uptimecalculator_clearallstatistics", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_init", "to": "server_uptime_calculator_uptimecalculator_getcurrentdate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_init", "to": "server_uptime_calculator_uptimecalculator_getminutelykey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_init", "to": "server_uptime_calculator_uptimecalculator_gethourlykey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_init", "to": "server_uptime_calculator_uptimecalculator_getdailykey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_update", "to": "server_uptime_calculator_uptimecalculator_getcurrentdate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_update", "to": "server_uptime_calculator_uptimecalculator_flatstatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_update", "to": "server_uptime_calculator_uptimecalculator_getminutelykey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_update", "to": "server_uptime_calculator_uptimecalculator_gethourlykey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_update", "to": "server_uptime_calculator_uptimecalculator_getdailykey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_update", "to": "server_uptime_calculator_uptimecalculator_getdailystatbean", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_update", "to": "server_uptime_calculator_uptimecalculator_gethourlystatbean", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_update", "to": "server_uptime_calculator_uptimecalculator_getminutelystatbean", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_getminutelykey", "to": "server_uptime_calculator_uptimecalculator_getkey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_gethourlykey", "to": "server_uptime_calculator_uptimecalculator_getkey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_getdailykey", "to": "server_uptime_calculator_uptimecalculator_getkey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_getkey", "to": "server_uptime_calculator_uptimecalculator_getdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_getkey", "to": "server_uptime_calculator_uptimecalculator_getdataarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_getdata", "to": "server_uptime_calculator_uptimecalculator_getcurrentdate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_getdata", "to": "server_uptime_calculator_uptimecalculator_getdatabyduration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_getdata", "to": "server_uptime_calculator_uptimecalculator_get24hour", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_getdata", "to": "server_uptime_calculator_uptimecalculator_get7day", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_getdata", "to": "server_uptime_calculator_uptimecalculator_get30day", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_getdata", "to": "server_uptime_calculator_uptimecalculator_get1year", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_calculator_uptimecalculator_getdataarray", "to": "server_uptime_calculator_uptimecalculator_getcurrentdate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "reference_uptime_kuma_server_uptime_kuma_server_js", "to": "server_uptime_kuma_server_uptimekumaserver", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_getinstance", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_initafterdatabaseready", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_sendmonitorlist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_sendupdatemonitorintolist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_senddeletemonitorfromlist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_getmonitorjsonlist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_sendmaintenancelist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_sendmaintenancelistbyuserid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_getmaintenancejsonlist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_loadmaintenancelist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_getmaintenance", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_errorlog", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_getclientip", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_getclientipwithproxy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_gettimezone", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_gettimezoneoffset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_checktimezone", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_settimezone", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_start", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_stop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_startnscdservices", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_stopnscdservices", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_getuseragent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver", "to": "server_uptime_kuma_server_uptimekumaserver_disconnectallsocketclients", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver_constructor", "to": "server_uptime_kuma_server_uptimekumaserver_getuseragent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver_initafterdatabaseready", "to": "server_uptime_kuma_server_uptimekumaserver_gettimezone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver_initafterdatabaseready", "to": "server_uptime_kuma_server_uptimekumaserver_loadmaintenancelist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver_sendmonitorlist", "to": "server_uptime_kuma_server_uptimekumaserver_getmonitorjsonlist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver_sendupdatemonitorintolist", "to": "server_uptime_kuma_server_uptimekumaserver_getmonitorjsonlist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver_sendmaintenancelist", "to": "server_uptime_kuma_server_uptimekumaserver_sendmaintenancelistbyuserid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver_sendmaintenancelistbyuserid", "to": "server_uptime_kuma_server_uptimekumaserver_getmaintenancejsonlist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver_getclientip", "to": "server_uptime_kuma_server_uptimekumaserver_getclientipwithproxy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver_gettimezone", "to": "server_uptime_kuma_server_uptimekumaserver_checktimezone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver_checktimezone", "to": "server_uptime_kuma_server_uptimekumaserver_settimezone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver_start", "to": "server_uptime_kuma_server_uptimekumaserver_startnscdservices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_uptime_kuma_server_uptimekumaserver_stop", "to": "server_uptime_kuma_server_uptimekumaserver_stopnscdservices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_util_server_timeobjectconverttimezone", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jobs_clear_old_data_clearolddata", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "reference_uptime_kuma_server_model_maintenance_js", "to": "model_maintenance_maintenance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance", "to": "model_maintenance_maintenance_topublicjson", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance", "to": "model_maintenance_maintenance_tojson", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance", "to": "model_maintenance_maintenance_getdayofweeklist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance", "to": "model_maintenance_maintenance_getdayofmonthlist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance", "to": "model_maintenance_maintenance_calcduration", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance", "to": "model_maintenance_maintenance_jsontobean", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance", "to": "model_maintenance_maintenance_validatecron", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance", "to": "model_maintenance_maintenance_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance", "to": "model_maintenance_maintenance_getrunningtimeslot", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance", "to": "model_maintenance_maintenance_inferduration", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance", "to": "model_maintenance_maintenance_stop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance", "to": "model_maintenance_maintenance_isundermaintenance", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance", "to": "model_maintenance_maintenance_gettimezone", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance", "to": "model_maintenance_maintenance_gettimezoneoffset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance", "to": "model_maintenance_maintenance_getstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance", "to": "model_maintenance_maintenance_generatecron", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance_topublicjson", "to": "model_maintenance_maintenance_gettimezone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance_topublicjson", "to": "model_maintenance_maintenance_gettimezoneoffset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance_topublicjson", "to": "model_maintenance_maintenance_getstatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance_topublicjson", "to": "model_maintenance_maintenance_getrunningtimeslot", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance_topublicjson", "to": "model_maintenance_maintenance_tojson", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance_topublicjson", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "model_maintenance_maintenance_getdayofweeklist", "to": "model_maintenance_maintenance_generatecron", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance_getdayofmonthlist", "to": "model_maintenance_maintenance_generatecron", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance_calcduration", "to": "model_maintenance_maintenance_generatecron", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance_jsontobean", "to": "model_maintenance_maintenance_validatecron", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance_jsontobean", "to": "model_maintenance_maintenance_generatecron", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance_validatecron", "to": "model_maintenance_maintenance_stop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance_run", "to": "model_maintenance_maintenance_stop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance_run", "to": "model_maintenance_maintenance_generatecron", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance_run", "to": "model_maintenance_maintenance_gettimezone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance_run", "to": "model_maintenance_maintenance_getrunningtimeslot", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance_isundermaintenance", "to": "model_maintenance_maintenance_getstatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance_gettimezone", "to": "model_maintenance_maintenance_gettimezoneoffset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance_gettimezone", "to": "model_maintenance_maintenance_getstatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_maintenance_maintenance_generatecron", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "reference_uptime_kuma_server_model_status_page_js", "to": "model_status_page_statuspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage", "to": "model_status_page_statuspage_handlestatuspagerssresponse", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage", "to": "model_status_page_statuspage_handlestatuspageresponse", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage", "to": "model_status_page_statuspage_renderrss", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage", "to": "model_status_page_statuspage_buildrssurl", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage", "to": "model_status_page_statuspage_renderhtml", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage", "to": "model_status_page_statuspage_overallstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage", "to": "model_status_page_statuspage_getstatusdescription", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage", "to": "model_status_page_statuspage_getrsspagedata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage", "to": "model_status_page_statuspage_getstatuspagedata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage", "to": "model_status_page_statuspage_loaddomainmappinglist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage", "to": "model_status_page_statuspage_sendstatuspagelist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage", "to": "model_status_page_statuspage_updatedomainnamelist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage", "to": "model_status_page_statuspage_getdomainnamelist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage", "to": "model_status_page_statuspage_tojson", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage", "to": "model_status_page_statuspage_topublicjson", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage", "to": "model_status_page_statuspage_slugtoid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage", "to": "model_status_page_statuspage_geticon", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage", "to": "model_status_page_statuspage_getincidenthistory", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage", "to": "model_status_page_statuspage_getmaintenancelist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage_handlestatuspagerssresponse", "to": "model_status_page_statuspage_buildrssurl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage_handlestatuspagerssresponse", "to": "model_status_page_statuspage_renderrss", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage_handlestatuspageresponse", "to": "model_status_page_statuspage_renderhtml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage_renderrss", "to": "model_status_page_statuspage_getrsspagedata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage_renderhtml", "to": "model_status_page_statuspage_getstatuspagedata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage_overallstatus", "to": "model_status_page_statuspage_getrsspagedata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage_getstatusdescription", "to": "model_status_page_statuspage_getrsspagedata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage_getrsspagedata", "to": "model_status_page_statuspage_topublicjson", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage_getstatuspagedata", "to": "model_status_page_statuspage_topublicjson", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage_getstatuspagedata", "to": "model_status_page_statuspage_getmaintenancelist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage_sendstatuspagelist", "to": "model_status_page_statuspage_tojson", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage_getdomainnamelist", "to": "model_status_page_statuspage_tojson", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage_tojson", "to": "model_status_page_statuspage_geticon", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage_topublicjson", "to": "model_status_page_statuspage_geticon", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_status_page_statuspage_topublicjson", "to": "model_status_page_statuspage_getmaintenancelist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "reference_uptime_kuma_server_model_monitor_js", "to": "model_monitor_monitor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_topublicjson", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_tojson", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_gettags", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_getcertexpiry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_isenabledexpirynotification", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_ispingnumeric", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_getignoretls", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_getwsignoresecwebsocketacceptheader", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_isupsidedown", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_isinvertkeyword", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_getgrpcenabletls", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_getcachebust", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_getacceptedstatuscodes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_getgamediggivenportonly", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_getkafkaproducerssl", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_getkafkaproducerallowautotopiccreation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_getsaveresponse", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_getsaveerrorresponse", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_start", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_saveresponsedata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_makeaxiosrequest", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_stop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_getprometheus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_geturl", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_geturlprotocol", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_updatetlsinfo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_isactive", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_sendstats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_sendcertinfo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_senddomaininfo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_isimportantbeat", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_isimportantfornotification", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_sendnotification", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_getnotificationlist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_sendcertnotificationbytargetdays", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_getpreviousheartbeat", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_isundermaintenance", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_validate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_getmonitornotification", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_getmonitortag", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_preparepreloaddata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_getparent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_getchildren", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_getallpath", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_getallchildrenids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_unlinkallchildren", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_deletemonitor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_deletemonitorrecursively", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_isparentactive", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_makeoidctokenclientcredentialsrequest", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor", "to": "model_monitor_monitor_handletlsinfo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_topublicjson", "to": "model_monitor_monitor_gettags", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_topublicjson", "to": "model_monitor_monitor_getcertexpiry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_tojson", "to": "model_monitor_monitor_getwsignoresecwebsocketacceptheader", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_tojson", "to": "model_monitor_monitor_isinvertkeyword", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_tojson", "to": "model_monitor_monitor_isenabledexpirynotification", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_tojson", "to": "model_monitor_monitor_getignoretls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_tojson", "to": "model_monitor_monitor_isupsidedown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_tojson", "to": "model_monitor_monitor_getacceptedstatuscodes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_tojson", "to": "model_monitor_monitor_getgrpcenabletls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_tojson", "to": "model_monitor_monitor_getgamediggivenportonly", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_tojson", "to": "model_monitor_monitor_getkafkaproducerssl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_tojson", "to": "model_monitor_monitor_getkafkaproducerallowautotopiccreation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_tojson", "to": "model_monitor_monitor_getcachebust", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_tojson", "to": "model_monitor_monitor_ispingnumeric", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_tojson", "to": "model_monitor_monitor_getsaveresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_tojson", "to": "model_monitor_monitor_getsaveerrorresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_tojson", "to": "model_monitor_monitor_sendnotification", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_gettags", "to": "model_monitor_monitor_start", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_isenabledexpirynotification", "to": "model_monitor_monitor_handletlsinfo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_getignoretls", "to": "model_monitor_monitor_handletlsinfo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_makeaxiosrequest", "to": "model_monitor_monitor_makeoidctokenclientcredentialsrequest", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_stop", "to": "model_monitor_monitor_deletemonitor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_geturl", "to": "model_monitor_monitor_geturlprotocol", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_updatetlsinfo", "to": "model_monitor_monitor_handletlsinfo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_isactive", "to": "model_monitor_monitor_isparentactive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_sendstats", "to": "model_monitor_monitor_sendcertinfo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_sendstats", "to": "model_monitor_monitor_senddomaininfo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_sendnotification", "to": "model_monitor_monitor_getnotificationlist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_sendnotification", "to": "model_monitor_monitor_preparepreloaddata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_isundermaintenance", "to": "model_monitor_monitor_getparent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_getmonitornotification", "to": "model_monitor_monitor_preparepreloaddata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_getmonitortag", "to": "model_monitor_monitor_preparepreloaddata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_getparent", "to": "model_monitor_monitor_getallpath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_getparent", "to": "model_monitor_monitor_isparentactive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_getchildren", "to": "model_monitor_monitor_getallchildrenids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_getchildren", "to": "model_monitor_monitor_deletemonitorrecursively", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "model_monitor_monitor_deletemonitor", "to": "model_monitor_monitor_deletemonitorrecursively", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notification_providers_gorush_gorush_send", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "notification_providers_max_max", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "notification_providers_max_max", "to": "alerts_alertmanager_handlesystemalerts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "notification_providers_max_max", "to": "alerts_alertmanager_handlesystemdown", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "notification_providers_max_max", "to": "alerts_alertmanager_restorependingstatusalerts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "notification_providers_max_max", "to": "systems_systemmanager_initialize", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "reference_uptime_kuma_server_monitor_types_globalping_js", "to": "monitor_types_globalping_globalpingmonitortype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype", "to": "monitor_types_globalping_globalpingmonitortype_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype", "to": "monitor_types_globalping_globalpingmonitortype_check", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype", "to": "monitor_types_globalping_globalpingmonitortype_ping", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype", "to": "monitor_types_globalping_globalpingmonitortype_http", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype", "to": "monitor_types_globalping_globalpingmonitortype_dns", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype", "to": "monitor_types_globalping_globalpingmonitortype_checkdnsrecordvaluematch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype", "to": "monitor_types_globalping_globalpingmonitortype_handlekeywordforhttp", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype", "to": "monitor_types_globalping_globalpingmonitortype_handlejsonqueryforhttp", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype", "to": "monitor_types_globalping_globalpingmonitortype_handletlsinfo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype", "to": "monitor_types_globalping_globalpingmonitortype_getoauth2authheader", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype", "to": "monitor_types_globalping_globalpingmonitortype_getbasicauthheader", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype", "to": "monitor_types_globalping_globalpingmonitortype_formatapierror", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype", "to": "monitor_types_globalping_globalpingmonitortype_formattoomanyrequestserror", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype", "to": "monitor_types_globalping_globalpingmonitortype_formatprobelocation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype", "to": "monitor_types_globalping_globalpingmonitortype_formatresponse", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_check", "to": "monitor_types_globalping_globalpingmonitortype_ping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_check", "to": "monitor_types_globalping_globalpingmonitortype_http", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_check", "to": "monitor_types_globalping_globalpingmonitortype_dns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_ping", "to": "monitor_types_globalping_globalpingmonitortype_formattoomanyrequestserror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_ping", "to": "monitor_types_globalping_globalpingmonitortype_formatapierror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_ping", "to": "monitor_types_globalping_globalpingmonitortype_formatresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_http", "to": "monitor_types_globalping_globalpingmonitortype_getbasicauthheader", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_http", "to": "monitor_types_globalping_globalpingmonitortype_getoauth2authheader", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_http", "to": "monitor_types_globalping_globalpingmonitortype_formattoomanyrequestserror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_http", "to": "monitor_types_globalping_globalpingmonitortype_formatapierror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_http", "to": "monitor_types_globalping_globalpingmonitortype_formatresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_http", "to": "monitor_types_globalping_globalpingmonitortype_handlekeywordforhttp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_http", "to": "monitor_types_globalping_globalpingmonitortype_handlejsonqueryforhttp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_http", "to": "monitor_types_globalping_globalpingmonitortype_handletlsinfo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_http", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "monitor_types_globalping_globalpingmonitortype_dns", "to": "monitor_types_globalping_globalpingmonitortype_formattoomanyrequestserror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_dns", "to": "monitor_types_globalping_globalpingmonitortype_formatapierror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_dns", "to": "monitor_types_globalping_globalpingmonitortype_formatresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_dns", "to": "monitor_types_globalping_globalpingmonitortype_checkdnsrecordvaluematch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_handlejsonqueryforhttp", "to": "monitor_types_globalping_globalpingmonitortype_formatresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_handletlsinfo", "to": "monitor_types_globalping_globalpingmonitortype_formatresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_globalping_globalpingmonitortype_formatprobelocation", "to": "monitor_types_globalping_globalpingmonitortype_formatresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitor_types_tailscale_ping_tailscaleping_parsetailscaleoutput", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "monitor_types_tcp_parsetlsalertnumber", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "reference_domain_locker_src_app_services_supabase_service_ts", "to": "services_supabase_service_supabaseservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_issupabaseenabled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_isauthenticated", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_getsessiontoken", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_getsessiondata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_initializeauth", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_setauthstate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_getcurrentuser", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_signup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_signin", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_verifymfa", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_verifymfa2withchallenge", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_getauthenticatorassurancelevel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_signinwithgithub", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_signinwithgoogle", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_signinwithfacebook", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_signout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_gettoken", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_settoken", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_isemailverified", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_resendverificationemail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_sendpasswordresetemail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_verifyemail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_updateemail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_setpassword", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_updatepassword", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_getuserbillinginfo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_getbackupcodes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_exportuserdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_deletealldata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_deleteaccount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_updateusermetadata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_enablemfa", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_disablemfa", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_ismfaenabled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_resetmfa", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice", "to": "services_supabase_service_supabaseservice_getaccountissues", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice_constructor", "to": "services_supabase_service_supabaseservice_issupabaseenabled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice_constructor", "to": "services_supabase_service_supabaseservice_initializeauth", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice_issupabaseenabled", "to": "services_supabase_service_supabaseservice_isauthenticated", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice_issupabaseenabled", "to": "services_supabase_service_supabaseservice_getsessiontoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice_issupabaseenabled", "to": "services_supabase_service_supabaseservice_getsessiondata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice_isauthenticated", "to": "services_supabase_service_supabaseservice_getauthenticatorassurancelevel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice_setauthstate", "to": "services_supabase_service_supabaseservice_signin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice_setauthstate", "to": "services_supabase_service_supabaseservice_verifymfa", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice_setauthstate", "to": "services_supabase_service_supabaseservice_signout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice_getcurrentuser", "to": "services_supabase_service_supabaseservice_getuserbillinginfo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice_getcurrentuser", "to": "services_supabase_service_supabaseservice_deleteaccount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice_gettoken", "to": "services_supabase_service_supabaseservice_deleteaccount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice_getuserbillinginfo", "to": "services_supabase_service_supabaseservice_getaccountissues", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice_deletealldata", "to": "services_supabase_service_supabaseservice_deleteaccount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice_enablemfa", "to": "services_supabase_service_supabaseservice_resetmfa", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_supabase_service_supabaseservice_ismfaenabled", "to": "services_supabase_service_supabaseservice_getaccountissues", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "reference_domain_locker_src_app_services_environment_service_ts", "to": "services_environment_service_envservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice", "to": "services_environment_service_envservice_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice", "to": "services_environment_service_envservice_mapkeytovarname", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice", "to": "services_environment_service_envservice_getenvvar", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice", "to": "services_environment_service_envservice_issupabaseenabled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice", "to": "services_environment_service_envservice_ispostgresenabled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice", "to": "services_environment_service_envservice_getenvironmenttype", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice", "to": "services_environment_service_envservice_getsupabaseurl", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice", "to": "services_environment_service_envservice_getsupabasepublickey", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice", "to": "services_environment_service_envservice_getprojectid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice", "to": "services_environment_service_envservice_getglitchtipdsn", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice", "to": "services_environment_service_envservice_getpostgresconfig", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice", "to": "services_environment_service_envservice_getbaseurl", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice", "to": "services_environment_service_envservice_getpostgresapiurl", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice", "to": "services_environment_service_envservice_getplausibleconfig", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice", "to": "services_environment_service_envservice_getvaluefromlocalstorage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice", "to": "services_environment_service_envservice_checkallenvironmentalvariables", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice_mapkeytovarname", "to": "services_environment_service_envservice_getenvvar", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice_getenvvar", "to": "services_environment_service_envservice_getvaluefromlocalstorage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice_getenvvar", "to": "services_environment_service_envservice_issupabaseenabled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice_getenvvar", "to": "services_environment_service_envservice_getenvironmenttype", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice_getenvvar", "to": "services_environment_service_envservice_getsupabaseurl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice_getenvvar", "to": "services_environment_service_envservice_getsupabasepublickey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice_getenvvar", "to": "services_environment_service_envservice_getprojectid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice_getenvvar", "to": "services_environment_service_envservice_getglitchtipdsn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice_getenvvar", "to": "services_environment_service_envservice_getpostgresconfig", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice_getenvvar", "to": "services_environment_service_envservice_getbaseurl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice_getenvvar", "to": "services_environment_service_envservice_getplausibleconfig", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice_ispostgresenabled", "to": "services_environment_service_envservice_getenvironmenttype", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice_ispostgresenabled", "to": "services_environment_service_envservice_getpostgresconfig", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_environment_service_envservice_getbaseurl", "to": "services_environment_service_envservice_getpostgresapiurl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "reference_domain_locker_src_app_services_db_query_services_sb_database_service_ts", "to": "db_query_services_sb_database_service_maindatabaseservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_handleerror", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_getcurrentuser", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_domainexists", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_savedomain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_savedomaininternal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_getdomainbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_getfulldomainquery", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_deletedomain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_getdomain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_extracttags", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_formatdomaindata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_listdomainnames", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_listdomains", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_updatedomain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_updatedomaininternal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_getstatuseswithdomaincounts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_gettotaldomains", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_getdomainsbyeppcodes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_getdomainsbystatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_getdomainsbytag", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_getdomainexpirations", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_getassetcount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_fetchallforexport", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_getdomainuptime", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_checkalltables", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice", "to": "db_query_services_sb_database_service_maindatabaseservice_deletealldata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice_handleerror", "to": "db_query_services_sb_database_service_maindatabaseservice_domainexists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice_handleerror", "to": "db_query_services_sb_database_service_maindatabaseservice_savedomaininternal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice_getcurrentuser", "to": "db_query_services_sb_database_service_maindatabaseservice_domainexists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice_getcurrentuser", "to": "db_query_services_sb_database_service_maindatabaseservice_savedomaininternal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice_getcurrentuser", "to": "db_query_services_sb_database_service_maindatabaseservice_fetchallforexport", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice_savedomain", "to": "db_query_services_sb_database_service_maindatabaseservice_savedomaininternal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice_savedomaininternal", "to": "db_query_services_sb_database_service_maindatabaseservice_getdomainbyid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice_getdomainbyid", "to": "db_query_services_sb_database_service_maindatabaseservice_getfulldomainquery", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice_getdomainbyid", "to": "db_query_services_sb_database_service_maindatabaseservice_formatdomaindata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice_getdomainbyid", "to": "db_query_services_sb_database_service_maindatabaseservice_updatedomaininternal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice_getfulldomainquery", "to": "db_query_services_sb_database_service_maindatabaseservice_getdomain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice_getfulldomainquery", "to": "db_query_services_sb_database_service_maindatabaseservice_listdomains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice_extracttags", "to": "db_query_services_sb_database_service_maindatabaseservice_formatdomaindata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_sb_database_service_maindatabaseservice_updatedomain", "to": "db_query_services_sb_database_service_maindatabaseservice_updatedomaininternal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "reference_domain_locker_src_app_services_db_query_services_pg_database_service_ts", "to": "db_query_services_pg_database_service_pgdatabaseservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_getcurrentuser", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_handleerror", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_executequery", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_domainexists", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_savedomain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_savedomaininternal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_getdomainbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_getfulldomainquery", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_getfulldomainjoins", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_formatdomaindata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_extracttags", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_listdomains", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_listdomainnames", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_getdomain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_updatedomain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_updatedomaininternal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_deletedomain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_getdomainexpirations", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_getassetcount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_getstatuseswithdomaincounts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_getdomainsbystatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_gettimeintervalfortimeframe", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_getdomainsbytag", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_getdomainuptime", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_gettotaldomains", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_getdomainsbyeppcodes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_fetchallforexport", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_checkalltables", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice", "to": "db_query_services_pg_database_service_pgdatabaseservice_deletealldata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_handleerror", "to": "db_query_services_pg_database_service_pgdatabaseservice_getdomainuptime", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_executequery", "to": "db_query_services_pg_database_service_pgdatabaseservice_domainexists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_executequery", "to": "db_query_services_pg_database_service_pgdatabaseservice_savedomaininternal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_executequery", "to": "db_query_services_pg_database_service_pgdatabaseservice_getdomainbyid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_executequery", "to": "db_query_services_pg_database_service_pgdatabaseservice_listdomains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_executequery", "to": "db_query_services_pg_database_service_pgdatabaseservice_updatedomaininternal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_executequery", "to": "db_query_services_pg_database_service_pgdatabaseservice_getdomainuptime", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_savedomain", "to": "db_query_services_pg_database_service_pgdatabaseservice_savedomaininternal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_savedomaininternal", "to": "db_query_services_pg_database_service_pgdatabaseservice_getdomainbyid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_getdomainbyid", "to": "db_query_services_pg_database_service_pgdatabaseservice_updatedomaininternal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_getfulldomainquery", "to": "db_query_services_pg_database_service_pgdatabaseservice_listdomains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_getfulldomainquery", "to": "db_query_services_pg_database_service_pgdatabaseservice_getdomain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_getfulldomainquery", "to": "db_query_services_pg_database_service_pgdatabaseservice_getdomainsbystatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_getfulldomainquery", "to": "db_query_services_pg_database_service_pgdatabaseservice_getdomainsbytag", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_getfulldomainjoins", "to": "db_query_services_pg_database_service_pgdatabaseservice_listdomains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_getfulldomainjoins", "to": "db_query_services_pg_database_service_pgdatabaseservice_getdomain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_getfulldomainjoins", "to": "db_query_services_pg_database_service_pgdatabaseservice_getdomainsbystatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_getfulldomainjoins", "to": "db_query_services_pg_database_service_pgdatabaseservice_getdomainsbytag", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_formatdomaindata", "to": "db_query_services_pg_database_service_pgdatabaseservice_extracttags", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_updatedomain", "to": "db_query_services_pg_database_service_pgdatabaseservice_updatedomaininternal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_query_services_pg_database_service_pgdatabaseservice_gettimeintervalfortimeframe", "to": "db_query_services_pg_database_service_pgdatabaseservice_getdomainuptime", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "reference_domain_locker_src_app_services_db_query_services_sb_db_notifications_service_ts", "to": "sb_db_notifications_service_notificationqueries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sb_db_notifications_service_notificationqueries", "to": "sb_db_notifications_service_notificationqueries_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sb_db_notifications_service_notificationqueries", "to": "sb_db_notifications_service_notificationqueries_savenotifications", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sb_db_notifications_service_notificationqueries", "to": "sb_db_notifications_service_notificationqueries_getnotificationchannels", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sb_db_notifications_service_notificationqueries", "to": "sb_db_notifications_service_notificationqueries_updatenotificationchannels", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sb_db_notifications_service_notificationqueries", "to": "sb_db_notifications_service_notificationqueries_getnotificationpreferences", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sb_db_notifications_service_notificationqueries", "to": "sb_db_notifications_service_notificationqueries_updatebulknotificationpreferences", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sb_db_notifications_service_notificationqueries", "to": "sb_db_notifications_service_notificationqueries_getusernotifications", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sb_db_notifications_service_notificationqueries", "to": "sb_db_notifications_service_notificationqueries_markallnotificationsread", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sb_db_notifications_service_notificationqueries", "to": "sb_db_notifications_service_notificationqueries_marknotificationreadstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sb_db_notifications_service_notificationqueries", "to": "sb_db_notifications_service_notificationqueries_getunreadnotificationcount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sb_db_notifications_service_notificationqueries", "to": "sb_db_notifications_service_notificationqueries_addnotification", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sb_db_notifications_service_notificationqueries", "to": "sb_db_notifications_service_notificationqueries_updatenotification", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sb_db_notifications_service_notificationqueries", "to": "sb_db_notifications_service_notificationqueries_deletenotification", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sb_db_notifications_service_notificationqueries", "to": "sb_db_notifications_service_notificationqueries_updatenotificationtypes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "reference_domain_locker_src_app_components_domain_things_domain_collection_domain_collection_component_ts", "to": "domain_collection_domain_collection_component_domaincollectioncomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_ngoninit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_ngonchanges", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_onvisibilitychange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_onsortchange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_updatevisiblecolumns", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_sortdomains", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_mapfieldtocolumn", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_onsearchchange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_onlayoutchange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_reloaddomains", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_initializefuse", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_filterdomains", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_domainmatchessearch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_resetfilters", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent_ngoninit", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_sortdomains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent_ngoninit", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_initializefuse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent_ngoninit", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_updatevisiblecolumns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent_ngonchanges", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_initializefuse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent_ngonchanges", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_sortdomains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent_onvisibilitychange", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_updatevisiblecolumns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent_onsortchange", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_sortdomains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent_sortdomains", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_resetfilters", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_collection_domain_collection_component_domaincollectioncomponent_onsearchchange", "to": "domain_collection_domain_collection_component_domaincollectioncomponent_filterdomains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "reference_domain_locker_src_app_components_monitor_sparklines_sparklines_component_ts", "to": "sparklines_sparklines_component_domainsparklinecomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent", "to": "sparklines_sparklines_component_domainsparklinecomponent_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent", "to": "sparklines_sparklines_component_domainsparklinecomponent_ngoninit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent", "to": "sparklines_sparklines_component_domainsparklinecomponent_fetchuptimedata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent", "to": "sparklines_sparklines_component_domainsparklinecomponent_processuptimedata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent", "to": "sparklines_sparklines_component_domainsparklinecomponent_processresponsecodes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent", "to": "sparklines_sparklines_component_domainsparklinecomponent_calculateaverage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent", "to": "sparklines_sparklines_component_domainsparklinecomponent_calculateminmax", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent", "to": "sparklines_sparklines_component_domainsparklinecomponent_updatecharts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent", "to": "sparklines_sparklines_component_domainsparklinecomponent_createsparklinechart", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent", "to": "sparklines_sparklines_component_domainsparklinecomponent_updatehoveredvalue", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent", "to": "sparklines_sparklines_component_domainsparklinecomponent_ontimeframechange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent", "to": "sparklines_sparklines_component_domainsparklinecomponent_onadvancedmodechange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent", "to": "sparklines_sparklines_component_domainsparklinecomponent_round", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent", "to": "sparklines_sparklines_component_domainsparklinecomponent_maptimetosentence", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent", "to": "sparklines_sparklines_component_domainsparklinecomponent_formattimestamp", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent_ngoninit", "to": "sparklines_sparklines_component_domainsparklinecomponent_fetchuptimedata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent_fetchuptimedata", "to": "sparklines_sparklines_component_domainsparklinecomponent_ontimeframechange", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent_processuptimedata", "to": "sparklines_sparklines_component_domainsparklinecomponent_calculateaverage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent_processuptimedata", "to": "sparklines_sparklines_component_domainsparklinecomponent_calculateminmax", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent_processuptimedata", "to": "sparklines_sparklines_component_domainsparklinecomponent_updatecharts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent_processuptimedata", "to": "sparklines_sparklines_component_domainsparklinecomponent_onadvancedmodechange", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent_processresponsecodes", "to": "sparklines_sparklines_component_domainsparklinecomponent_onadvancedmodechange", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent_updatecharts", "to": "sparklines_sparklines_component_domainsparklinecomponent_createsparklinechart", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent_round", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent_round", "to": "records_records_twodecimals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sparklines_sparklines_component_domainsparklinecomponent_round", "to": "systemd_systemd_twodecimals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registration_lifespan_registration_lifespan_component_domainganttchartcomponent_calculatebarposition", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registration_lifespan_registration_lifespan_component_domainganttchartcomponent_calculatetodayposition", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "reference_domain_locker_src_app_components_charts_domain_pie_domain_pie_component_ts", "to": "domain_pie_domain_pie_component_domainpiechartscomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_ngoninit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_ngafterviewinit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_ontabchange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_forcechartredraw", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_loadregistrardata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_loadsslissuerdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_loadhostdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_initchartoptions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_normalizechartdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_getregistrardata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_getsslissuerdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_gethostdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_setchartcolors", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_setchartsize", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent_ngoninit", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_setchartcolors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent_ngoninit", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_loadregistrardata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent_ngoninit", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_loadsslissuerdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent_ngoninit", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_loadhostdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent_ngafterviewinit", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_setchartsize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent_ontabchange", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_loadregistrardata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent_ontabchange", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_loadsslissuerdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent_ontabchange", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_loadhostdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent_loadregistrardata", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_getregistrardata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent_loadsslissuerdata", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_getsslissuerdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent_loadhostdata", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_gethostdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domain_pie_domain_pie_component_domainpiechartscomponent_initchartoptions", "to": "domain_pie_domain_pie_component_domainpiechartscomponent_setchartsize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_home_page_homepagecomponent_triggerbackgroundupdate", "to": "bulk_api_parseint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "reference_domain_locker_src_app_pages_settings_account_page_ts", "to": "settings_account_page_usersettingscomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_ngoninit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_initializeforms", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_loaduserdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_updatepasswordform", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_checkifuserhaspassword", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_updateprofile", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_updateemail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_updatepassword", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_checkmfastatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_startenablemfa", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_enablemfa", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_verifymfa", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_disablemfa", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_resetmfa", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_downloadbackupcodes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_updatesessiontimeout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_exportdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_confirmdeleteaccount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_deleteaccount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent", "to": "settings_account_page_usersettingscomponent_passwordmatchvalidator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent_ngoninit", "to": "settings_account_page_usersettingscomponent_initializeforms", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent_ngoninit", "to": "settings_account_page_usersettingscomponent_loaduserdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent_ngoninit", "to": "settings_account_page_usersettingscomponent_checkifuserhaspassword", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent_ngoninit", "to": "settings_account_page_usersettingscomponent_checkmfastatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent_startenablemfa", "to": "settings_account_page_usersettingscomponent_enablemfa", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings_account_page_usersettingscomponent_disablemfa", "to": "settings_account_page_usersettingscomponent_resetmfa", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "reference_domain_locker_src_app_pages_domains_add_index_page_ts", "to": "add_index_page_adddomaincomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_ngoninit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_ngondestroy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_initializeform", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_setupdomainvalidation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_fetchexistingdomains", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_filterregistrars", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_domainexistsvalidator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_onnextstep", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_onpreviousstep", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_fetchdomaininfo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_fetchsubdomains", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_isdomaininfovalid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_updateformwithdomaininfo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_preparetabledata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_makedateorundefined", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_formatdomainname", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_onsubmit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_saveandaddnew", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_confirmdiscard", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_tagsvalidator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_onenterkey", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_getdomainerrormessage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_gettagserrormessage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_hasenablednotifications", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_getnoteserrormessage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_handlehttperror", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent", "to": "add_index_page_adddomaincomponent_handleerror", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent_ngoninit", "to": "add_index_page_adddomaincomponent_initializeform", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent_ngoninit", "to": "add_index_page_adddomaincomponent_fetchexistingdomains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent_ngoninit", "to": "add_index_page_adddomaincomponent_setupdomainvalidation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent_initializeform", "to": "add_index_page_adddomaincomponent_domainexistsvalidator", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent_initializeform", "to": "add_index_page_adddomaincomponent_tagsvalidator", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent_initializeform", "to": "add_index_page_adddomaincomponent_onnextstep", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent_onnextstep", "to": "add_index_page_adddomaincomponent_fetchdomaininfo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent_onnextstep", "to": "add_index_page_adddomaincomponent_handleerror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent_onnextstep", "to": "add_index_page_adddomaincomponent_onenterkey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent_fetchsubdomains", "to": "add_index_page_adddomaincomponent_handleerror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent_makedateorundefined", "to": "add_index_page_adddomaincomponent_onsubmit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent_formatdomainname", "to": "add_index_page_adddomaincomponent_onsubmit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent_onsubmit", "to": "add_index_page_adddomaincomponent_handleerror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent_onsubmit", "to": "add_index_page_adddomaincomponent_saveandaddnew", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent_onsubmit", "to": "add_index_page_adddomaincomponent_onenterkey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "add_index_page_adddomaincomponent_handlehttperror", "to": "add_index_page_adddomaincomponent_handleerror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "reference_domain_locker_src_app_pages_auth_login_page_ts", "to": "auth_login_page_loginpagecomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_ngoninit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_ngondestroy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_togglepasswordresetform", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_saveupdatedpassword", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_sendcaptcharesponse", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_checkauthstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_onmodechange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_checkifsignupdisabled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_checkifdemoinstance", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_passwordmatchvalidator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_signout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_resetmessages", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_loginwithgithub", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_loginwithgoogle", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_loginwithfacebook", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_sendpasswordresetemail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_onsubmit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_performlogin", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_verifymfacode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_initialloginattempt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_setupmfaverification", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_performsignup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_createtimeout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_handlesuccess", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_handleerror", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent", "to": "auth_login_page_loginpagecomponent_resendverificationemail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_ngoninit", "to": "auth_login_page_loginpagecomponent_onmodechange", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_ngoninit", "to": "auth_login_page_loginpagecomponent_checkauthstatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_ngoninit", "to": "auth_login_page_loginpagecomponent_checkifdemoinstance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_ngoninit", "to": "auth_login_page_loginpagecomponent_checkifsignupdisabled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_togglepasswordresetform", "to": "auth_login_page_loginpagecomponent_resetmessages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_saveupdatedpassword", "to": "auth_login_page_loginpagecomponent_resetmessages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_onmodechange", "to": "auth_login_page_loginpagecomponent_resetmessages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_onmodechange", "to": "auth_login_page_loginpagecomponent_checkifsignupdisabled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_resetmessages", "to": "auth_login_page_loginpagecomponent_sendpasswordresetemail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_resetmessages", "to": "auth_login_page_loginpagecomponent_onsubmit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_loginwithgithub", "to": "auth_login_page_loginpagecomponent_handleerror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_loginwithgoogle", "to": "auth_login_page_loginpagecomponent_handleerror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_loginwithfacebook", "to": "auth_login_page_loginpagecomponent_handleerror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_onsubmit", "to": "auth_login_page_loginpagecomponent_performlogin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_onsubmit", "to": "auth_login_page_loginpagecomponent_performsignup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_onsubmit", "to": "auth_login_page_loginpagecomponent_handleerror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_performlogin", "to": "auth_login_page_loginpagecomponent_verifymfacode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_performlogin", "to": "auth_login_page_loginpagecomponent_initialloginattempt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_verifymfacode", "to": "auth_login_page_loginpagecomponent_handlesuccess", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_initialloginattempt", "to": "auth_login_page_loginpagecomponent_setupmfaverification", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_initialloginattempt", "to": "auth_login_page_loginpagecomponent_handlesuccess", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_performsignup", "to": "auth_login_page_loginpagecomponent_createtimeout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login_page_loginpagecomponent_performsignup", "to": "auth_login_page_loginpagecomponent_handlesuccess", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "reference_domain_locker_src_app_pages_assets_links_index_page_ts", "to": "links_index_page_linksindexpagecomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent", "to": "links_index_page_linksindexpagecomponent_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent", "to": "links_index_page_linksindexpagecomponent_ngoninit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent", "to": "links_index_page_linksindexpagecomponent_ondisplaybychange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent", "to": "links_index_page_linksindexpagecomponent_onshowautolinkschange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent", "to": "links_index_page_linksindexpagecomponent_openlink", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent", "to": "links_index_page_linksindexpagecomponent_showeditlink", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent", "to": "links_index_page_linksindexpagecomponent_addnewlink", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent", "to": "links_index_page_linksindexpagecomponent_objkeys", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent", "to": "links_index_page_linksindexpagecomponent_deletelink", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent", "to": "links_index_page_linksindexpagecomponent_loadlinks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent", "to": "links_index_page_linksindexpagecomponent_loaddomaindata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent", "to": "links_index_page_linksindexpagecomponent_autolinksfromdomaindata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent", "to": "links_index_page_linksindexpagecomponent_fetchproviders", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent", "to": "links_index_page_linksindexpagecomponent_onrightclick", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent", "to": "links_index_page_linksindexpagecomponent_openlinkdialog", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent", "to": "links_index_page_linksindexpagecomponent_confirmdelete", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent", "to": "links_index_page_linksindexpagecomponent_updatelink", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent", "to": "links_index_page_linksindexpagecomponent_addlink", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent_ngoninit", "to": "links_index_page_linksindexpagecomponent_loadlinks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent_ondisplaybychange", "to": "links_index_page_linksindexpagecomponent_loaddomaindata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent_onshowautolinkschange", "to": "links_index_page_linksindexpagecomponent_autolinksfromdomaindata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent_showeditlink", "to": "links_index_page_linksindexpagecomponent_openlinkdialog", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent_addnewlink", "to": "links_index_page_linksindexpagecomponent_openlinkdialog", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "links_index_page_linksindexpagecomponent_autolinksfromdomaindata", "to": "links_index_page_linksindexpagecomponent_fetchproviders", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "reference_domain_locker_src_server_routes_domain_updater_lib_utils_ts", "to": "lib_utils_withtimeout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_utils_withtimeout", "to": "tests_apiscenario_test", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lib_utils_withtimeout", "to": "ws_request_manager_test_testrequestmanager_basicfunctionality", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lib_utils_withtimeout", "to": "ws_requestmanager_sendrequest", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lib_utils_withtimeout", "to": "systems_system_fetchcontainerinfofromagent", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lib_utils_withtimeout", "to": "systems_system_fetchcontainerlogsfromagent", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lib_utils_withtimeout", "to": "systems_system_fetchsystemdinfofromagent", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lib_utils_withtimeout", "to": "systems_system_fetchsmartdatafromagent", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lib_utils_withtimeout", "to": "systems_system_createsessionwithtimeout", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lib_utils_withtimeout", "to": "domains_scheduler_checkdomain", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lib_utils_withtimeout", "to": "whois_lookupservice_trynativewhois", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lib_utils_withtimeout", "to": "monitors_scheduler_runcheck", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lib_utils_withtimeout", "to": "monitors_scheduler_runmanualcheck", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lib_utils_withtimeout", "to": "transport_sshtransport_createsessionwithtimeout", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_logger_logger_write", "to": "utils_logger_logger_warn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_logger_logger_write", "to": "utils_logger_logger_debug", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_cmdoptions_parse", "to": "agent_agent_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agent_cmdoptions_parse", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_cmdoptions_parse", "to": "systems_system_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_cmdoptions_parse", "to": "alerts_alertmanager_sendshoutrrralert", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_cmdoptions_parse", "to": "hub_app_update_fetchregistrytoken", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_cmdoptions_parse", "to": "hub_server_getpublicappinfo", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agent_cmdoptions_loadpublickeys", "to": "agent_agent_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub_getbaseapp", "to": "hub_app_update_newcontainerupdatehelpercmd", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_empty", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_singlerecord", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_basicaveraging", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_peakvalues", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_diskiostats", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_diskiostatspeakfromcurrentvalues", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_peakfromcurrentvalues", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_temperatures", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_networkinterfaces", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_extrafs", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_extrafsdiskiostatspeakfromcurrentvalues", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_extrafspeaksfromcurrentvalues", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_gpudata", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_multiplegpus", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_cpucoresusage", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_cpucoresusagerounding", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_cpubreakdown", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_batterylastchargestate", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_threerecordsrounding", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_mixedoptionalfields", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averaging_test_testaveragesystemstatsslice_tenrecords", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "internal_records_records_go", "to": "records_records_averagesystemstatsslice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_records_records_go", "to": "records_records_twodecimals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "records_recordmanager_averagesystemstats", "to": "records_records_averagesystemstatsslice", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "records_recordmanager_averagesystemstats", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_averagesystemstatsslice", "to": "records_records_twodecimals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "records_records_averagesystemstatsslice", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_test_testrecordmanagercreation", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_test_testtwodecimals", "to": "systemd_systemd_twodecimals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_test_helpers_twodecimals", "to": "systemd_systemd_twodecimals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_deletion_test_testdeleteoldrecords", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_deletion_test_testdeleteoldrecords", "to": "tests_hub_createuser", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_deletion_test_testdeleteoldrecords", "to": "tests_hub_createrecord", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_deletion_test_testdeleteoldsystemstats", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_deletion_test_testdeleteoldsystemstats", "to": "tests_hub_createuser", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_deletion_test_testdeleteoldsystemstats", "to": "tests_hub_createrecord", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_deletion_test_testdeleteoldalertshistory", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_deletion_test_testdeleteoldalertshistory", "to": "tests_hub_createuser", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_deletion_test_testdeleteoldalertshistory", "to": "tests_hub_createrecord", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_deletion_test_testdeleteoldalertshistory", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_deletion_test_testdeleteoldalertshistoryedgecases", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_deletion_test_testdeleteoldalertshistoryedgecases", "to": "tests_hub_createuser", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_deletion_test_testdeleteoldalertshistoryedgecases", "to": "tests_hub_createrecord", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_deletion_test_testdeleteoldsystemdservicerecords", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_deletion_test_testdeleteoldsystemdservicerecords", "to": "tests_hub_createuser", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_deletion_test_testdeleteoldsystemdservicerecords", "to": "tests_hub_createrecord", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "records_records_deletion_test_testdeleteoldsystemdservicerecords", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "internal_site_src_components_ui_use_toast_ts", "to": "ui_use_toast_genid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_site_src_components_ui_use_toast_ts", "to": "ui_use_toast_dispatch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_site_src_components_ui_use_toast_ts", "to": "ui_use_toast_toast", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_use_toast_genid", "to": "ui_use_toast_toast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_use_toast_dispatch", "to": "ui_use_toast_toast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_use_toast_toast", "to": "login_auth_form_showloginfaliedtoast", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ui_use_toast_toast", "to": "login_forgot_pass_form_showloginfaliedtoast", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ui_use_toast_toast", "to": "routes_domain_handlerefresh", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ui_use_toast_toast", "to": "routes_domain_handledeleteconfirm", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ui_use_toast_toast", "to": "settings_quiet_hours_handledelete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ui_use_toast_toast", "to": "settings_quiet_hours_handlesubmit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ui_use_toast_toast", "to": "settings_heartbeat_fetchstatus", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ui_use_toast_toast", "to": "settings_heartbeat_sendtestheartbeat", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ui_use_toast_toast", "to": "settings_config_yaml_fetchconfig", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ui_use_toast_toast", "to": "settings_layout_savesettings", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ui_use_toast_toast", "to": "settings_general_refreshupdateinfo", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ui_use_toast_toast", "to": "settings_general_applyupdate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ui_use_toast_toast", "to": "settings_notifications_updatesettings", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ui_use_toast_toast", "to": "settings_notifications_sendtestnotification", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ui_use_toast_toast", "to": "domains_table_domain_dialog_handlelookup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ui_use_toast_toast", "to": "alerts_alerts_sheet_failedupdatetoast", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ui_use_toast_toast", "to": "monitors_table_add_monitor_dialog_handlesubmit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ui_use_toast_toast", "to": "lib_utils_copytoclipboard", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "routes_domain_handlerefresh", "to": "domains_apihandler_refreshdomain", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "routes_domain_handledeleteconfirm", "to": "domains_apihandler_deletedomain", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "settings_quiet_hours_handlesubmit", "to": "ws_handler_onclose", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "settings_layout_savesettings", "to": "settings_notifications_updatesettings", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "settings_general_refreshupdateinfo", "to": "settings_general_applyupdate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_tests_hub_go", "to": "tests_hub_newtesthub", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_tests_hub_go", "to": "tests_hub_createuser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_tests_hub_go", "to": "tests_hub_createuserwithrole", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_tests_hub_go", "to": "tests_hub_createrecord", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_tests_hub_go", "to": "tests_hub_createsystems", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_tests_hub_go", "to": "tests_hub_gethubwithuser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_hub_newtesthub", "to": "tests_hub_gethubwithuser", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_hub_newtesthub", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createuser", "to": "tests_hub_createuserwithrole", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_hub_createuser", "to": "tests_hub_gethubwithuser", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_hub_createuser", "to": "alerts_alerts_status_test_teststatusalertmultipleusersrespectdifferentminutes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createuser", "to": "alerts_alerts_status_test_teststatusalertmultipleusersrecoverybetweenminutesonlyalertsearlieruser", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createuser", "to": "alerts_alerts_quiet_hours_test_testalertsilencedmultiuser", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createuser", "to": "alerts_alerts_smart_test_testsmartdevicealertmultipleusers", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createuser", "to": "alerts_alerts_test_testsetalerttriggered", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createuser", "to": "alerts_alerts_api_test_testuseralertsapi", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createuser", "to": "hub_collections_test_testapicollectionsauthrules", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createuser", "to": "config_config_test_testconfigsyncwithtokens", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createuser", "to": "config_config_test_testconfigmigrationscenario", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createuser", "to": "systems_systems_test_testsystemmanagernew", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createuser", "to": "systems_systems_test_testold", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createuser", "to": "systems_systems_test_testhasuser", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createuser", "to": "heartbeat_heartbeat_test_createtestuser", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createuserwithrole", "to": "alerts_alerts_api_test_testsendtestnotification", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createuserwithrole", "to": "hub_collections_test_testapicollectionsauthrules", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "tests_hub_createsystems", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_hub_createrecord", "to": "tests_hub_gethubwithuser", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_status_test_teststatusalerts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_status_test_teststatusalertmultipleusersrespectdifferentminutes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_status_test_teststatusalertmultipleusersrecoverybetweenminutesonlyalertsearlieruser", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_status_test_testrestorependingstatusalertsskipsnondownoralreadytriggeredalerts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_status_test_testrestorependingstatusalertsisidempotent", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_status_test_testresolvestatusalerts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_status_test_testalertshistorystatus", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_status_test_teststatusalertclearedbeforesend", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_quiet_hours_test_testalertsilencedonetime", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_quiet_hours_test_testalertsilenceddaily", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_quiet_hours_test_testalertsilenceddailymidnightcrossing", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_quiet_hours_test_testalertsilencedglobal", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_quiet_hours_test_testalertsilencedsystemspecific", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_quiet_hours_test_testalertsilencedmultiuser", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_quiet_hours_test_testalertsilencedwithactualalert", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_battery_test_testbatteryalertlogic", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_battery_test_testbatteryalertnobattery", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_battery_test_testbatteryalertaveragedsamples", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_smart_test_testsmartdevicealert", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_smart_test_testsmartdevicealertpassedtowarning", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_smart_test_testsmartdevicealertwarningtofailed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_smart_test_testsmartdevicealertnoalertonnonpassedtofailed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_smart_test_testsmartdevicealertmultipleusers", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_smart_test_testsmartdevicealertwithoutmodel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_disk_test_testdiskalertextrafsmultiminute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_test_testalertshistory", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_test_testsetalerttriggered", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_api_test_testuseralertsapi", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_system_test_newsystemalerttestfixture", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_cache_test_testsystemalertscachepopulateandfilter", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_cache_test_testsystemalertscachelazyloadupdateanddelete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_cache_test_testsystemalertscacherefreshreturnslatestcopy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "alerts_alerts_cache_test_testalertmanagercachelifecycle", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "hub_collections_test_testapicollectionsauthrules", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "config_config_test_testconfigsyncwithtokens", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "config_config_test_testconfigmigrationscenario", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "systems_systems_test_testsystemmanagernew", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "systems_systems_test_testold", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "systems_systems_test_testhasuser", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "heartbeat_heartbeat_test_createtestsystem", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createrecord", "to": "heartbeat_heartbeat_test_createtriggeredalert", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_status_test_teststatusalerts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_status_test_testrestorependingstatusalertsrequeuesdownsystemsafterrestart", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_status_test_testrestorependingstatusalertsskipsnondownoralreadytriggeredalerts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_status_test_testrestorependingstatusalertsisidempotent", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_status_test_testresolvestatusalertsfixesstaletriggered", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_status_test_testalertshistorystatus", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_status_test_teststatusalertclearedbeforesend", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_quiet_hours_test_testalertsilencedonetime", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_quiet_hours_test_testalertsilenceddaily", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_quiet_hours_test_testalertsilenceddailymidnightcrossing", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_quiet_hours_test_testalertsilencedglobal", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_quiet_hours_test_testalertsilencedsystemspecific", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_quiet_hours_test_testalertsilencedwithactualalert", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_quiet_hours_test_testalertsilencednowindows", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_battery_test_testbatteryalertlogic", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_battery_test_testbatteryalertnobattery", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_battery_test_testbatteryalertaveragedsamples", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_disk_test_testdiskalertextrafsmultiminute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_test_testalertshistory", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_system_test_newsystemalerttestfixture", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_cache_test_testsystemalertscachepopulateandfilter", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_cache_test_testsystemalertscachelazyloadupdateanddelete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_cache_test_testsystemalertscacherefreshreturnslatestcopy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_createsystems", "to": "alerts_alerts_cache_test_testalertmanagercachelifecycle", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "hub_hub_starthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "hub_hub_getsystemmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_status_test_teststatusalerts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_status_test_teststatusalertrecoverybeforedeadline", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_status_test_teststatusalertnormalrecovery", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_status_test_testhandlestatusalertsdoesnotsendrecoverywhiledownisonlypending", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_status_test_teststatusalerttimercancellationpreventsboundarydelivery", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_status_test_teststatusalertdownfiresafterdelayexpires", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_status_test_teststatusalertmultipleusersrespectdifferentminutes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_status_test_teststatusalertmultipleusersrecoverybetweenminutesonlyalertsearlieruser", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_status_test_teststatusalertduplicatedowncallisidempotent", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_status_test_teststatusalertnoalertrecord", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_status_test_testrestorependingstatusalertsrequeuesdownsystemsafterrestart", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_status_test_testrestorependingstatusalertsskipsnondownoralreadytriggeredalerts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_status_test_testrestorependingstatusalertsisidempotent", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_status_test_testresolvestatusalertsfixesstaletriggered", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_status_test_testresolvestatusalerts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_status_test_testalertshistorystatus", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_status_test_teststatusalertclearedbeforesend", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_status_test_testcancelpendingstatusalertsclearsallalertsforsystem", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_quiet_hours_test_testalertsilencedonetime", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_quiet_hours_test_testalertsilenceddaily", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_quiet_hours_test_testalertsilenceddailymidnightcrossing", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_quiet_hours_test_testalertsilencedglobal", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_quiet_hours_test_testalertsilencedsystemspecific", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_quiet_hours_test_testalertsilencedmultiuser", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_quiet_hours_test_testalertsilencedwithactualalert", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_quiet_hours_test_testalertsilencednowindows", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_battery_test_testbatteryalertlogic", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_battery_test_testbatteryalertnobattery", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_battery_test_testbatteryalertaveragedsamples", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_smart_test_testsmartdevicealert", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_smart_test_testsmartdevicealertpassedtowarning", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_smart_test_testsmartdevicealertwarningtofailed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_smart_test_testsmartdevicealertnoalertonnonpassedtofailed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_smart_test_testsmartdevicealertmultipleusers", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_smart_test_testsmartdevicealertwithoutmodel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_disk_test_testdiskalertextrafsmultiminute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_test_testalertshistory", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_api_test_testsendtestnotification", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_system_test_newsystemalerttestfixture", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_cache_test_testsystemalertscachepopulateandfilter", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_cache_test_testsystemalertscachelazyloadupdateanddelete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_cache_test_testsystemalertscacherefreshreturnslatestcopy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_hub_gethubwithuser", "to": "alerts_alerts_cache_test_testalertmanagercachelifecycle", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_apiscenario_test", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_apiscenario_test", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_apiscenario_test", "to": "alerts_alerts_status_test_teststatusalerts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_apiscenario_test", "to": "alerts_alerts_status_test_teststatusalerttimercancellationpreventsboundarydelivery", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_apiscenario_test", "to": "alerts_alerts_status_test_teststatusalertmultipleusersrespectdifferentminutes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_apiscenario_test", "to": "alerts_alerts_status_test_teststatusalertmultipleusersrecoverybetweenminutesonlyalertsearlieruser", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_apiscenario_test", "to": "alerts_alerts_status_test_testalertshistorystatus", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_apiscenario_test", "to": "alerts_alerts_status_test_teststatusalertclearedbeforesend", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_apiscenario_test", "to": "alerts_alerts_quiet_hours_test_testalertsilencedwithactualalert", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_apiscenario_test", "to": "alerts_alerts_test_testalertshistory", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_apiscenario_test", "to": "expirymap_expirymap_test_testexpirymap_cleaner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_apiscenario_test", "to": "systems_systems_test_testsystemmanagernew", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ghupdate_release_findassetbysuffix", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "internal_entities_systemd_systemd_go", "to": "systemd_systemd_twodecimals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systemd_service_updatecpupercent", "to": "systemd_systemd_twodecimals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_entities_system_system_go", "to": "system_info", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alerts_status_test_teststatusalertdownfiresafterdelayexpires", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alerts_status_test_teststatusalertmultipleusersrespectdifferentminutes", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alerts_status_test_teststatusalertmultipleusersrecoverybetweenminutesonlyalertsearlieruser", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alerts_status_test_testrestorependingstatusalertsrequeuesdownsystemsafterrestart", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alerts_status_test_testrestorependingstatusalertsisidempotent", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alerts_status_test_testcancelpendingstatusalertsclearsallalertsforsystem", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alerts_quiet_hours_test_testalertsilenceddailymidnightcrossing", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alerts_test_testsetalerttriggered", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alerts_api_test_testuseralertsapi", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "internal_alerts_alerts_go", "to": "alerts_alertmanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_bindevents", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_isnotificationsilenced", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_sendalert", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_sendshoutrrralert", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_setalerttriggered", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_handlesmartdevicealert", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_handlesystemalerts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_sendsystemalert", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_sendtestnotification", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_stop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_handlestatusalerts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_handlesystemdown", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_schedulependingstatusalert", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_handlesystemup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_cancelpendingalert", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_cancelpendingstatusalerts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_processpendingalert", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_sendstatusalert", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_restorependingstatusalerts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_getsystemalertscache", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_getalertmanager", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_getpendingalerts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_getpendingalertscount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_processpendingalerts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_forceexpirependingalerts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager", "to": "alerts_alertmanager_resetpendingalerttimer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager_isnotificationsilenced", "to": "alerts_alertmanager_sendalert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager_isnotificationsilenced", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alertmanager_sendalert", "to": "alerts_alertmanager_sendshoutrrralert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager_sendalert", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alertmanager_handlesmartdevicealert", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alertmanager_handlesystemalerts", "to": "alerts_alertmanager_sendsystemalert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager_handlesystemalerts", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alerts_system_test_newsystemalerttestfixture", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alerts_cache_newalertscache", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alerts_cache_newalertscache", "to": "alerts_alerts_cache_test_testsystemalertscachepopulateandfilter", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alerts_cache_newalertscache", "to": "alerts_alerts_cache_test_testsystemalertscachelazyloadupdateanddelete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alerts_cache_newalertscache", "to": "alerts_alerts_cache_test_testsystemalertscacherefreshreturnslatestcopy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alertscache_update", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alertscache_getsystemalerts", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alertscache_getsystemalerts", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alertmanager_stop", "to": "alerts_alertmanager_cancelpendingalert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager_handlestatusalerts", "to": "alerts_alertmanager_handlesystemdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager_handlestatusalerts", "to": "alerts_alertmanager_handlesystemup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager_handlestatusalerts", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alertmanager_handlesystemdown", "to": "alerts_alertmanager_schedulependingstatusalert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager_schedulependingstatusalert", "to": "alerts_alertmanager_processpendingalert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager_schedulependingstatusalert", "to": "alerts_alertmanager_restorependingstatusalerts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager_handlesystemup", "to": "alerts_alertmanager_cancelpendingalert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager_handlesystemup", "to": "alerts_alertmanager_sendstatusalert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager_cancelpendingalert", "to": "alerts_alertmanager_cancelpendingstatusalerts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alertmanager_processpendingalert", "to": "alerts_alertmanager_sendstatusalert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alerts_alerts_cache_test_testsystemalertscachepopulateandfilter", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alerts_cache_test_testsystemalertscachelazyloadupdateanddelete", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alerts_alerts_cache_test_testalertmanagercachelifecycle", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_hub", "to": "hub_hub_getupdate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_applyupdate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_startserver", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_handleagentconnect", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_setfingerprint", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "internal_hub_hub_go", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_starthub", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_initialize", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_registercronjobs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_bindmonitorhooks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_binddomainhooks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_getsshkey", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_makelink", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_getsystemmanager", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_getpubkey", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_setpubkey", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_setcollectionauthsettings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_getdomainscheduler", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_getmonitorscheduler", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_registermiddlewares", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_registerapiroutes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_getinfo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_getuniversaltoken", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_getheartbeatstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_testheartbeat", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_containerrequesthandler", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_getcontainerlogs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_getcontainerinfo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_getsystemdinfo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub", "to": "hub_hub_refreshsmartdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub_applyupdate", "to": "hub_dockerapi_inspectcontainer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_app_update_fetchghcrdigest", "to": "hub_app_update_fetchregistrytoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_app_update_fetchghcrdigest", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_app_update_fetchregistrytoken", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_dockerapi_inspectcontainer", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_app_update_newcontainerupdatehelpercmd", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_agentconnectrequest_validateagentheaders", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_agentconnectrequest_validateagentheaders", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_agentconnectrequest_handlenorecords", "to": "hub_agentconnectrequest_createnewsystemforuniversaltoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_agentconnectrequest_handlenorecords", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_agentconnectrequest_handlesinglerecord", "to": "hub_hub_setfingerprint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_agentconnectrequest_handlesinglerecord", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_agentconnectrequest_handlemultiplerecordsoruniversaltoken", "to": "hub_agentconnectrequest_createnewsystemforuniversaltoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_agentconnectrequest_handlemultiplerecordsoruniversaltoken", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_agentconnectrequest_createnewsystemforuniversaltoken", "to": "hub_hub_setfingerprint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_agentconnectrequest_createnewsystemforuniversaltoken", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_collections_test_testcollectionrulesdefault", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_collections_test_testcollectionrulesshareallsystems", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_collections_test_testdisablepasswordauth", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_collections_test_testusercreation", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_collections_test_testmfaotp", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_collections_test_testapicollectionsauthrules", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_hub_test_testmakelink", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_hub_test_testgetsshkey", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_hub_test_testappurl", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "internal_hub_hub_go", "to": "hub_hub_newhub", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub_newhub", "to": "systems_system_manager_newsystemmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_hub_newhub", "to": "monitors_scheduler_newscheduler", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_hub_newhub", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_hub_starthub", "to": "hub_hub_registercronjobs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub_starthub", "to": "hub_hub_initialize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub_starthub", "to": "hub_hub_bindmonitorhooks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub_starthub", "to": "hub_hub_binddomainhooks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub_starthub", "to": "config_config_syncsystems", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_hub_starthub", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_hub_initialize", "to": "hub_hub_setcollectionauthsettings", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_agent_connect_test_cleanuptesthub", "to": "hub_agent_connect_test_testagentwebsocketintegration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_agent_connect_test_cleanuptesthub", "to": "hub_agent_connect_test_testmultiplesystemswithsameuniversaltoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_agent_connect_test_cleanuptesthub", "to": "hub_agent_connect_test_testpermanentuniversaltokenfromdb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_agent_connect_test_testagentwebsocketintegration", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_agent_connect_test_testmultiplesystemswithsameuniversaltoken", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_hub_getuniversaltoken", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hub_hub_containerrequesthandler", "to": "hub_hub_getcontainerlogs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hub_hub_containerrequesthandler", "to": "hub_hub_getcontainerinfo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_hub_bulk_api_go", "to": "bulk_api_parseint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bulk_apihandler_importmonitors", "to": "bulk_api_parseint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bulk_apihandler_importmonitors", "to": "expirymap_expirymap_t_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expirymap_expirymap_t_len", "to": "expirymap_expirymap_test_testexpirymap_len", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expirymap_expirymap_t_len", "to": "expirymap_expirymap_test_testexpirymap_cleaner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expirymap_expirymap_t_len", "to": "config_config_test_testconfigsyncwithtokens", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expirymap_expirymap_t_len", "to": "config_config_syncsystems", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expirymap_expirymap_t_len", "to": "systems_system_createrecords", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expirymap_expirymap_t_len", "to": "systems_systemmanager_initialize", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expirymap_expirymap_t_len", "to": "systems_system_fetchandsavesmartdevices", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expirymap_expirymap_t_len", "to": "systems_system_savesmartdevices", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expirymap_expirymap_t_len", "to": "systems_systems_test_testold", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expirymap_expirymap_t_len", "to": "systems_systemmanager_checksubscriptions", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expirymap_expirymap_t_len", "to": "systems_systemmanager_startrealtimeworker", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expirymap_expirymap_t_len", "to": "systems_systemmanager_getallsystemids", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expirymap_expirymap_t_len", "to": "domains_scheduler_checkdomain", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expirymap_expirymap_t_len", "to": "domains_apihandler_listdomains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expirymap_expirymap_t_len", "to": "domains_apihandler_getdomainhistory", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expirymap_expirymap_t_len", "to": "domains_apihandler_calculatedomainstats", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expirymap_expirymap_t_len", "to": "monitors_scheduler_loadmonitors", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expirymap_expirymap_t_len", "to": "monitors_scheduler_averageping", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expirymap_expirymap_t_len", "to": "heartbeat_heartbeat_test_testsendpostbuildsexpectedstatuses", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expirymap_expirymap_t_len", "to": "transport_transport_unmarshalresponse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expirymap_expirymap_t_len", "to": "badges_api_parseduration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expirymap_expirymap_new", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ws_basehandler_handlelegacy", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ws_fingerprinthandler_handle", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ws_wsconn_handleagentrequest", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "config_config_test_testconfigsyncwithtokens", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "config_config_test_testconfigsyncwithtokens", "to": "config_config_syncsystems", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "config_config_test_testconfigmigrationscenario", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "config_config_test_testconfigmigrationscenario", "to": "config_config_syncsystems", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "config_config_syncsystems", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "internal_hub_systems_system_go", "to": "systems_system", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_startupdater", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_handlepaused", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_createrecords", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_getrecord", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_hasuser", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_setdown", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_getcontext", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_ensuresshtransport", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_fetchdatafromagent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_fetchdataviawebsocket", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_fetchcontainerinfofromagent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_fetchcontainerlogsfromagent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_fetchsystemdinfofromagent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_fetchsmartdatafromagent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_fetchdataviassh", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_runsshoperation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_createsshclient", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_createsessionwithtimeout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_closesshconnection", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_closewebsocketconnection", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_fetchandsavesmartdevices", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_recordsmartfetchresult", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_shouldfetchsmart", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_smartfetchinterval", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_savesmartdevices", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_upsertsmartdevicerecord", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system", "to": "systems_system_stopupdater", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_newsystem", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "internal_hub_systems_system_manager_go", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_getsystem", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_initialize", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_bindeventhooks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_ontokenrotated", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_onrecordcreate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_onrecordaftercreatesuccess", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_onrecordupdate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_onrecordafterupdatesuccess", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_onrecordafterdeletesuccess", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_addsystem", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_removesystem", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_addrecord", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_addwebsocketsystem", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_resetfailedsmartfetchstate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_createsshclientconfig", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_onrealtimeconnectrequest", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_onrealtimesubscriberequest", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_onrealtimesubscriptionadded", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_checksubscriptions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_removerealtimesubscription", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_startrealtimeworker", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_fetchrealtimedataandnotify", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_getsystemcount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_hassystem", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_getsystemstatusfromstore", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_getsystemcontextfromstore", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_getsystemfromstore", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_getallsystemids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_getsystemdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_getsystemhostport", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_setsystemstatusindb", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager", "to": "systems_systemmanager_removeallsystems", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_newsystem", "to": "systems_system_getcontext", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_startupdater", "to": "systems_system_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_startupdater", "to": "systems_system_setdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_update", "to": "systems_system_handlepaused", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_update", "to": "systems_system_fetchdatafromagent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_update", "to": "systems_system_createrecords", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_update", "to": "systems_systemmanager_onrecordafterupdatesuccess", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "systems_system_createrecords", "to": "systems_system_getrecord", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_getrecord", "to": "systems_system_setdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_setdown", "to": "systems_systemmanager_ontokenrotated", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "systems_system_request", "to": "systems_system_closewebsocketconnection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_request", "to": "systems_system_ensuresshtransport", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_request", "to": "systems_system_fetchdataviawebsocket", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_request", "to": "systems_system_fetchcontainerinfofromagent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_request", "to": "systems_system_fetchcontainerlogsfromagent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_request", "to": "systems_system_fetchsystemdinfofromagent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_request", "to": "systems_system_fetchsmartdatafromagent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_fetchdatafromagent", "to": "systems_system_fetchdataviawebsocket", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_fetchdatafromagent", "to": "systems_system_closewebsocketconnection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_fetchdatafromagent", "to": "systems_system_fetchdataviassh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_fetchdataviawebsocket", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "systems_system_fetchdataviassh", "to": "systems_system_runsshoperation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_runsshoperation", "to": "systems_system_createsshclient", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_runsshoperation", "to": "systems_system_createsessionwithtimeout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_runsshoperation", "to": "systems_system_closesshconnection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_closesshconnection", "to": "systems_systemmanager_onrecordafterupdatesuccess", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "systems_system_closesshconnection", "to": "systems_systemmanager_removesystem", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "systems_system_closewebsocketconnection", "to": "systems_systemmanager_removesystem", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "internal_hub_systems_system_manager_go", "to": "systems_system_manager_newsystemmanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_manager_newsystemmanager", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "systems_systemmanager_initialize", "to": "systems_systemmanager_bindeventhooks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_initialize", "to": "systems_systemmanager_createsshclientconfig", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_initialize", "to": "systems_systemmanager_addsystem", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_bindeventhooks", "to": "systems_systemmanager_onrecordcreate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_bindeventhooks", "to": "systems_systemmanager_onrecordaftercreatesuccess", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_bindeventhooks", "to": "systems_systemmanager_onrecordupdate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_bindeventhooks", "to": "systems_systemmanager_onrecordafterupdatesuccess", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_bindeventhooks", "to": "systems_systemmanager_onrecordafterdeletesuccess", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_ontokenrotated", "to": "systems_systemmanager_removesystem", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_onrecordaftercreatesuccess", "to": "systems_systemmanager_addrecord", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_onrecordafterupdatesuccess", "to": "systems_systemmanager_addrecord", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_onrecordafterdeletesuccess", "to": "systems_systemmanager_removesystem", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_addsystem", "to": "systems_systemmanager_addrecord", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_addsystem", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "systems_systemmanager_removesystem", "to": "systems_systemmanager_addrecord", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_removesystem", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "systems_systemmanager_addrecord", "to": "systems_systemmanager_addwebsocketsystem", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_addwebsocketsystem", "to": "systems_systemmanager_resetfailedsmartfetchstate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_fetchandsavesmartdevices", "to": "systems_system_recordsmartfetchresult", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_fetchandsavesmartdevices", "to": "systems_system_savesmartdevices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_recordsmartfetchresult", "to": "systems_system_smartfetchinterval", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_shouldfetchsmart", "to": "systems_system_smartfetchinterval", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_savesmartdevices", "to": "systems_system_upsertsmartdevicerecord", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systems_test_testsystemmanagernew", "to": "systems_systems_test_testold", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systems_test_testsystemmanagernew", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "systems_systems_test_testhasuser", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "systems_systemmanager_onrealtimeconnectrequest", "to": "systems_systemmanager_removerealtimesubscription", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_onrealtimesubscriberequest", "to": "systems_systemmanager_onrealtimesubscriptionadded", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_onrealtimesubscriberequest", "to": "systems_systemmanager_removerealtimesubscription", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_onrealtimesubscriptionadded", "to": "systems_systemmanager_startrealtimeworker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_checksubscriptions", "to": "systems_systemmanager_removerealtimesubscription", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_startrealtimeworker", "to": "systems_systemmanager_fetchrealtimedataandnotify", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_systemmanager_hassystem", "to": "systems_systemmanager_setsystemstatusindb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "systems_system_smart_test_testrecordsmartfetchresult", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "systems_system_smart_test_testshouldfetchsmart", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "internal_hub_domains_api_go", "to": "domains_apihandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler", "to": "domains_apihandler_registerroutes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler", "to": "domains_apihandler_listdomains", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler", "to": "domains_apihandler_lookupdomain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler", "to": "domains_apihandler_createdomain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler", "to": "domains_apihandler_getdomain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler", "to": "domains_apihandler_updatedomain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler", "to": "domains_apihandler_deletedomain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler", "to": "domains_apihandler_refreshdomain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler", "to": "domains_apihandler_getdomainhistory", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler", "to": "domains_apihandler_getdomainstats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler", "to": "domains_apihandler_calculatedomainstats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler", "to": "domains_apihandler_pausedomain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler", "to": "domains_apihandler_resumedomain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler", "to": "domains_apihandler_recordtoresponse", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler", "to": "domains_apihandler_applylookupdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler_listdomains", "to": "domains_apihandler_recordtoresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler_lookupdomain", "to": "domains_apihandler_createdomain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler_createdomain", "to": "domains_apihandler_applylookupdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler_createdomain", "to": "domains_apihandler_recordtoresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler_getdomain", "to": "domains_apihandler_recordtoresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler_updatedomain", "to": "domains_apihandler_recordtoresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler_refreshdomain", "to": "domains_apihandler_recordtoresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler_refreshdomain", "to": "domains_apihandler_resumedomain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler_getdomainstats", "to": "domains_apihandler_calculatedomainstats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler_pausedomain", "to": "domains_apihandler_recordtoresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "domains_apihandler_resumedomain", "to": "domains_apihandler_recordtoresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_hub_monitors_scheduler_go", "to": "monitors_scheduler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_hub_monitors_scheduler_go", "to": "monitors_scheduler_newscheduler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler", "to": "monitors_scheduler_setalertcallback", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler", "to": "monitors_scheduler_start", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler", "to": "monitors_scheduler_stop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler", "to": "monitors_scheduler_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler", "to": "monitors_scheduler_checkmonitors", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler", "to": "monitors_scheduler_runcheck", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler", "to": "monitors_scheduler_saveresult", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler", "to": "monitors_scheduler_handlestatuschange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler", "to": "monitors_scheduler_createincident", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler", "to": "monitors_scheduler_loadmonitors", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler", "to": "monitors_scheduler_addmonitor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler", "to": "monitors_scheduler_updatemonitor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler", "to": "monitors_scheduler_removemonitor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler", "to": "monitors_scheduler_runmanualcheck", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler", "to": "monitors_scheduler_getuptimestats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler", "to": "monitors_scheduler_calculateuptimestats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler", "to": "monitors_scheduler_averageping", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler", "to": "monitors_scheduler_cleanupoldheartbeats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler_newscheduler", "to": "heartbeat_heartbeat_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "monitors_scheduler_start", "to": "monitors_scheduler_loadmonitors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler_start", "to": "monitors_scheduler_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler_run", "to": "monitors_scheduler_checkmonitors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler_checkmonitors", "to": "monitors_scheduler_runcheck", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler_runcheck", "to": "monitors_scheduler_saveresult", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler_saveresult", "to": "monitors_scheduler_calculateuptimestats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler_saveresult", "to": "monitors_scheduler_handlestatuschange", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler_saveresult", "to": "monitors_scheduler_runmanualcheck", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler_handlestatuschange", "to": "monitors_scheduler_createincident", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler_getuptimestats", "to": "monitors_scheduler_calculateuptimestats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitors_scheduler_calculateuptimestats", "to": "monitors_scheduler_averageping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_hub_heartbeat_heartbeat_go", "to": "heartbeat_heartbeat_new", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "heartbeat_heartbeat_new", "to": "heartbeat_heartbeat_test_testnew", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "heartbeat_heartbeat_new", "to": "heartbeat_heartbeat_test_testsendgetdoesnotrequireappordb", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "heartbeat_heartbeat_new", "to": "heartbeat_heartbeat_test_testsendreturnserroronhttpfailurestatus", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "heartbeat_heartbeat_new", "to": "heartbeat_heartbeat_test_testsendpostbuildsexpectedstatuses", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "heartbeat_heartbeat_new", "to": "transport_sshtransport_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "heartbeat_heartbeat_new", "to": "transport_sshtransport_connect", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "heartbeat_heartbeat_new", "to": "transport_sshtransport_createsessionwithtimeout", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "heartbeat_heartbeat_new", "to": "transport_websockettransport_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "heartbeat_heartbeat_new", "to": "transport_transport_unmarshalresponse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "heartbeat_heartbeat_new", "to": "transport_transport_unmarshallegacyresponse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "internal_hub_heartbeat_heartbeat_test_go", "to": "heartbeat_heartbeat_test_testnew", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_hub_heartbeat_heartbeat_test_go", "to": "heartbeat_heartbeat_test_testsendgetdoesnotrequireappordb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_hub_heartbeat_heartbeat_test_go", "to": "heartbeat_heartbeat_test_testsendreturnserroronhttpfailurestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_hub_heartbeat_heartbeat_test_go", "to": "heartbeat_heartbeat_test_testsendpostbuildsexpectedstatuses", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_hub_heartbeat_heartbeat_test_go", "to": "heartbeat_heartbeat_test_newtesthub", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_hub_heartbeat_heartbeat_test_go", "to": "heartbeat_heartbeat_test_createtestuser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_hub_heartbeat_heartbeat_test_go", "to": "heartbeat_heartbeat_test_createtestsystem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "internal_hub_heartbeat_heartbeat_test_go", "to": "heartbeat_heartbeat_test_createtriggeredalert", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "heartbeat_heartbeat_test_testnew", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "heartbeat_heartbeat_test_testsendgetdoesnotrequireappordb", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "heartbeat_heartbeat_test_testsendreturnserroronhttpfailurestatus", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "heartbeat_heartbeat_test_testsendpostbuildsexpectedstatuses", "to": "heartbeat_heartbeat_test_createtestsystem", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "heartbeat_heartbeat_test_testsendpostbuildsexpectedstatuses", "to": "heartbeat_heartbeat_test_createtriggeredalert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "heartbeat_heartbeat_test_testsendpostbuildsexpectedstatuses", "to": "heartbeat_heartbeat_test_newtesthub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "heartbeat_heartbeat_test_testsendpostbuildsexpectedstatuses", "to": "heartbeat_heartbeat_test_createtestuser", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transport_sshtransport_request", "to": "transport_sshtransport_connect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transport_sshtransport_request", "to": "transport_sshtransport_createsessionwithtimeout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transport_sshtransport_request", "to": "transport_transport_unmarshalresponse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "transport_websockettransport_request", "to": "transport_transport_unmarshalresponse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "transport_transport_unmarshalresponse", "to": "transport_transport_unmarshallegacyresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}];
|
|
const LEGEND = [];
|
|
|
|
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
|
|
function esc(s) {
|
|
return String(s).replace(/&/g,'&').replace(/</g,'<').replace(/>/g,'>').replace(/"/g,'"').replace(/'/g,''');
|
|
}
|
|
|
|
// 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();
|
|
|
|
function toggleAllCommunities(hide) {
|
|
document.querySelectorAll('.legend-item').forEach(item => {
|
|
hide ? item.classList.add('dimmed') : item.classList.remove('dimmed');
|
|
});
|
|
LEGEND.forEach(c => {
|
|
if (hide) hiddenCommunities.add(c.cid); else hiddenCommunities.delete(c.cid);
|
|
});
|
|
const updates = RAW_NODES.map(n => ({ id: n.id, hidden: hide }));
|
|
nodesDS.update(updates);
|
|
}
|
|
|
|
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 = [];
|
|
// afterDrawing passes ctx already transformed to network coordinate space.
|
|
// Draw node positions raw — no manual pan/zoom/DPR math needed.
|
|
network.on('afterDrawing', function(ctx) {
|
|
hyperedges.forEach(h => {
|
|
const positions = h.nodes
|
|
.map(nid => network.getPositions([nid])[nid])
|
|
.filter(p => p !== undefined);
|
|
if (positions.length < 2) return;
|
|
ctx.save();
|
|
ctx.globalAlpha = 0.12;
|
|
ctx.fillStyle = '#6366f1';
|
|
ctx.strokeStyle = '#6366f1';
|
|
ctx.lineWidth = 2;
|
|
ctx.beginPath();
|
|
// Centroid and expanded hull in network coordinates
|
|
const cx = positions.reduce((s, p) => s + p.x, 0) / positions.length;
|
|
const cy = positions.reduce((s, p) => s + p.y, 0) / positions.length;
|
|
const expanded = positions.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();
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> |