free-coding-models 0.4.3 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -1
- package/bin/free-coding-models.js +19 -9
- package/changelog/v0.5.0.md +15 -0
- package/changelog/v0.5.1.md +24 -0
- package/package.json +7 -2
- package/src/{analysis.js → core/analysis.js} +5 -5
- package/src/{constants.js → core/constants.js} +1 -1
- package/src/{endpoint-installer.js → core/endpoint-installer.js} +1 -1
- package/src/{installed-models-manager.js → core/installed-models-manager.js} +1 -1
- package/src/{kilo.js → core/kilo.js} +1 -2
- package/src/{openclaw.js → core/openclaw.js} +1 -1
- package/src/{opencode.js → core/opencode.js} +2 -1
- package/src/{ping-loop.js → core/ping-loop.js} +1 -1
- package/src/{router-daemon.js → core/router-daemon.js} +169 -4
- package/src/{router-dashboard.js → core/router-dashboard.js} +2 -2
- package/src/{setup.js → core/setup.js} +1 -1
- package/src/{sync-set.js → core/sync-set.js} +1 -1
- package/src/{telemetry.js → core/telemetry.js} +1 -1
- package/src/{tool-launchers.js → core/tool-launchers.js} +2 -2
- package/src/{updater.js → core/updater.js} +1 -1
- package/src/{utils.js → core/utils.js} +2 -0
- package/src/{app.js → tui/app.js} +38 -38
- package/src/{cli-help.js → tui/cli-help.js} +3 -1
- package/src/{command-palette.js → tui/command-palette.js} +2 -2
- package/src/{key-handler.js → tui/key-handler.js} +11 -11
- package/src/{overlays.js → tui/overlays.js} +2 -2
- package/src/{render-helpers.js → tui/render-helpers.js} +2 -2
- package/src/{render-table.js → tui/render-table.js} +9 -9
- package/src/{tui-filters.js → tui/tui-filters.js} +3 -3
- package/src/{tui-state.js → tui/tui-state.js} +1 -1
- package/web/README.md +46 -0
- package/web/dist/assets/index-ByGf4Kq-.js +14 -0
- package/web/dist/assets/index-Ds7wmHBv.css +1 -0
- package/web/dist/index.html +3 -6
- package/web/index.html +1 -4
- package/web/package.json +11 -0
- package/web/server.js +609 -214
- package/web/src/App.jsx +54 -12
- package/web/src/components/analytics/AnalyticsView.jsx +10 -4
- package/web/src/components/atoms/AILatencyCell.jsx +38 -0
- package/web/src/components/atoms/AILatencyCell.module.css +43 -0
- package/web/src/components/atoms/HealthCell.jsx +53 -0
- package/web/src/components/atoms/HealthCell.module.css +15 -0
- package/web/src/components/atoms/LastPingCell.jsx +35 -0
- package/web/src/components/atoms/LastPingCell.module.css +35 -0
- package/web/src/components/atoms/MoodCell.jsx +25 -0
- package/web/src/components/atoms/MoodCell.module.css +6 -0
- package/web/src/components/atoms/RankCell.jsx +9 -0
- package/web/src/components/atoms/RankCell.module.css +9 -0
- package/web/src/components/atoms/TPSCell.jsx +36 -0
- package/web/src/components/atoms/TPSCell.module.css +38 -0
- package/web/src/components/atoms/VerdictBadge.jsx +30 -7
- package/web/src/components/atoms/VerdictBadge.module.css +24 -15
- package/web/src/components/dashboard/ExportModal.jsx +9 -4
- package/web/src/components/dashboard/FilterBar.jsx +112 -10
- package/web/src/components/dashboard/FilterBar.module.css +86 -1
- package/web/src/components/dashboard/ModelTable.jsx +293 -52
- package/web/src/components/dashboard/ModelTable.module.css +131 -33
- package/web/src/components/dashboard/StatsBar.jsx +7 -5
- package/web/src/components/layout/Footer.jsx +1 -1
- package/web/src/components/layout/Header.jsx +43 -9
- package/web/src/components/layout/Header.module.css +38 -4
- package/web/src/components/layout/Sidebar.jsx +19 -11
- package/web/src/components/layout/Sidebar.module.css +15 -5
- package/web/src/components/settings/SettingsView.jsx +24 -6
- package/web/src/components/settings/SettingsView.module.css +0 -1
- package/web/src/global.css +70 -73
- package/web/src/hooks/useFilter.js +117 -25
- package/web/src/hooks/useSSE.js +33 -9
- package/web/src/hooks/useSocket.js +200 -0
- package/web/vite.config.js +41 -0
- package/src/graphify-out/cache/089db1c1def873cf6d112f1590da4490e61e691aff0db41e006aa2fb15ba0656.json +0 -1
- package/src/graphify-out/cache/0b510b53cf1a1393fb52b1fc3bbbf88b63938e961ec5b82119a2e9715fee8bd7.json +0 -1
- package/src/graphify-out/cache/0ec9a95a326bde58e0316889018b278062d06d494d0f31ba177c9de71e5fed2d.json +0 -1
- package/src/graphify-out/cache/1548663a24a68dce740ebab1bd1d3091048c9604e9d067a1650a42a6d82541d4.json +0 -1
- package/src/graphify-out/cache/1783af63cb6d0dfb4d469009f71ac83a74ba0b33d48186ff2c6e63f9429e900a.json +0 -1
- package/src/graphify-out/cache/1e109f5eb5dc4fd285871c3613e32b6b14a8c225f4080ee34b51c7e1a1764571.json +0 -1
- package/src/graphify-out/cache/1eb24dbeb69b46c8bc1caf925df2f2a964af0f33aea143adf8ddf88e017db6ca.json +0 -1
- package/src/graphify-out/cache/21e1bcfed11685e8347243f9d8516072dda183266a4bfe22c52fb31753a446c8.json +0 -1
- package/src/graphify-out/cache/2327473478b9c4b1940bf7ef66c9ee960b3cba8d5302e56b625df8274246e0b4.json +0 -1
- package/src/graphify-out/cache/25955b81fd25454c8fa90fb71a47db8d1215cf621beb8ff3cbd580aaf011b4f3.json +0 -1
- package/src/graphify-out/cache/2739677f19c702f88f3de0a0bac475066adbda98709907ad3de967aef689f86d.json +0 -1
- package/src/graphify-out/cache/2bba03422f6b3ee7f5b5d29cc90314a064d259e5822a176657bda3e04505cf00.json +0 -1
- package/src/graphify-out/cache/2ddf1d2c6d10147b0402446bc71a7988187b79b6210dd7e7250be8c555b9ff35.json +0 -1
- package/src/graphify-out/cache/2ee07457a5767c95a57f8e9eb95b28f800044f35666e0715e9d88ad1103a092e.json +0 -1
- package/src/graphify-out/cache/2fe9f75dc2951c417f2c8dd22749092cf550dc67599f1c8d1866900dc6e9154e.json +0 -1
- package/src/graphify-out/cache/41c4b7c27e7fc3e2948d3a4bf95a72de2ed9a6f0463994babdce8ed2cc84598c.json +0 -1
- package/src/graphify-out/cache/5028defd54b7fbd3c7e444973e493de036e097e9b1d2a7cae7f19b88d68aacde.json +0 -1
- package/src/graphify-out/cache/5b133aba3fb16410c5b1fdbd1730039fc7fa1ac93abd99d7be08f60da70fc8d4.json +0 -1
- package/src/graphify-out/cache/74252e5b0978d85ab3421a3de1a9384aa282ffd2be2cfe7db2530139089f4275.json +0 -1
- package/src/graphify-out/cache/7695ebeea056095edd14332963cc43354ef3a097caf46f1e28d0f01369642901.json +0 -1
- package/src/graphify-out/cache/777aa7085c395a935c6556bbde182cd871edb61f3a685ed8068ec0c8f6fb0075.json +0 -1
- package/src/graphify-out/cache/82a723881980e82273c113def8315533d7da28827e300413d9ad30f27b7407df.json +0 -1
- package/src/graphify-out/cache/86b87c9603e6cd188f42c7eed3b86c291d48a781c223a707e74f3e7ed0c02a21.json +0 -1
- package/src/graphify-out/cache/890fead9a78cadaed560a2d2453916121fa605c3e43a334910ac4bc951a9ef6d.json +0 -1
- package/src/graphify-out/cache/89d3ea66f52783caa775ef9a30923d7d6225e1d8ae9e962f4741b8c7785dab1e.json +0 -1
- package/src/graphify-out/cache/8cc82cd9edce41f0e1c092f14a94fd52bf847addf3237b616dc5a9e505bd05bd.json +0 -1
- package/src/graphify-out/cache/93ba2e25e3ff7ad525f397902345fbd375df7315de7b402e20cc803c14eccde8.json +0 -1
- package/src/graphify-out/cache/99beed29580b9c7bfecfee794cb3d8e535fcf0eb3b92113108f88bdd0a8e79b3.json +0 -1
- package/src/graphify-out/cache/aeeb931fa477c65ce2e51d8149957350fa54225c613222bbbe8448998d1afd3d.json +0 -1
- package/src/graphify-out/cache/baf91bef5b5ecb2a476433b6cc0c48c563c54ee2d07fc3c192e543685e3e7222.json +0 -1
- package/src/graphify-out/cache/bd98b94ac4e9b92b6336d47b26e0366b51a4eaf0711d722f05f98dfae23ab42b.json +0 -1
- package/src/graphify-out/cache/bfcb51e9328e9cbfbee4f6fee0f56635d7b03488addc9f6c4e4b190b70a73362.json +0 -1
- package/src/graphify-out/cache/c0d3dabeb093aa758c49eadf41b87ecc96a16c1449c2670aaf48cbfc891d8da6.json +0 -1
- package/src/graphify-out/cache/c20d6630236f473c1406068c3ae205853e649b216495c93dfec055dd222c55cf.json +0 -1
- package/src/graphify-out/cache/c22b9122816bebce0a2f79af41a986559d01e00163dbcd579c5755621b4cb483.json +0 -1
- package/src/graphify-out/cache/ca556ec14453ddb8f9e0c5a832dac90d77111b9bad5f8c2d80d272e2e7a06371.json +0 -1
- package/src/graphify-out/cache/d6dbc9135dfa35a756b3b09b06700e4bc229fdccba11bb963f2ba44028e0bbae.json +0 -1
- package/src/graphify-out/cache/e1cf71276f1779d0fa075f79bd7c8a9fd0b8eef6932ac043137451b7c7fa7cbe.json +0 -1
- package/src/graphify-out/cache/e4b3be14494467df2d2ed389bc4f18f099021cb5bc355b901fa88387b2d8b8a2.json +0 -1
- package/src/graphify-out/cache/eaea0dded097f6f9553b654220046c6ec0c9be592a5973d906564ee60af34e0d.json +0 -1
- package/src/graphify-out/cache/ef07d0cd2675d1f79d2a2fdbf3bc3319687638751e9ce89b0d0d97ed1cd9f7e1.json +0 -1
- package/src/graphify-out/cache/f81272d6eb8aaff9e96d5a1d9f06777db70ac3652a646b951ded51f79871d733.json +0 -1
- package/src/graphify-out/cache/f9619dd92186f75a6dbda937e0c606647153918524cdb5763f956e6ec2a9e386.json +0 -1
- package/src/graphify-out/cache/fd88b1b2ff4bfcae08559d9c2aaeeb9a3f1e2f5cd8928762c311196956c170a5.json +0 -1
- package/web/dist/assets/index-CGN-0_A0.css +0 -1
- package/web/dist/assets/index-Czwis3ab.js +0 -11
- /package/src/{benchmark.js → core/benchmark.js} +0 -0
- /package/src/{cache.js → core/cache.js} +0 -0
- /package/src/{changelog-loader.js → core/changelog-loader.js} +0 -0
- /package/src/{config.js → core/config.js} +0 -0
- /package/src/{favorites.js → core/favorites.js} +0 -0
- /package/src/{kilo-config.js → core/kilo-config.js} +0 -0
- /package/src/{legacy-proxy-cleanup.js → core/legacy-proxy-cleanup.js} +0 -0
- /package/src/{model-merger.js → core/model-merger.js} +0 -0
- /package/src/{opencode-config.js → core/opencode-config.js} +0 -0
- /package/src/{ping.js → core/ping.js} +0 -0
- /package/src/{product-flags.js → core/product-flags.js} +0 -0
- /package/src/{provider-metadata.js → core/provider-metadata.js} +0 -0
- /package/src/{provider-quota-fetchers.js → core/provider-quota-fetchers.js} +0 -0
- /package/src/{quota-capabilities.js → core/quota-capabilities.js} +0 -0
- /package/src/{security.js → core/security.js} +0 -0
- /package/src/{shell-env.js → core/shell-env.js} +0 -0
- /package/src/{testfcm.js → core/testfcm.js} +0 -0
- /package/src/{token-usage-reader.js → core/token-usage-reader.js} +0 -0
- /package/src/{tool-bootstrap.js → core/tool-bootstrap.js} +0 -0
- /package/src/{tool-metadata.js → core/tool-metadata.js} +0 -0
- /package/src/{usage-reader.js → core/usage-reader.js} +0 -0
- /package/src/{mouse.js → tui/mouse.js} +0 -0
- /package/src/{theme.js → tui/theme.js} +0 -0
- /package/src/{tier-colors.js → tui/tier-colors.js} +0 -0
- /package/src/{ui-config.js → tui/ui-config.js} +0 -0
package/src/graphify-out/cache/21e1bcfed11685e8347243f9d8516072dda183266a4bfe22c52fb31753a446c8.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"nodes": [{"id": "users_vava_documents_github_free_coding_models_src_telemetry_js", "label": "telemetry.js", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L1"}, {"id": "telemetry_parsetelemetryenv", "label": "parseTelemetryEnv()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L83"}, {"id": "telemetry_istelemetrydebugenabled", "label": "isTelemetryDebugEnabled()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L95"}, {"id": "telemetry_telemetrydebug", "label": "telemetryDebug()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L104"}, {"id": "telemetry_ensuretelemetryconfig", "label": "ensureTelemetryConfig()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L122"}, {"id": "telemetry_gettelemetrydistinctid", "label": "getTelemetryDistinctId()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L141"}, {"id": "telemetry_gettelemetrysystem", "label": "getTelemetrySystem()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L154"}, {"id": "telemetry_gettelemetryterminal", "label": "getTelemetryTerminal()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L166"}, {"id": "telemetry_istelemetryenabled", "label": "isTelemetryEnabled()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L202"}, {"id": "telemetry_buildtelemetryproperties", "label": "buildTelemetryProperties()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L216"}, {"id": "telemetry_sendusagetelemetry", "label": "sendUsageTelemetry()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L242"}, {"id": "telemetry_sendfeaturerequest", "label": "sendFeatureRequest()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L316"}, {"id": "telemetry_sendbugreport", "label": "sendBugReport()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L363"}], "edges": [{"source": "users_vava_documents_github_free_coding_models_src_telemetry_js", "target": "crypto", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L49", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_telemetry_js", "target": "module", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L50", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_telemetry_js", "target": "users_vava_documents_github_free_coding_models_src_config_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L51", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_telemetry_js", "target": "telemetry_parsetelemetryenv", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L83", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_telemetry_js", "target": "telemetry_istelemetrydebugenabled", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L95", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_telemetry_js", "target": "telemetry_telemetrydebug", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L104", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_telemetry_js", "target": "telemetry_ensuretelemetryconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L122", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_telemetry_js", "target": "telemetry_gettelemetrydistinctid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L141", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_telemetry_js", "target": "telemetry_gettelemetrysystem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L154", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_telemetry_js", "target": "telemetry_gettelemetryterminal", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L166", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_telemetry_js", "target": "telemetry_istelemetryenabled", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L202", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_telemetry_js", "target": "telemetry_buildtelemetryproperties", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L216", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_telemetry_js", "target": "telemetry_sendusagetelemetry", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L242", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_telemetry_js", "target": "telemetry_sendfeaturerequest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L316", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_telemetry_js", "target": "telemetry_sendbugreport", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L363", "weight": 1.0}, {"source": "telemetry_istelemetrydebugenabled", "target": "telemetry_parsetelemetryenv", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L96", "weight": 1.0}, {"source": "telemetry_telemetrydebug", "target": "telemetry_istelemetrydebugenabled", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L105", "weight": 1.0}, {"source": "telemetry_gettelemetrydistinctid", "target": "telemetry_ensuretelemetryconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L142", "weight": 1.0}, {"source": "telemetry_istelemetryenabled", "target": "telemetry_parsetelemetryenv", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L204", "weight": 1.0}, {"source": "telemetry_istelemetryenabled", "target": "telemetry_ensuretelemetryconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L206", "weight": 1.0}, {"source": "telemetry_buildtelemetryproperties", "target": "telemetry_gettelemetrysystem", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L229", "weight": 1.0}, {"source": "telemetry_buildtelemetryproperties", "target": "telemetry_gettelemetryterminal", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L230", "weight": 1.0}, {"source": "telemetry_sendusagetelemetry", "target": "telemetry_istelemetryenabled", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L243", "weight": 1.0}, {"source": "telemetry_sendusagetelemetry", "target": "telemetry_telemetrydebug", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L244", "weight": 1.0}, {"source": "telemetry_sendusagetelemetry", "target": "telemetry_gettelemetrydistinctid", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L276", "weight": 1.0}, {"source": "telemetry_sendusagetelemetry", "target": "telemetry_buildtelemetryproperties", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L287", "weight": 1.0}, {"source": "telemetry_sendfeaturerequest", "target": "telemetry_gettelemetrysystem", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L319", "weight": 1.0}, {"source": "telemetry_sendfeaturerequest", "target": "telemetry_gettelemetryterminal", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L320", "weight": 1.0}, {"source": "telemetry_sendbugreport", "target": "telemetry_gettelemetrysystem", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L366", "weight": 1.0}, {"source": "telemetry_sendbugreport", "target": "telemetry_gettelemetryterminal", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L367", "weight": 1.0}], "raw_calls": [{"caller_nid": "telemetry_parsetelemetryenv", "callee": "toLowerCase", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L85"}, {"caller_nid": "telemetry_parsetelemetryenv", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L85"}, {"caller_nid": "telemetry_parsetelemetryenv", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L86"}, {"caller_nid": "telemetry_parsetelemetryenv", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L87"}, {"caller_nid": "telemetry_telemetrydebug", "callee": "write", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L108"}, {"caller_nid": "telemetry_telemetrydebug", "callee": "write", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L112"}, {"caller_nid": "telemetry_telemetrydebug", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L112"}, {"caller_nid": "telemetry_telemetrydebug", "callee": "write", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L114"}, {"caller_nid": "telemetry_ensuretelemetryconfig", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L130"}, {"caller_nid": "telemetry_gettelemetrydistinctid", "callee": "randomUUID", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L145"}, {"caller_nid": "telemetry_gettelemetrydistinctid", "callee": "saveConfig", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L146"}, {"caller_nid": "telemetry_gettelemetryterminal", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L167"}, {"caller_nid": "telemetry_gettelemetryterminal", "callee": "toLowerCase", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L168"}, {"caller_nid": "telemetry_gettelemetryterminal", "callee": "toLowerCase", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L169"}, {"caller_nid": "telemetry_gettelemetryterminal", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L175"}, {"caller_nid": "telemetry_gettelemetryterminal", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L176"}, {"caller_nid": "telemetry_gettelemetryterminal", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L183"}, {"caller_nid": "telemetry_gettelemetryterminal", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L184"}, {"caller_nid": "telemetry_buildtelemetryproperties", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L217"}, {"caller_nid": "telemetry_buildtelemetryproperties", "callee": "fromEntries", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L233"}, {"caller_nid": "telemetry_buildtelemetryproperties", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L233"}, {"caller_nid": "telemetry_buildtelemetryproperties", "callee": "entries", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L233"}, {"caller_nid": "telemetry_sendusagetelemetry", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L252"}, {"caller_nid": "telemetry_sendusagetelemetry", "callee": "replace", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L263"}, {"caller_nid": "telemetry_sendusagetelemetry", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L263"}, {"caller_nid": "telemetry_sendusagetelemetry", "callee": "toISOString", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L277"}, {"caller_nid": "telemetry_sendusagetelemetry", "callee": "timeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L279"}, {"caller_nid": "telemetry_sendusagetelemetry", "callee": "fetch", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L290"}, {"caller_nid": "telemetry_sendusagetelemetry", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L293"}, {"caller_nid": "telemetry_sendfeaturerequest", "callee": "resolvedOptions", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L323"}, {"caller_nid": "telemetry_sendfeaturerequest", "callee": "DateTimeFormat", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L323"}, {"caller_nid": "telemetry_sendfeaturerequest", "callee": "toISOString", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L329"}, {"caller_nid": "telemetry_sendfeaturerequest", "callee": "fetch", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L335"}, {"caller_nid": "telemetry_sendfeaturerequest", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L338"}, {"caller_nid": "telemetry_sendfeaturerequest", "callee": "timeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L342"}, {"caller_nid": "telemetry_sendbugreport", "callee": "resolvedOptions", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L370"}, {"caller_nid": "telemetry_sendbugreport", "callee": "DateTimeFormat", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L370"}, {"caller_nid": "telemetry_sendbugreport", "callee": "toISOString", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L376"}, {"caller_nid": "telemetry_sendbugreport", "callee": "fetch", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L382"}, {"caller_nid": "telemetry_sendbugreport", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L385"}, {"caller_nid": "telemetry_sendbugreport", "callee": "timeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/telemetry.js", "source_location": "L389"}]}
|
package/src/graphify-out/cache/2327473478b9c4b1940bf7ef66c9ee960b3cba8d5302e56b625df8274246e0b4.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"nodes": [{"id": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "label": "router-dashboard.js", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L1"}, {"id": "router_dashboard_isrecord", "label": "isRecord()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L56"}, {"id": "router_dashboard_tofinitenumber", "label": "toFiniteNumber()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L60"}, {"id": "router_dashboard_safestring", "label": "safeString()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L65"}, {"id": "router_dashboard_compacttext", "label": "compactText()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L71"}, {"id": "router_dashboard_readnumberfile", "label": "readNumberFile()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L83"}, {"id": "router_dashboard_isprocessalive", "label": "isProcessAlive()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L92"}, {"id": "router_dashboard_maketimeoutcontroller", "label": "makeTimeoutController()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L102"}, {"id": "router_dashboard_fetchjson", "label": "fetchJson()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L111"}, {"id": "router_dashboard_readdaemonfiles", "label": "readDaemonFiles()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L150"}, {"id": "router_dashboard_buildportcandidates", "label": "buildPortCandidates()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L162"}, {"id": "router_dashboard_discoverrouterdashboard", "label": "discoverRouterDashboard()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L180"}, {"id": "router_dashboard_normalizetokens", "label": "normalizeTokens()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L203"}, {"id": "router_dashboard_normalizemodelhealth", "label": "normalizeModelHealth()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L224"}, {"id": "router_dashboard_normalizerequestentry", "label": "normalizeRequestEntry()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L239"}, {"id": "router_dashboard_normalizerouterdashboardsnapshot", "label": "normalizeRouterDashboardSnapshot()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L254"}, {"id": "router_dashboard_formatrouterduration", "label": "formatRouterDuration()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L286"}, {"id": "router_dashboard_formatage", "label": "formatAge()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L298"}, {"id": "router_dashboard_formatpercent", "label": "formatPercent()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L306"}, {"id": "router_dashboard_modelstatebadge", "label": "modelStateBadge()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L311"}, {"id": "router_dashboard_statusbadge", "label": "statusBadge()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L322"}, {"id": "router_dashboard_setdashboardnotice", "label": "setDashboardNotice()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L332"}, {"id": "router_dashboard_parserouterdashboardsseframe", "label": "parseRouterDashboardSseFrame()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L341"}, {"id": "router_dashboard_appendrouterdashboardevent", "label": "appendRouterDashboardEvent()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L361"}, {"id": "router_dashboard_refreshrouterdashboardsnapshot", "label": "refreshRouterDashboardSnapshot()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L374"}, {"id": "router_dashboard_startrouterdashboardpolling", "label": "startRouterDashboardPolling()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L430"}, {"id": "router_dashboard_stoprouterdashboardeventstream", "label": "stopRouterDashboardEventStream()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L440"}, {"id": "router_dashboard_stoprouterdashboardclient", "label": "stopRouterDashboardClient()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L450"}, {"id": "router_dashboard_startrouterdashboardeventstream", "label": "startRouterDashboardEventStream()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L458"}, {"id": "router_dashboard_openrouterdashboardoverlay", "label": "openRouterDashboardOverlay()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L505"}, {"id": "router_dashboard_closerouterdashboardoverlay", "label": "closeRouterDashboardOverlay()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L521"}, {"id": "router_dashboard_cyclerouterdashboardactiveset", "label": "cycleRouterDashboardActiveSet()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L527"}, {"id": "router_dashboard_cyclerouterdashboardprobemode", "label": "cycleRouterDashboardProbeMode()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L559"}, {"id": "router_dashboard_clearrouterdashboardrequestlog", "label": "clearRouterDashboardRequestLog()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L582"}, {"id": "router_dashboard_restartrouterdashboarddaemon", "label": "restartRouterDashboardDaemon()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L589"}, {"id": "router_dashboard_togglerouterdashboardprobepause", "label": "toggleRouterDashboardProbePause()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L593"}, {"id": "router_dashboard_issetsdatastale", "label": "isSetsDataStale()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L601"}, {"id": "router_dashboard_fetchroutersets", "label": "fetchRouterSets()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L605"}, {"id": "router_dashboard_createrouterset", "label": "createRouterSet()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L622"}, {"id": "router_dashboard_renamerouterset", "label": "renameRouterSet()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L636"}, {"id": "router_dashboard_duplicaterouterset", "label": "duplicateRouterSet()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L650"}, {"id": "router_dashboard_deleterouterset", "label": "deleteRouterSet()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L667"}, {"id": "router_dashboard_activaterouterset", "label": "activateRouterSet()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L680"}, {"id": "router_dashboard_updateroutersetmodels", "label": "updateRouterSetModels()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L693"}, {"id": "router_dashboard_addmodeltorouterset", "label": "addModelToRouterSet()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L707"}, {"id": "router_dashboard_removemodelfromrouterset", "label": "removeModelFromRouterSet()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L719"}, {"id": "router_dashboard_reorderroutersetmodel", "label": "reorderRouterSetModel()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L731"}, {"id": "router_dashboard_requestlogrows", "label": "requestLogRows()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L750"}, {"id": "router_dashboard_toptokenmodel", "label": "topTokenModel()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L771"}, {"id": "router_dashboard_rendernotice", "label": "renderNotice()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L785"}, {"id": "router_dashboard_renderrouterdashboard", "label": "renderRouterDashboard()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L795"}], "edges": [{"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "node_fs", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L42", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "users_vava_documents_github_free_coding_models_src_render_helpers_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L43", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "users_vava_documents_github_free_coding_models_src_router_daemon_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L44", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "users_vava_documents_github_free_coding_models_src_theme_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L45", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "users_vava_documents_github_free_coding_models_src_token_usage_reader_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L46", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "users_vava_documents_github_free_coding_models_src_telemetry_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L47", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_isrecord", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L56", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_tofinitenumber", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L60", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_safestring", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L65", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_compacttext", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L71", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_readnumberfile", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L83", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_isprocessalive", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L92", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_maketimeoutcontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L102", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_fetchjson", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L111", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_readdaemonfiles", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L150", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_buildportcandidates", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L162", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_discoverrouterdashboard", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L180", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_normalizetokens", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L203", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_normalizemodelhealth", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L224", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_normalizerequestentry", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L239", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_normalizerouterdashboardsnapshot", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L254", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_formatrouterduration", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L286", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_formatage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L298", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_formatpercent", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L306", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_modelstatebadge", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L311", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_statusbadge", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L322", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_setdashboardnotice", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L332", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_parserouterdashboardsseframe", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L341", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_appendrouterdashboardevent", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L361", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_refreshrouterdashboardsnapshot", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L374", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_startrouterdashboardpolling", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L430", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_stoprouterdashboardeventstream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L440", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_stoprouterdashboardclient", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L450", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_startrouterdashboardeventstream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L458", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_openrouterdashboardoverlay", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L505", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_closerouterdashboardoverlay", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L521", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_cyclerouterdashboardactiveset", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L527", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_cyclerouterdashboardprobemode", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L559", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_clearrouterdashboardrequestlog", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L582", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_restartrouterdashboarddaemon", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L589", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_togglerouterdashboardprobepause", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L593", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_issetsdatastale", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L601", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_fetchroutersets", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L605", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_createrouterset", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L622", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_renamerouterset", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L636", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_duplicaterouterset", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L650", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_deleterouterset", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L667", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_activaterouterset", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L680", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_updateroutersetmodels", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L693", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_addmodeltorouterset", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L707", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_removemodelfromrouterset", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L719", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_reorderroutersetmodel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L731", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_requestlogrows", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L750", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_toptokenmodel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L771", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_rendernotice", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L785", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_dashboard_js", "target": "router_dashboard_renderrouterdashboard", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L795", "weight": 1.0}, {"source": "router_dashboard_compacttext", "target": "router_dashboard_safestring", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L72", "weight": 1.0}, {"source": "router_dashboard_fetchjson", "target": "router_dashboard_maketimeoutcontroller", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L122", "weight": 1.0}, {"source": "router_dashboard_readdaemonfiles", "target": "router_dashboard_readnumberfile", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L151", "weight": 1.0}, {"source": "router_dashboard_readdaemonfiles", "target": "router_dashboard_isprocessalive", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L156", "weight": 1.0}, {"source": "router_dashboard_buildportcandidates", "target": "router_dashboard_readnumberfile", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L169", "weight": 1.0}, {"source": "router_dashboard_discoverrouterdashboard", "target": "router_dashboard_buildportcandidates", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L182", "weight": 1.0}, {"source": "router_dashboard_discoverrouterdashboard", "target": "router_dashboard_fetchjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L184", "weight": 1.0}, {"source": "router_dashboard_discoverrouterdashboard", "target": "router_dashboard_readdaemonfiles", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L188", "weight": 1.0}, {"source": "router_dashboard_normalizetokens", "target": "router_dashboard_isrecord", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L204", "weight": 1.0}, {"source": "router_dashboard_normalizetokens", "target": "router_dashboard_tofinitenumber", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L208", "weight": 1.0}, {"source": "router_dashboard_normalizetokens", "target": "router_dashboard_safestring", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L219", "weight": 1.0}, {"source": "router_dashboard_normalizemodelhealth", "target": "router_dashboard_isrecord", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L225", "weight": 1.0}, {"source": "router_dashboard_normalizemodelhealth", "target": "router_dashboard_tofinitenumber", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L227", "weight": 1.0}, {"source": "router_dashboard_normalizemodelhealth", "target": "router_dashboard_safestring", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L228", "weight": 1.0}, {"source": "router_dashboard_normalizerequestentry", "target": "router_dashboard_isrecord", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L240", "weight": 1.0}, {"source": "router_dashboard_normalizerequestentry", "target": "router_dashboard_safestring", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L242", "weight": 1.0}, {"source": "router_dashboard_normalizerequestentry", "target": "router_dashboard_tofinitenumber", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L246", "weight": 1.0}, {"source": "router_dashboard_normalizerouterdashboardsnapshot", "target": "router_dashboard_isrecord", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L255", "weight": 1.0}, {"source": "router_dashboard_normalizerouterdashboardsnapshot", "target": "router_dashboard_tofinitenumber", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L263", "weight": 1.0}, {"source": "router_dashboard_normalizerouterdashboardsnapshot", "target": "router_dashboard_safestring", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L266", "weight": 1.0}, {"source": "router_dashboard_normalizerouterdashboardsnapshot", "target": "router_dashboard_normalizetokens", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L280", "weight": 1.0}, {"source": "router_dashboard_formatage", "target": "router_dashboard_formatrouterduration", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L303", "weight": 1.0}, {"source": "router_dashboard_modelstatebadge", "target": "router_dashboard_safestring", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L312", "weight": 1.0}, {"source": "router_dashboard_appendrouterdashboardevent", "target": "router_dashboard_normalizerequestentry", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L369", "weight": 1.0}, {"source": "router_dashboard_appendrouterdashboardevent", "target": "router_dashboard_isrecord", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L369", "weight": 1.0}, {"source": "router_dashboard_refreshrouterdashboardsnapshot", "target": "router_dashboard_discoverrouterdashboard", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L384", "weight": 1.0}, {"source": "router_dashboard_refreshrouterdashboardsnapshot", "target": "router_dashboard_normalizerouterdashboardsnapshot", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L390", "weight": 1.0}, {"source": "router_dashboard_refreshrouterdashboardsnapshot", "target": "router_dashboard_readdaemonfiles", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L397", "weight": 1.0}, {"source": "router_dashboard_refreshrouterdashboardsnapshot", "target": "router_dashboard_stoprouterdashboardeventstream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L405", "weight": 1.0}, {"source": "router_dashboard_refreshrouterdashboardsnapshot", "target": "router_dashboard_fetchjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L412", "weight": 1.0}, {"source": "router_dashboard_refreshrouterdashboardsnapshot", "target": "router_dashboard_startrouterdashboardeventstream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L418", "weight": 1.0}, {"source": "router_dashboard_startrouterdashboardpolling", "target": "router_dashboard_refreshrouterdashboardsnapshot", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L433", "weight": 1.0}, {"source": "router_dashboard_stoprouterdashboardclient", "target": "router_dashboard_stoprouterdashboardeventstream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L453", "weight": 1.0}, {"source": "router_dashboard_openrouterdashboardoverlay", "target": "router_dashboard_startrouterdashboardpolling", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L509", "weight": 1.0}, {"source": "router_dashboard_closerouterdashboardoverlay", "target": "router_dashboard_stoprouterdashboardclient", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L524", "weight": 1.0}, {"source": "router_dashboard_cyclerouterdashboardactiveset", "target": "router_dashboard_setdashboardnotice", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L531", "weight": 1.0}, {"source": "router_dashboard_cyclerouterdashboardactiveset", "target": "router_dashboard_fetchjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L534", "weight": 1.0}, {"source": "router_dashboard_cyclerouterdashboardactiveset", "target": "router_dashboard_isrecord", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L535", "weight": 1.0}, {"source": "router_dashboard_cyclerouterdashboardactiveset", "target": "router_dashboard_safestring", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L544", "weight": 1.0}, {"source": "router_dashboard_cyclerouterdashboardactiveset", "target": "router_dashboard_refreshrouterdashboardsnapshot", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L556", "weight": 1.0}, {"source": "router_dashboard_cyclerouterdashboardprobemode", "target": "router_dashboard_setdashboardnotice", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L563", "weight": 1.0}, {"source": "router_dashboard_cyclerouterdashboardprobemode", "target": "router_dashboard_normalizerouterdashboardsnapshot", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L566", "weight": 1.0}, {"source": "router_dashboard_cyclerouterdashboardprobemode", "target": "router_dashboard_fetchjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L569", "weight": 1.0}, {"source": "router_dashboard_cyclerouterdashboardprobemode", "target": "router_dashboard_refreshrouterdashboardsnapshot", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L579", "weight": 1.0}, {"source": "router_dashboard_clearrouterdashboardrequestlog", "target": "router_dashboard_setdashboardnotice", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L586", "weight": 1.0}, {"source": "router_dashboard_restartrouterdashboarddaemon", "target": "router_dashboard_setdashboardnotice", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L590", "weight": 1.0}, {"source": "router_dashboard_togglerouterdashboardprobepause", "target": "router_dashboard_setdashboardnotice", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L594", "weight": 1.0}, {"source": "router_dashboard_fetchroutersets", "target": "router_dashboard_fetchjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L611", "weight": 1.0}, {"source": "router_dashboard_fetchroutersets", "target": "router_dashboard_isrecord", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L614", "weight": 1.0}, {"source": "router_dashboard_createrouterset", "target": "router_dashboard_fetchjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L626", "weight": 1.0}, {"source": "router_dashboard_createrouterset", "target": "router_dashboard_fetchroutersets", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L632", "weight": 1.0}, {"source": "router_dashboard_renamerouterset", "target": "router_dashboard_fetchjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L640", "weight": 1.0}, {"source": "router_dashboard_renamerouterset", "target": "router_dashboard_fetchroutersets", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L646", "weight": 1.0}, {"source": "router_dashboard_duplicaterouterset", "target": "router_dashboard_fetchjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L657", "weight": 1.0}, {"source": "router_dashboard_duplicaterouterset", "target": "router_dashboard_fetchroutersets", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L663", "weight": 1.0}, {"source": "router_dashboard_deleterouterset", "target": "router_dashboard_fetchjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L671", "weight": 1.0}, {"source": "router_dashboard_deleterouterset", "target": "router_dashboard_fetchroutersets", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L676", "weight": 1.0}, {"source": "router_dashboard_activaterouterset", "target": "router_dashboard_fetchjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L684", "weight": 1.0}, {"source": "router_dashboard_activaterouterset", "target": "router_dashboard_fetchroutersets", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L689", "weight": 1.0}, {"source": "router_dashboard_updateroutersetmodels", "target": "router_dashboard_fetchjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L697", "weight": 1.0}, {"source": "router_dashboard_updateroutersetmodels", "target": "router_dashboard_fetchroutersets", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L703", "weight": 1.0}, {"source": "router_dashboard_addmodeltorouterset", "target": "router_dashboard_updateroutersetmodels", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L715", "weight": 1.0}, {"source": "router_dashboard_removemodelfromrouterset", "target": "router_dashboard_updateroutersetmodels", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L728", "weight": 1.0}, {"source": "router_dashboard_reorderroutersetmodel", "target": "router_dashboard_updateroutersetmodels", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L747", "weight": 1.0}, {"source": "router_dashboard_toptokenmodel", "target": "router_dashboard_tofinitenumber", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L776", "weight": 1.0}, {"source": "router_dashboard_toptokenmodel", "target": "router_dashboard_isrecord", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L776", "weight": 1.0}, {"source": "router_dashboard_renderrouterdashboard", "target": "router_dashboard_normalizerouterdashboardsnapshot", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L799", "weight": 1.0}, {"source": "router_dashboard_renderrouterdashboard", "target": "router_dashboard_requestlogrows", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L803", "weight": 1.0}, {"source": "router_dashboard_renderrouterdashboard", "target": "router_dashboard_statusbadge", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L812", "weight": 1.0}, {"source": "router_dashboard_renderrouterdashboard", "target": "router_dashboard_formatrouterduration", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L813", "weight": 1.0}, {"source": "router_dashboard_renderrouterdashboard", "target": "router_dashboard_formatage", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L814", "weight": 1.0}, {"source": "router_dashboard_renderrouterdashboard", "target": "router_dashboard_rendernotice", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L817", "weight": 1.0}, {"source": "router_dashboard_renderrouterdashboard", "target": "router_dashboard_compacttext", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L834", "weight": 1.0}, {"source": "router_dashboard_renderrouterdashboard", "target": "router_dashboard_modelstatebadge", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L839", "weight": 1.0}, {"source": "router_dashboard_renderrouterdashboard", "target": "router_dashboard_formatpercent", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L841", "weight": 1.0}, {"source": "router_dashboard_renderrouterdashboard", "target": "router_dashboard_toptokenmodel", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L851", "weight": 1.0}], "raw_calls": [{"caller_nid": "router_dashboard_isrecord", "callee": "Boolean", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L57"}, {"caller_nid": "router_dashboard_isrecord", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L57"}, {"caller_nid": "router_dashboard_tofinitenumber", "callee": "Number", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L61"}, {"caller_nid": "router_dashboard_tofinitenumber", "callee": "isFinite", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L62"}, {"caller_nid": "router_dashboard_safestring", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L66"}, {"caller_nid": "router_dashboard_safestring", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L66"}, {"caller_nid": "router_dashboard_safestring", "callee": "isFinite", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L67"}, {"caller_nid": "router_dashboard_safestring", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L67"}, {"caller_nid": "router_dashboard_compacttext", "callee": "displayWidth", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L73"}, {"caller_nid": "router_dashboard_compacttext", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L73"}, {"caller_nid": "router_dashboard_compacttext", "callee": "replace", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L74"}, {"caller_nid": "router_dashboard_compacttext", "callee": "displayWidth", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L77"}, {"caller_nid": "router_dashboard_compacttext", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L80"}, {"caller_nid": "router_dashboard_readnumberfile", "callee": "parseInt", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L85"}, {"caller_nid": "router_dashboard_readnumberfile", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L85"}, {"caller_nid": "router_dashboard_readnumberfile", "callee": "readFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L85"}, {"caller_nid": "router_dashboard_readnumberfile", "callee": "isFinite", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L86"}, {"caller_nid": "router_dashboard_isprocessalive", "callee": "isInteger", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L93"}, {"caller_nid": "router_dashboard_isprocessalive", "callee": "kill", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L95"}, {"caller_nid": "router_dashboard_maketimeoutcontroller", "callee": "setTimeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L104"}, {"caller_nid": "router_dashboard_fetchjson", "callee": "fetchFn", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L124"}, {"caller_nid": "router_dashboard_fetchjson", "callee": "text", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L130"}, {"caller_nid": "router_dashboard_fetchjson", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L133"}, {"caller_nid": "router_dashboard_fetchjson", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L133"}, {"caller_nid": "router_dashboard_fetchjson", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L143"}, {"caller_nid": "router_dashboard_fetchjson", "callee": "clear", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L146"}, {"caller_nid": "router_dashboard_readdaemonfiles", "callee": "existsSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L157"}, {"caller_nid": "router_dashboard_readdaemonfiles", "callee": "existsSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L158"}, {"caller_nid": "router_dashboard_buildportcandidates", "callee": "parseInt", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L164"}, {"caller_nid": "router_dashboard_buildportcandidates", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L164"}, {"caller_nid": "router_dashboard_buildportcandidates", "callee": "match", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L166"}, {"caller_nid": "router_dashboard_buildportcandidates", "callee": "parseInt", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L168"}, {"caller_nid": "router_dashboard_buildportcandidates", "callee": "getRouterPortRange", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L170"}, {"caller_nid": "router_dashboard_buildportcandidates", "callee": "isInteger", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L172"}, {"caller_nid": "router_dashboard_buildportcandidates", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L172"}, {"caller_nid": "router_dashboard_buildportcandidates", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L172"}, {"caller_nid": "router_dashboard_buildportcandidates", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L175"}, {"caller_nid": "router_dashboard_buildportcandidates", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L175"}, {"caller_nid": "router_dashboard_normalizemodelhealth", "callee": "toUpperCase", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L231"}, {"caller_nid": "router_dashboard_normalizerequestentry", "callee": "toISOString", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L242"}, {"caller_nid": "router_dashboard_normalizerouterdashboardsnapshot", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L258"}, {"caller_nid": "router_dashboard_normalizerouterdashboardsnapshot", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L258"}, {"caller_nid": "router_dashboard_normalizerouterdashboardsnapshot", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L259"}, {"caller_nid": "router_dashboard_normalizerouterdashboardsnapshot", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L259"}, {"caller_nid": "router_dashboard_formatrouterduration", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L287"}, {"caller_nid": "router_dashboard_formatrouterduration", "callee": "floor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L287"}, {"caller_nid": "router_dashboard_formatrouterduration", "callee": "Number", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L287"}, {"caller_nid": "router_dashboard_formatrouterduration", "callee": "floor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L288"}, {"caller_nid": "router_dashboard_formatrouterduration", "callee": "floor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L289"}, {"caller_nid": "router_dashboard_formatrouterduration", "callee": "floor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L290"}, {"caller_nid": "router_dashboard_formatage", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L300"}, {"caller_nid": "router_dashboard_formatage", "callee": "isFinite", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L301"}, {"caller_nid": "router_dashboard_formatage", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L302"}, {"caller_nid": "router_dashboard_formatage", "callee": "floor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L302"}, {"caller_nid": "router_dashboard_formatage", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L302"}, {"caller_nid": "router_dashboard_formatpercent", "callee": "isFinite", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L307"}, {"caller_nid": "router_dashboard_formatpercent", "callee": "round", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L308"}, {"caller_nid": "router_dashboard_modelstatebadge", "callee": "toUpperCase", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L312"}, {"caller_nid": "router_dashboard_modelstatebadge", "callee": "success", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L313"}, {"caller_nid": "router_dashboard_modelstatebadge", "callee": "warning", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L314"}, {"caller_nid": "router_dashboard_modelstatebadge", "callee": "error", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L315"}, {"caller_nid": "router_dashboard_modelstatebadge", "callee": "error", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L316"}, {"caller_nid": "router_dashboard_modelstatebadge", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L317"}, {"caller_nid": "router_dashboard_modelstatebadge", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L318"}, {"caller_nid": "router_dashboard_modelstatebadge", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L319"}, {"caller_nid": "router_dashboard_statusbadge", "callee": "successBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L323"}, {"caller_nid": "router_dashboard_statusbadge", "callee": "warningBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L324"}, {"caller_nid": "router_dashboard_statusbadge", "callee": "warning", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L325"}, {"caller_nid": "router_dashboard_statusbadge", "callee": "errorBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L326"}, {"caller_nid": "router_dashboard_statusbadge", "callee": "errorBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L327"}, {"caller_nid": "router_dashboard_statusbadge", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L328"}, {"caller_nid": "router_dashboard_statusbadge", "callee": "error", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L329"}, {"caller_nid": "router_dashboard_setdashboardnotice", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L333"}, {"caller_nid": "router_dashboard_setdashboardnotice", "callee": "clearTimeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L334"}, {"caller_nid": "router_dashboard_setdashboardnotice", "callee": "setTimeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L335"}, {"caller_nid": "router_dashboard_setdashboardnotice", "callee": "unref", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L338"}, {"caller_nid": "router_dashboard_parserouterdashboardsseframe", "callee": "split", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L342"}, {"caller_nid": "router_dashboard_parserouterdashboardsseframe", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L342"}, {"caller_nid": "router_dashboard_parserouterdashboardsseframe", "callee": "startsWith", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L346"}, {"caller_nid": "router_dashboard_parserouterdashboardsseframe", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L346"}, {"caller_nid": "router_dashboard_parserouterdashboardsseframe", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L346"}, {"caller_nid": "router_dashboard_parserouterdashboardsseframe", "callee": "startsWith", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L347"}, {"caller_nid": "router_dashboard_parserouterdashboardsseframe", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L347"}, {"caller_nid": "router_dashboard_parserouterdashboardsseframe", "callee": "trimStart", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L347"}, {"caller_nid": "router_dashboard_parserouterdashboardsseframe", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L347"}, {"caller_nid": "router_dashboard_parserouterdashboardsseframe", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L349"}, {"caller_nid": "router_dashboard_parserouterdashboardsseframe", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L353"}, {"caller_nid": "router_dashboard_appendrouterdashboardevent", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L362"}, {"caller_nid": "router_dashboard_appendrouterdashboardevent", "callee": "toISOString", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L363"}, {"caller_nid": "router_dashboard_appendrouterdashboardevent", "callee": "unshift", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L364"}, {"caller_nid": "router_dashboard_appendrouterdashboardevent", "callee": "pop", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L365"}, {"caller_nid": "router_dashboard_appendrouterdashboardevent", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L368"}, {"caller_nid": "router_dashboard_appendrouterdashboardevent", "callee": "unshift", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L369"}, {"caller_nid": "router_dashboard_appendrouterdashboardevent", "callee": "pop", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L370"}, {"caller_nid": "router_dashboard_refreshrouterdashboardsnapshot", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L377"}, {"caller_nid": "router_dashboard_refreshrouterdashboardsnapshot", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L389"}, {"caller_nid": "router_dashboard_refreshrouterdashboardsnapshot", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L404"}, {"caller_nid": "router_dashboard_refreshrouterdashboardsnapshot", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L415"}, {"caller_nid": "router_dashboard_refreshrouterdashboardsnapshot", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L417"}, {"caller_nid": "router_dashboard_refreshrouterdashboardsnapshot", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L425"}, {"caller_nid": "router_dashboard_startrouterdashboardpolling", "callee": "setInterval", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L434"}, {"caller_nid": "router_dashboard_startrouterdashboardpolling", "callee": "unref", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L437"}, {"caller_nid": "router_dashboard_stoprouterdashboardeventstream", "callee": "abort", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L442"}, {"caller_nid": "router_dashboard_stoprouterdashboardclient", "callee": "clearInterval", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L451"}, {"caller_nid": "router_dashboard_stoprouterdashboardclient", "callee": "clearTimeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L454"}, {"caller_nid": "router_dashboard_startrouterdashboardeventstream", "callee": "(async () => {\n try {\n const response = await fetchFn(`${state.routerDashboardBaseUrl}/stream/events`, {\n headers: { accept: 'text/event-stream' },\n signal: controller.signal,\n })\n if (!response.ok) throw new Error(`SSE HTTP ${response.status}`)\n if (!response.body || typeof response.body.getReader !== 'function') throw new Error('SSE body is not readable')\n state.routerDashboardEventStatus = 'connected'\n const reader = response.body.getReader()\n const decoder = new TextDecoder()\n let buffer = ''\n while (!controller.signal.aborted) {\n const chunk = await reader.read()\n if (chunk.done) break\n buffer += decoder.decode(chunk.value, { stream: true })\n let frameEnd = buffer.indexOf('\\n\\n')\n while (frameEnd >= 0) {\n const frame = buffer.slice(0, frameEnd)\n buffer = buffer.slice(frameEnd + 2)\n const parsed = parseRouterDashboardSseFrame(frame)\n appendRouterDashboardEvent(state, parsed.event, parsed.data)\n frameEnd = buffer.indexOf('\\n\\n')\n }\n }\n } catch (error) {\n if (!controller.signal.aborted) {\n state.routerDashboardEventStatus = 'offline'\n state.routerDashboardEventError = error?.message || String(error)\n }\n } finally {\n if (state.routerDashboardEventAbort === controller) state.routerDashboardEventAbort = null\n }\n })", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L469"}, {"caller_nid": "router_dashboard_openrouterdashboardoverlay", "callee": "sendUsageTelemetry", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L513"}, {"caller_nid": "router_dashboard_cyclerouterdashboardactiveset", "callee": "keys", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L539"}, {"caller_nid": "router_dashboard_cyclerouterdashboardactiveset", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L545"}, {"caller_nid": "router_dashboard_cyclerouterdashboardactiveset", "callee": "indexOf", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L545"}, {"caller_nid": "router_dashboard_cyclerouterdashboardactiveset", "callee": "encodeURIComponent", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L547"}, {"caller_nid": "router_dashboard_cyclerouterdashboardprobemode", "callee": "indexOf", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L567"}, {"caller_nid": "router_dashboard_cyclerouterdashboardprobemode", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L571"}, {"caller_nid": "router_dashboard_clearrouterdashboardrequestlog", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L583"}, {"caller_nid": "router_dashboard_issetsdatastale", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L602"}, {"caller_nid": "router_dashboard_fetchroutersets", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L618"}, {"caller_nid": "router_dashboard_createrouterset", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L628"}, {"caller_nid": "router_dashboard_renamerouterset", "callee": "encodeURIComponent", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L640"}, {"caller_nid": "router_dashboard_renamerouterset", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L642"}, {"caller_nid": "router_dashboard_duplicaterouterset", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L659"}, {"caller_nid": "router_dashboard_deleterouterset", "callee": "encodeURIComponent", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L671"}, {"caller_nid": "router_dashboard_activaterouterset", "callee": "encodeURIComponent", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L684"}, {"caller_nid": "router_dashboard_updateroutersetmodels", "callee": "encodeURIComponent", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L697"}, {"caller_nid": "router_dashboard_updateroutersetmodels", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L699"}, {"caller_nid": "router_dashboard_addmodeltorouterset", "callee": "Number", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L714"}, {"caller_nid": "router_dashboard_removemodelfromrouterset", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L725"}, {"caller_nid": "router_dashboard_reorderroutersetmodel", "callee": "findIndex", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L738"}, {"caller_nid": "router_dashboard_reorderroutersetmodel", "callee": "splice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L742"}, {"caller_nid": "router_dashboard_reorderroutersetmodel", "callee": "splice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L743"}, {"caller_nid": "router_dashboard_requestlogrows", "callee": "Number", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L751"}, {"caller_nid": "router_dashboard_requestlogrows", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L753"}, {"caller_nid": "router_dashboard_requestlogrows", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L757"}, {"caller_nid": "router_dashboard_requestlogrows", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L757"}, {"caller_nid": "router_dashboard_requestlogrows", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L757"}, {"caller_nid": "router_dashboard_toptokenmodel", "callee": "entries", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L775"}, {"caller_nid": "router_dashboard_toptokenmodel", "callee": "formatTokenTotalCompact", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L782"}, {"caller_nid": "router_dashboard_rendernotice", "callee": "color", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L792"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L801"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L802"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "repeat", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L802"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L802"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "toLocaleTimeString", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L806"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L809"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "accent", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L809"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "accentBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L809"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L809"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L810"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "textBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L810"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L810"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L811"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L812"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L812"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "info", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L812"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L812"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L812"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L812"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L813"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "textBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L813"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L813"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L813"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L813"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L813"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L814"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "info", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L814"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L814"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L814"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L815"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "error", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L815"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L816"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "warning", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L816"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L818"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L820"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "warningBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L820"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L822"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L823"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L825"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "textBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L825"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L827"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L827"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L829"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L829"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L829"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L829"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L829"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L829"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L830"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L830"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L831"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "isFinite", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L832"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "round", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L832"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "isFinite", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L833"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "toFixed", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L833"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L834"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "trimEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L834"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L835"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L836"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L836"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L839"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L840"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L841"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L845"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L845"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L848"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L849"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "textBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L849"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L850"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "info", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L850"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "formatTokenTotalCompact", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L850"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L850"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L850"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "formatTokenTotalCompact", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L850"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "formatTokenTotalCompact", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L850"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L851"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "info", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L851"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "formatTokenTotalCompact", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L851"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L851"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L851"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "trimEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L851"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L851"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L853"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L854"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "textBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L854"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L856"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L856"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L858"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L858"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L858"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L858"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L858"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L859"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L859"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L861"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "isFinite", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L862"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "toLocaleTimeString", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L862"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L863"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "startsWith", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L864"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "isFinite", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L865"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "round", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L865"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L866"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L866"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L871"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L872"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L874"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "statusColor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L874"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L875"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L876"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "formatTokenTotalCompact", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L876"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "trimEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L877"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L877"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L882"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L883"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "toLocaleTimeString", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L884"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L886"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L886"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L887"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "hotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L887"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L887"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L887"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "hotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L887"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L887"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L887"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "hotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L887"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L887"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L887"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "hotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L887"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L887"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L887"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "hotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L887"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L887"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L887"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "hotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L887"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L887"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "sliceOverlayLines", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L889"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "tintOverlayLines", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L891"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L892"}, {"caller_nid": "router_dashboard_renderrouterdashboard", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-dashboard.js", "source_location": "L892"}]}
|