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/5b133aba3fb16410c5b1fdbd1730039fc7fa1ac93abd99d7be08f60da70fc8d4.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"nodes": [{"id": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "label": "router-daemon.js", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1"}, {"id": "router_daemon_getrouterportrange", "label": "getRouterPortRange()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L65"}, {"id": "router_daemon_nowiso", "label": "nowIso()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L100"}, {"id": "router_daemon_modelkey", "label": "modelKey()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L104"}, {"id": "router_daemon_safejsonparse", "label": "safeJsonParse()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L108"}, {"id": "router_daemon_parsejsonresult", "label": "parseJsonResult()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L116"}, {"id": "router_daemon_atomicwritejson", "label": "atomicWriteJson()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L124"}, {"id": "router_daemon_sleep", "label": "sleep()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L130"}, {"id": "router_daemon_isprocessalive", "label": "isProcessAlive()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L134"}, {"id": "router_daemon_readnumberfile", "label": "readNumberFile()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L144"}, {"id": "router_daemon_headerentries", "label": "headerEntries()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L153"}, {"id": "router_daemon_getheadervalue", "label": "getHeaderValue()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L164"}, {"id": "router_daemon_extractratelimitheaders", "label": "extractRateLimitHeaders()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L169"}, {"id": "router_daemon_parseretryafterms", "label": "parseRetryAfterMs()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L178"}, {"id": "router_daemon_haszeroremainingquota", "label": "hasZeroRemainingQuota()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L187"}, {"id": "router_daemon_islikelyhtmltext", "label": "isLikelyHtmlText()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L195"}, {"id": "router_daemon_islikelyhtmlresponse", "label": "isLikelyHtmlResponse()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L199"}, {"id": "router_daemon_buildupstreammeta", "label": "buildUpstreamMeta()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L204"}, {"id": "router_daemon_attachclientabort", "label": "attachClientAbort()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L219"}, {"id": "router_daemon_cloneheadersforupstream", "label": "cloneHeadersForUpstream()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L245"}, {"id": "router_daemon_getapimodelid", "label": "getApiModelId()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L261"}, {"id": "router_daemon_isrouteableprovider", "label": "isRouteableProvider()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L265"}, {"id": "router_daemon_resolveproviderurl", "label": "resolveProviderUrl()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L270"}, {"id": "router_daemon_buildprovidermodelsurl", "label": "buildProviderModelsUrl()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L276"}, {"id": "router_daemon_extractusage", "label": "extractUsage()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L282"}, {"id": "router_daemon_formatopenaierror", "label": "formatOpenAiError()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L297"}, {"id": "router_daemon_sendjson", "label": "sendJson()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L309"}, {"id": "router_daemon_senderror", "label": "sendError()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L320"}, {"id": "router_daemon_readrequestbody", "label": "readRequestBody()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L324"}, {"id": "router_daemon_readjsonbody", "label": "readJsonBody()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L342"}, {"id": "router_daemon_routerlogger", "label": "RouterLogger", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L353"}, {"id": "router_daemon_routerlogger_constructor", "label": ".constructor()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L354"}, {"id": "router_daemon_routerlogger_shouldlog", "label": ".shouldLog()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L360"}, {"id": "router_daemon_routerlogger_rotateifneeded", "label": ".rotateIfNeeded()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L364"}, {"id": "router_daemon_routerlogger_write", "label": ".write()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L377"}, {"id": "router_daemon_routerlogger_safestringify", "label": ".safeStringify()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L389"}, {"id": "router_daemon_routerlogger_error", "label": ".error()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L397"}, {"id": "router_daemon_routerlogger_warn", "label": ".warn()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L398"}, {"id": "router_daemon_routerlogger_info", "label": ".info()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L399"}, {"id": "router_daemon_routerlogger_debug", "label": ".debug()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L400"}, {"id": "router_daemon_tokentracker", "label": "TokenTracker", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L403"}, {"id": "router_daemon_tokentracker_constructor", "label": ".constructor()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L404"}, {"id": "router_daemon_tokentracker_load", "label": ".load()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L412"}, {"id": "router_daemon_tokentracker_todaykey", "label": ".todayKey()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L453"}, {"id": "router_daemon_tokentracker_ensuredaily", "label": ".ensureDaily()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L457"}, {"id": "router_daemon_tokentracker_record", "label": ".record()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L473"}, {"id": "router_daemon_tokentracker_prune", "label": ".prune()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L494"}, {"id": "router_daemon_tokentracker_flush", "label": ".flush()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L502"}, {"id": "router_daemon_tokentracker_summary", "label": ".summary()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L518"}, {"id": "router_daemon_routerruntime", "label": "RouterRuntime", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L528"}, {"id": "router_daemon_routerruntime_constructor", "label": ".constructor()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L529"}, {"id": "router_daemon_routerruntime_buildmodelcatalog", "label": ".buildModelCatalog()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L558"}, {"id": "router_daemon_routerruntime_refreshroutestate", "label": ".refreshRouteState()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L577"}, {"id": "router_daemon_routerruntime_routerconfig", "label": ".routerConfig()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L607"}, {"id": "router_daemon_routerruntime_setrouterconfig", "label": ".setRouterConfig()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L620"}, {"id": "router_daemon_routerruntime_saverouterconfig", "label": ".saveRouterConfig()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L625"}, {"id": "router_daemon_routerruntime_reloadconfigfromdisk", "label": ".reloadConfigFromDisk()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L632"}, {"id": "router_daemon_routerruntime_getapikeyforprovider", "label": ".getApiKeyForProvider()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L646"}, {"id": "router_daemon_routerruntime_getset", "label": ".getSet()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L655"}, {"id": "router_daemon_routerruntime_listsetmodels", "label": ".listSetModels()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L661"}, {"id": "router_daemon_routerruntime_updatecircuitforcooldown", "label": ".updateCircuitForCooldown()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L665"}, {"id": "router_daemon_routerruntime_recordproberesult", "label": ".recordProbeResult()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L677"}, {"id": "router_daemon_routerruntime_markautherror", "label": ".markAuthError()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L691"}, {"id": "router_daemon_routerruntime_marksuccess", "label": ".markSuccess()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L699"}, {"id": "router_daemon_routerruntime_markfailure", "label": ".markFailure()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L717"}, {"id": "router_daemon_routerruntime_quotadetailsforkeys", "label": ".quotaDetailsForKeys()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L757"}, {"id": "router_daemon_routerruntime_recordroutererror", "label": ".recordRouterError()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L769"}, {"id": "router_daemon_routerruntime_getwindowstats", "label": ".getWindowStats()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L781"}, {"id": "router_daemon_routerruntime_scorecandidates", "label": ".scoreCandidates()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L797"}, {"id": "router_daemon_routerruntime_getroutingcandidates", "label": ".getRoutingCandidates()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L831"}, {"id": "router_daemon_routerruntime_getmodelhealth", "label": ".getModelHealth()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L846"}, {"id": "router_daemon_routerruntime_addrequestlog", "label": ".addRequestLog()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L866"}, {"id": "router_daemon_routerruntime_broadcast", "label": ".broadcast()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L872"}, {"id": "router_daemon_routerruntime_statuspayload", "label": ".statusPayload()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L883"}, {"id": "router_daemon_routerruntime_statspayload", "label": ".statsPayload()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L907"}, {"id": "router_daemon_routerruntime_probecandidate", "label": ".probeCandidate()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L925"}, {"id": "router_daemon_routerruntime_runprobeburst", "label": ".runProbeBurst()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L981"}, {"id": "router_daemon_routerruntime_scheduleprobeloop", "label": ".scheduleProbeLoop()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L991"}, {"id": "router_daemon_routerruntime_routerequest", "label": ".routeRequest()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1015"}, {"id": "router_daemon_routerruntime_proxyjsonrequest", "label": ".proxyJsonRequest()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1108"}, {"id": "router_daemon_routerruntime_proxystreamingrequest", "label": ".proxyStreamingRequest()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1228"}, {"id": "router_daemon_routerruntime_readstreamchunkwithtimeout", "label": ".readStreamChunkWithTimeout()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1359"}, {"id": "router_daemon_routerruntime_handlesetsrequest", "label": ".handleSetsRequest()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1372"}, {"id": "router_daemon_routerruntime_handleprobemoderequest", "label": ".handleProbeModeRequest()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1463"}, {"id": "router_daemon_routerruntime_handlehttp", "label": ".handleHttp()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1493"}, {"id": "router_daemon_routerruntime_installprocesssafety", "label": ".installProcessSafety()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1582"}, {"id": "router_daemon_routerruntime_shutdown", "label": ".shutdown()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1617"}, {"id": "router_daemon_builddefaultrouterset", "label": "buildDefaultRouterSet()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1653"}, {"id": "router_daemon_createrouterruntimefortest", "label": "createRouterRuntimeForTest()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1703"}, {"id": "router_daemon_ensurerouterconfigfordaemon", "label": "ensureRouterConfigForDaemon()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1724"}, {"id": "router_daemon_buildroutersetfromfavorites", "label": "buildRouterSetFromFavorites()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1744"}, {"id": "router_daemon_listenonport", "label": "listenOnPort()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1772"}, {"id": "router_daemon_listenwithfallback", "label": "listenWithFallback()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1788"}, {"id": "router_daemon_runrouterdaemon", "label": "runRouterDaemon()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1809"}, {"id": "router_daemon_getrouterdaemonstatus", "label": "getRouterDaemonStatus()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1842"}, {"id": "router_daemon_startrouterdaemonbackground", "label": "startRouterDaemonBackground()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1868"}, {"id": "router_daemon_stoprouterdaemon", "label": "stopRouterDaemon()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1886"}], "edges": [{"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "node_http", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L32", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "node_child_process", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L33", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "node_crypto", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L34", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "node_fs", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L35", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "node_os", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L36", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "node_path", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L37", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "node_url", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L38", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "users_vava_documents_github_free_coding_models_sources_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L39", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_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/router-daemon.js", "source_location": "L40", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "users_vava_documents_github_free_coding_models_src_ping_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L48", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_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-daemon.js", "source_location": "L49", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_getrouterportrange", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L65", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_nowiso", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L100", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_modelkey", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L104", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_safejsonparse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L108", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_parsejsonresult", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L116", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_atomicwritejson", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L124", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_sleep", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L130", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_isprocessalive", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L134", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_readnumberfile", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L144", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_headerentries", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L153", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_getheadervalue", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L164", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_extractratelimitheaders", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L169", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_parseretryafterms", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L178", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_haszeroremainingquota", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L187", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_islikelyhtmltext", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L195", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_islikelyhtmlresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L199", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_buildupstreammeta", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L204", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_attachclientabort", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L219", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_cloneheadersforupstream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L245", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_getapimodelid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L261", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_isrouteableprovider", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L265", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_resolveproviderurl", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L270", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_buildprovidermodelsurl", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L276", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_extractusage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L282", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_formatopenaierror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L297", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_sendjson", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L309", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_senderror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L320", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_readrequestbody", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L324", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_readjsonbody", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L342", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_routerlogger", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L353", "weight": 1.0}, {"source": "router_daemon_routerlogger", "target": "router_daemon_routerlogger_constructor", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L354", "weight": 1.0}, {"source": "router_daemon_routerlogger", "target": "router_daemon_routerlogger_shouldlog", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L360", "weight": 1.0}, {"source": "router_daemon_routerlogger", "target": "router_daemon_routerlogger_rotateifneeded", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L364", "weight": 1.0}, {"source": "router_daemon_routerlogger", "target": "router_daemon_routerlogger_write", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L377", "weight": 1.0}, {"source": "router_daemon_routerlogger", "target": "router_daemon_routerlogger_safestringify", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L389", "weight": 1.0}, {"source": "router_daemon_routerlogger", "target": "router_daemon_routerlogger_error", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L397", "weight": 1.0}, {"source": "router_daemon_routerlogger", "target": "router_daemon_routerlogger_warn", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L398", "weight": 1.0}, {"source": "router_daemon_routerlogger", "target": "router_daemon_routerlogger_info", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L399", "weight": 1.0}, {"source": "router_daemon_routerlogger", "target": "router_daemon_routerlogger_debug", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L400", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_tokentracker", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L403", "weight": 1.0}, {"source": "router_daemon_tokentracker", "target": "router_daemon_tokentracker_constructor", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L404", "weight": 1.0}, {"source": "router_daemon_tokentracker", "target": "router_daemon_tokentracker_load", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L412", "weight": 1.0}, {"source": "router_daemon_tokentracker", "target": "router_daemon_tokentracker_todaykey", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L453", "weight": 1.0}, {"source": "router_daemon_tokentracker", "target": "router_daemon_tokentracker_ensuredaily", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L457", "weight": 1.0}, {"source": "router_daemon_tokentracker", "target": "router_daemon_tokentracker_record", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L473", "weight": 1.0}, {"source": "router_daemon_tokentracker", "target": "router_daemon_tokentracker_prune", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L494", "weight": 1.0}, {"source": "router_daemon_tokentracker", "target": "router_daemon_tokentracker_flush", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L502", "weight": 1.0}, {"source": "router_daemon_tokentracker", "target": "router_daemon_tokentracker_summary", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L518", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_routerruntime", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L528", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_constructor", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L529", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_buildmodelcatalog", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L558", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_refreshroutestate", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L577", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_routerconfig", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L607", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_setrouterconfig", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L620", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_saverouterconfig", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L625", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_reloadconfigfromdisk", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L632", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_getapikeyforprovider", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L646", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_getset", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L655", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_listsetmodels", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L661", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_updatecircuitforcooldown", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L665", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_recordproberesult", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L677", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_markautherror", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L691", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_marksuccess", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L699", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_markfailure", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L717", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_quotadetailsforkeys", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L757", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_recordroutererror", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L769", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_getwindowstats", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L781", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_scorecandidates", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L797", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_getroutingcandidates", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L831", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_getmodelhealth", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L846", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_addrequestlog", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L866", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_broadcast", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L872", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_statuspayload", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L883", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_statspayload", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L907", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_probecandidate", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L925", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_runprobeburst", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L981", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_scheduleprobeloop", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L991", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_routerequest", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1015", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_proxyjsonrequest", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1108", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_proxystreamingrequest", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1228", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_readstreamchunkwithtimeout", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1359", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_handlesetsrequest", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1372", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_handleprobemoderequest", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1463", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_handlehttp", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1493", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_installprocesssafety", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1582", "weight": 1.0}, {"source": "router_daemon_routerruntime", "target": "router_daemon_routerruntime_shutdown", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1617", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_builddefaultrouterset", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1653", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_createrouterruntimefortest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1703", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_ensurerouterconfigfordaemon", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1724", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_buildroutersetfromfavorites", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1744", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_listenonport", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1772", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_listenwithfallback", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1788", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_runrouterdaemon", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1809", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_getrouterdaemonstatus", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1842", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_startrouterdaemonbackground", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1868", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_router_daemon_js", "target": "router_daemon_stoprouterdaemon", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1886", "weight": 1.0}, {"source": "router_daemon_extractratelimitheaders", "target": "router_daemon_getheadervalue", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L172", "weight": 1.0}, {"source": "router_daemon_islikelyhtmlresponse", "target": "router_daemon_getheadervalue", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L200", "weight": 1.0}, {"source": "router_daemon_islikelyhtmlresponse", "target": "router_daemon_islikelyhtmltext", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L201", "weight": 1.0}, {"source": "router_daemon_buildupstreammeta", "target": "router_daemon_extractratelimitheaders", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L207", "weight": 1.0}, {"source": "router_daemon_buildupstreammeta", "target": "router_daemon_parseretryafterms", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L208", "weight": 1.0}, {"source": "router_daemon_buildupstreammeta", "target": "router_daemon_haszeroremainingquota", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L210", "weight": 1.0}, {"source": "router_daemon_buildprovidermodelsurl", "target": "router_daemon_resolveproviderurl", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L277", "weight": 1.0}, {"source": "router_daemon_senderror", "target": "router_daemon_sendjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L321", "weight": 1.0}, {"source": "router_daemon_senderror", "target": "router_daemon_formatopenaierror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L321", "weight": 1.0}, {"source": "router_daemon_readjsonbody", "target": "router_daemon_readrequestbody", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L343", "weight": 1.0}, {"source": "router_daemon_routerlogger_write", "target": "router_daemon_routerlogger_shouldlog", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L378", "weight": 1.0}, {"source": "router_daemon_routerlogger_write", "target": "router_daemon_routerlogger_safestringify", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L379", "weight": 1.0}, {"source": "router_daemon_routerlogger_write", "target": "router_daemon_nowiso", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L380", "weight": 1.0}, {"source": "router_daemon_routerlogger_write", "target": "router_daemon_routerlogger_rotateifneeded", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L382", "weight": 1.0}, {"source": "router_daemon_routerlogger_error", "target": "router_daemon_routerlogger_write", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L397", "weight": 1.0}, {"source": "router_daemon_routerlogger_warn", "target": "router_daemon_routerlogger_write", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L398", "weight": 1.0}, {"source": "router_daemon_routerlogger_info", "target": "router_daemon_routerlogger_write", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L399", "weight": 1.0}, {"source": "router_daemon_routerlogger_debug", "target": "router_daemon_routerlogger_write", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L400", "weight": 1.0}, {"source": "router_daemon_tokentracker_constructor", "target": "router_daemon_tokentracker_load", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L407", "weight": 1.0}, {"source": "router_daemon_tokentracker_load", "target": "router_daemon_nowiso", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L422", "weight": 1.0}, {"source": "router_daemon_tokentracker_load", "target": "router_daemon_safejsonparse", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L426", "weight": 1.0}, {"source": "router_daemon_tokentracker_load", "target": "router_daemon_routerlogger_warn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L439", "weight": 1.0}, {"source": "router_daemon_tokentracker_record", "target": "router_daemon_tokentracker_todaykey", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L475", "weight": 1.0}, {"source": "router_daemon_tokentracker_record", "target": "router_daemon_tokentracker_ensuredaily", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L476", "weight": 1.0}, {"source": "router_daemon_tokentracker_record", "target": "router_daemon_modelkey", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L477", "weight": 1.0}, {"source": "router_daemon_tokentracker_flush", "target": "router_daemon_tokentracker_prune", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L505", "weight": 1.0}, {"source": "router_daemon_tokentracker_flush", "target": "router_daemon_atomicwritejson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L506", "weight": 1.0}, {"source": "router_daemon_tokentracker_flush", "target": "router_daemon_routerlogger_warn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L511", "weight": 1.0}, {"source": "router_daemon_tokentracker_summary", "target": "router_daemon_tokentracker_ensuredaily", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L519", "weight": 1.0}, {"source": "router_daemon_tokentracker_summary", "target": "router_daemon_tokentracker_todaykey", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L519", "weight": 1.0}, {"source": "router_daemon_routerruntime_constructor", "target": "router_daemon_routerruntime_buildmodelcatalog", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L545", "weight": 1.0}, {"source": "router_daemon_routerruntime_constructor", "target": "router_daemon_routerruntime_refreshroutestate", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L555", "weight": 1.0}, {"source": "router_daemon_routerruntime_buildmodelcatalog", "target": "router_daemon_modelkey", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L563", "weight": 1.0}, {"source": "router_daemon_routerruntime_buildmodelcatalog", "target": "router_daemon_isrouteableprovider", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L570", "weight": 1.0}, {"source": "router_daemon_routerruntime_refreshroutestate", "target": "router_daemon_routerruntime_routerconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L578", "weight": 1.0}, {"source": "router_daemon_routerruntime_refreshroutestate", "target": "router_daemon_modelkey", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L582", "weight": 1.0}, {"source": "router_daemon_routerruntime_refreshroutestate", "target": "router_daemon_routerlogger_warn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L601", "weight": 1.0}, {"source": "router_daemon_routerruntime_routerconfig", "target": "router_daemon_builddefaultrouterset", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L610", "weight": 1.0}, {"source": "router_daemon_routerruntime_setrouterconfig", "target": "router_daemon_routerruntime_refreshroutestate", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L622", "weight": 1.0}, {"source": "router_daemon_routerruntime_saverouterconfig", "target": "router_daemon_routerlogger_warn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L628", "weight": 1.0}, {"source": "router_daemon_routerruntime_reloadconfigfromdisk", "target": "router_daemon_routerruntime_routerconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L635", "weight": 1.0}, {"source": "router_daemon_routerruntime_reloadconfigfromdisk", "target": "router_daemon_routerruntime_refreshroutestate", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L637", "weight": 1.0}, {"source": "router_daemon_routerruntime_reloadconfigfromdisk", "target": "router_daemon_routerruntime_scheduleprobeloop", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L638", "weight": 1.0}, {"source": "router_daemon_routerruntime_reloadconfigfromdisk", "target": "router_daemon_routerruntime_broadcast", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L639", "weight": 1.0}, {"source": "router_daemon_routerruntime_reloadconfigfromdisk", "target": "router_daemon_routerlogger_debug", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L640", "weight": 1.0}, {"source": "router_daemon_routerruntime_reloadconfigfromdisk", "target": "router_daemon_routerlogger_warn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L642", "weight": 1.0}, {"source": "router_daemon_routerruntime_getset", "target": "router_daemon_routerruntime_routerconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L656", "weight": 1.0}, {"source": "router_daemon_routerruntime_updatecircuitforcooldown", "target": "router_daemon_routerruntime_broadcast", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L672", "weight": 1.0}, {"source": "router_daemon_routerruntime_recordproberesult", "target": "router_daemon_routerruntime_broadcast", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L683", "weight": 1.0}, {"source": "router_daemon_routerruntime_markautherror", "target": "router_daemon_routerruntime_broadcast", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L696", "weight": 1.0}, {"source": "router_daemon_routerruntime_marksuccess", "target": "router_daemon_routerruntime_routerconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L705", "weight": 1.0}, {"source": "router_daemon_routerruntime_marksuccess", "target": "router_daemon_routerruntime_broadcast", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L712", "weight": 1.0}, {"source": "router_daemon_routerruntime_marksuccess", "target": "router_daemon_routerruntime_recordproberesult", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L714", "weight": 1.0}, {"source": "router_daemon_routerruntime_markfailure", "target": "router_daemon_nowiso", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L730", "weight": 1.0}, {"source": "router_daemon_routerruntime_markfailure", "target": "router_daemon_routerruntime_routerconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L733", "weight": 1.0}, {"source": "router_daemon_routerruntime_markfailure", "target": "router_daemon_routerruntime_broadcast", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L742", "weight": 1.0}, {"source": "router_daemon_routerruntime_markfailure", "target": "router_daemon_routerlogger_warn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L743", "weight": 1.0}, {"source": "router_daemon_routerruntime_markfailure", "target": "router_daemon_routerruntime_recordproberesult", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L754", "weight": 1.0}, {"source": "router_daemon_routerruntime_scorecandidates", "target": "router_daemon_routerruntime_listsetmodels", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L798", "weight": 1.0}, {"source": "router_daemon_routerruntime_scorecandidates", "target": "router_daemon_routerruntime_routerconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L805", "weight": 1.0}, {"source": "router_daemon_routerruntime_getroutingcandidates", "target": "router_daemon_routerruntime_scorecandidates", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L832", "weight": 1.0}, {"source": "router_daemon_routerruntime_getmodelhealth", "target": "router_daemon_routerruntime_scorecandidates", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L847", "weight": 1.0}, {"source": "router_daemon_routerruntime_addrequestlog", "target": "router_daemon_nowiso", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L867", "weight": 1.0}, {"source": "router_daemon_routerruntime_addrequestlog", "target": "router_daemon_routerruntime_broadcast", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L869", "weight": 1.0}, {"source": "router_daemon_routerruntime_broadcast", "target": "router_daemon_routerlogger_write", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L876", "weight": 1.0}, {"source": "router_daemon_routerruntime_statuspayload", "target": "router_daemon_routerruntime_routerconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L884", "weight": 1.0}, {"source": "router_daemon_routerruntime_statuspayload", "target": "router_daemon_routerruntime_getset", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L885", "weight": 1.0}, {"source": "router_daemon_routerruntime_statspayload", "target": "router_daemon_routerruntime_routerconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L908", "weight": 1.0}, {"source": "router_daemon_routerruntime_statspayload", "target": "router_daemon_routerruntime_getset", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L909", "weight": 1.0}, {"source": "router_daemon_routerruntime_statspayload", "target": "router_daemon_routerruntime_statuspayload", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L911", "weight": 1.0}, {"source": "router_daemon_routerruntime_statspayload", "target": "router_daemon_tokentracker_summary", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L912", "weight": 1.0}, {"source": "router_daemon_routerruntime_statspayload", "target": "router_daemon_routerruntime_getmodelhealth", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L913", "weight": 1.0}, {"source": "router_daemon_routerruntime_probecandidate", "target": "router_daemon_modelkey", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L926", "weight": 1.0}, {"source": "router_daemon_routerruntime_probecandidate", "target": "router_daemon_routerruntime_getapikeyforprovider", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L927", "weight": 1.0}, {"source": "router_daemon_routerruntime_probecandidate", "target": "router_daemon_routerruntime_markautherror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L929", "weight": 1.0}, {"source": "router_daemon_routerruntime_probecandidate", "target": "router_daemon_resolveproviderurl", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L933", "weight": 1.0}, {"source": "router_daemon_routerruntime_probecandidate", "target": "router_daemon_buildprovidermodelsurl", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L942", "weight": 1.0}, {"source": "router_daemon_routerruntime_probecandidate", "target": "router_daemon_cloneheadersforupstream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L946", "weight": 1.0}, {"source": "router_daemon_routerruntime_probecandidate", "target": "router_daemon_getapimodelid", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L953", "weight": 1.0}, {"source": "router_daemon_routerruntime_probecandidate", "target": "router_daemon_routerruntime_marksuccess", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L962", "weight": 1.0}, {"source": "router_daemon_routerruntime_probecandidate", "target": "router_daemon_routerruntime_recordproberesult", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L963", "weight": 1.0}, {"source": "router_daemon_routerruntime_probecandidate", "target": "router_daemon_routerlogger_info", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L964", "weight": 1.0}, {"source": "router_daemon_routerruntime_probecandidate", "target": "router_daemon_routerruntime_markfailure", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L969", "weight": 1.0}, {"source": "router_daemon_routerruntime_runprobeburst", "target": "router_daemon_routerruntime_getset", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L982", "weight": 1.0}, {"source": "router_daemon_routerruntime_runprobeburst", "target": "router_daemon_routerruntime_scorecandidates", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L984", "weight": 1.0}, {"source": "router_daemon_routerruntime_scheduleprobeloop", "target": "router_daemon_routerruntime_routerconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L995", "weight": 1.0}, {"source": "router_daemon_routerruntime_routerequest", "target": "router_daemon_senderror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1017", "weight": 1.0}, {"source": "router_daemon_routerruntime_routerequest", "target": "router_daemon_routerruntime_getset", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1033", "weight": 1.0}, {"source": "router_daemon_routerruntime_routerequest", "target": "router_daemon_routerruntime_routerconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1035", "weight": 1.0}, {"source": "router_daemon_routerruntime_routerequest", "target": "router_daemon_routerruntime_getroutingcandidates", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1039", "weight": 1.0}, {"source": "router_daemon_routerruntime_routerequest", "target": "router_daemon_routerruntime_getmodelhealth", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1043", "weight": 1.0}, {"source": "router_daemon_routerruntime_routerequest", "target": "router_daemon_routerruntime_quotadetailsforkeys", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1049", "weight": 1.0}, {"source": "router_daemon_routerruntime_routerequest", "target": "router_daemon_routerruntime_proxystreamingrequest", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1074", "weight": 1.0}, {"source": "router_daemon_routerruntime_routerequest", "target": "router_daemon_routerruntime_proxyjsonrequest", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1075", "weight": 1.0}, {"source": "router_daemon_routerruntime_routerequest", "target": "router_daemon_routerlogger_warn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1081", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxyjsonrequest", "target": "router_daemon_routerruntime_getapikeyforprovider", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1110", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxyjsonrequest", "target": "router_daemon_resolveproviderurl", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1112", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxyjsonrequest", "target": "router_daemon_routerruntime_markfailure", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1114", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxyjsonrequest", "target": "router_daemon_routerruntime_addrequestlog", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1115", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxyjsonrequest", "target": "router_daemon_routerruntime_routerconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1119", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxyjsonrequest", "target": "router_daemon_getapimodelid", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1123", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxyjsonrequest", "target": "router_daemon_attachclientabort", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1126", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxyjsonrequest", "target": "router_daemon_cloneheadersforupstream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1131", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxyjsonrequest", "target": "router_daemon_buildupstreammeta", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1139", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxyjsonrequest", "target": "router_daemon_islikelyhtmlresponse", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1141", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxyjsonrequest", "target": "router_daemon_routerruntime_recordroutererror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1143", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxyjsonrequest", "target": "router_daemon_parsejsonresult", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1149", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxyjsonrequest", "target": "router_daemon_routerruntime_marksuccess", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1156", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxyjsonrequest", "target": "router_daemon_extractusage", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1157", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxyjsonrequest", "target": "router_daemon_tokentracker_record", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1158", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxyjsonrequest", "target": "router_daemon_routerlogger_info", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1179", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxyjsonrequest", "target": "router_daemon_headerentries", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1182", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxyjsonrequest", "target": "router_daemon_routerruntime_markautherror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1192", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxystreamingrequest", "target": "router_daemon_routerruntime_getapikeyforprovider", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1230", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxystreamingrequest", "target": "router_daemon_resolveproviderurl", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1232", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxystreamingrequest", "target": "router_daemon_routerruntime_markfailure", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1234", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxystreamingrequest", "target": "router_daemon_routerruntime_addrequestlog", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1235", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxystreamingrequest", "target": "router_daemon_getapimodelid", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1242", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxystreamingrequest", "target": "router_daemon_routerruntime_routerconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1245", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxystreamingrequest", "target": "router_daemon_attachclientabort", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1247", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxystreamingrequest", "target": "router_daemon_cloneheadersforupstream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1252", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxystreamingrequest", "target": "router_daemon_buildupstreammeta", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1259", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxystreamingrequest", "target": "router_daemon_islikelyhtmlresponse", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1260", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxystreamingrequest", "target": "router_daemon_routerruntime_recordroutererror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1262", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxystreamingrequest", "target": "router_daemon_routerruntime_markautherror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1268", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxystreamingrequest", "target": "router_daemon_headerentries", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1279", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxystreamingrequest", "target": "router_daemon_routerruntime_readstreamchunkwithtimeout", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1294", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxystreamingrequest", "target": "router_daemon_islikelyhtmltext", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1301", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxystreamingrequest", "target": "router_daemon_routerlogger_write", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1314", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxystreamingrequest", "target": "router_daemon_routerruntime_marksuccess", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1324", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxystreamingrequest", "target": "router_daemon_routerlogger_info", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1340", "weight": 1.0}, {"source": "router_daemon_routerruntime_proxystreamingrequest", "target": "router_daemon_routerlogger_warn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1348", "weight": 1.0}, {"source": "router_daemon_routerruntime_readstreamchunkwithtimeout", "target": "router_daemon_routerruntime_routerconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1360", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlesetsrequest", "target": "router_daemon_routerruntime_routerconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1373", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlesetsrequest", "target": "router_daemon_sendjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1378", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlesetsrequest", "target": "router_daemon_readjsonbody", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1383", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlesetsrequest", "target": "router_daemon_senderror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1386", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlesetsrequest", "target": "router_daemon_nowiso", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1396", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlesetsrequest", "target": "router_daemon_routerruntime_setrouterconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1400", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlesetsrequest", "target": "router_daemon_routerruntime_saverouterconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1401", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlesetsrequest", "target": "router_daemon_routerruntime_broadcast", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1402", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlesetsrequest", "target": "router_daemon_routerruntime_runprobeburst", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1416", "weight": 1.0}, {"source": "router_daemon_routerruntime_handleprobemoderequest", "target": "router_daemon_readjsonbody", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1464", "weight": 1.0}, {"source": "router_daemon_routerruntime_handleprobemoderequest", "target": "router_daemon_senderror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1471", "weight": 1.0}, {"source": "router_daemon_routerruntime_handleprobemoderequest", "target": "router_daemon_routerruntime_routerconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1475", "weight": 1.0}, {"source": "router_daemon_routerruntime_handleprobemoderequest", "target": "router_daemon_routerruntime_setrouterconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1477", "weight": 1.0}, {"source": "router_daemon_routerruntime_handleprobemoderequest", "target": "router_daemon_routerruntime_saverouterconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1478", "weight": 1.0}, {"source": "router_daemon_routerruntime_handleprobemoderequest", "target": "router_daemon_routerruntime_scheduleprobeloop", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1479", "weight": 1.0}, {"source": "router_daemon_routerruntime_handleprobemoderequest", "target": "router_daemon_routerruntime_broadcast", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1480", "weight": 1.0}, {"source": "router_daemon_routerruntime_handleprobemoderequest", "target": "router_daemon_routerruntime_runprobeburst", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1485", "weight": 1.0}, {"source": "router_daemon_routerruntime_handleprobemoderequest", "target": "router_daemon_sendjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1486", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlehttp", "target": "router_daemon_sendjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1498", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlehttp", "target": "router_daemon_routerruntime_statuspayload", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1498", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlehttp", "target": "router_daemon_routerruntime_statspayload", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1502", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlehttp", "target": "router_daemon_tokentracker_summary", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1506", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlehttp", "target": "router_daemon_routerruntime_routerconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1515", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlehttp", "target": "router_daemon_senderror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1527", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlehttp", "target": "router_daemon_routerlogger_write", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1536", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlehttp", "target": "router_daemon_routerruntime_handleprobemoderequest", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1547", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlehttp", "target": "router_daemon_routerruntime_handlesetsrequest", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1551", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlehttp", "target": "router_daemon_readjsonbody", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1560", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlehttp", "target": "router_daemon_routerruntime_routerequest", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1561", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlehttp", "target": "router_daemon_routerlogger_error", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1574", "weight": 1.0}, {"source": "router_daemon_routerruntime_handlehttp", "target": "router_daemon_routerruntime_recordroutererror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1575", "weight": 1.0}, {"source": "router_daemon_routerruntime_shutdown", "target": "router_daemon_routerlogger_info", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1620", "weight": 1.0}, {"source": "router_daemon_routerruntime_shutdown", "target": "router_daemon_sleep", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1627", "weight": 1.0}, {"source": "router_daemon_routerruntime_shutdown", "target": "router_daemon_tokentracker_flush", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1629", "weight": 1.0}, {"source": "router_daemon_builddefaultrouterset", "target": "router_daemon_isrouteableprovider", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1659", "weight": 1.0}, {"source": "router_daemon_builddefaultrouterset", "target": "router_daemon_nowiso", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1699", "weight": 1.0}, {"source": "router_daemon_ensurerouterconfigfordaemon", "target": "router_daemon_buildroutersetfromfavorites", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1726", "weight": 1.0}, {"source": "router_daemon_ensurerouterconfigfordaemon", "target": "router_daemon_builddefaultrouterset", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1727", "weight": 1.0}, {"source": "router_daemon_buildroutersetfromfavorites", "target": "router_daemon_isrouteableprovider", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1754", "weight": 1.0}, {"source": "router_daemon_buildroutersetfromfavorites", "target": "router_daemon_nowiso", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1768", "weight": 1.0}, {"source": "router_daemon_listenwithfallback", "target": "router_daemon_getrouterportrange", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1789", "weight": 1.0}, {"source": "router_daemon_listenwithfallback", "target": "router_daemon_listenonport", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1799", "weight": 1.0}, {"source": "router_daemon_listenwithfallback", "target": "router_daemon_routerlogger_warn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1803", "weight": 1.0}, {"source": "router_daemon_runrouterdaemon", "target": "router_daemon_ensurerouterconfigfordaemon", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1811", "weight": 1.0}, {"source": "router_daemon_runrouterdaemon", "target": "router_daemon_routerruntime_installprocesssafety", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1814", "weight": 1.0}, {"source": "router_daemon_runrouterdaemon", "target": "router_daemon_listenwithfallback", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1817", "weight": 1.0}, {"source": "router_daemon_runrouterdaemon", "target": "router_daemon_routerlogger_warn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1821", "weight": 1.0}, {"source": "router_daemon_runrouterdaemon", "target": "router_daemon_routerlogger_info", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1823", "weight": 1.0}, {"source": "router_daemon_runrouterdaemon", "target": "router_daemon_routerruntime_routerconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1823", "weight": 1.0}, {"source": "router_daemon_runrouterdaemon", "target": "router_daemon_routerruntime_getset", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1830", "weight": 1.0}, {"source": "router_daemon_runrouterdaemon", "target": "router_daemon_routerruntime_runprobeburst", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1837", "weight": 1.0}, {"source": "router_daemon_runrouterdaemon", "target": "router_daemon_routerruntime_scheduleprobeloop", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1838", "weight": 1.0}, {"source": "router_daemon_getrouterdaemonstatus", "target": "router_daemon_getrouterportrange", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1843", "weight": 1.0}, {"source": "router_daemon_getrouterdaemonstatus", "target": "router_daemon_readnumberfile", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1845", "weight": 1.0}, {"source": "router_daemon_getrouterdaemonstatus", "target": "router_daemon_isprocessalive", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1862", "weight": 1.0}, {"source": "router_daemon_startrouterdaemonbackground", "target": "router_daemon_getrouterdaemonstatus", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1869", "weight": 1.0}, {"source": "router_daemon_startrouterdaemonbackground", "target": "router_daemon_sleep", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1879", "weight": 1.0}, {"source": "router_daemon_stoprouterdaemon", "target": "router_daemon_readnumberfile", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1887", "weight": 1.0}, {"source": "router_daemon_stoprouterdaemon", "target": "router_daemon_isprocessalive", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1889", "weight": 1.0}, {"source": "router_daemon_stoprouterdaemon", "target": "router_daemon_sleep", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1895", "weight": 1.0}], "raw_calls": [{"caller_nid": "router_daemon_nowiso", "callee": "toISOString", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L101"}, {"caller_nid": "router_daemon_safejsonparse", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L110"}, {"caller_nid": "router_daemon_parsejsonresult", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L118"}, {"caller_nid": "router_daemon_atomicwritejson", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L125"}, {"caller_nid": "router_daemon_atomicwritejson", "callee": "writeFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L126"}, {"caller_nid": "router_daemon_atomicwritejson", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L126"}, {"caller_nid": "router_daemon_atomicwritejson", "callee": "renameSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L127"}, {"caller_nid": "router_daemon_isprocessalive", "callee": "isInteger", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L135"}, {"caller_nid": "router_daemon_isprocessalive", "callee": "kill", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L137"}, {"caller_nid": "router_daemon_readnumberfile", "callee": "parseInt", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L146"}, {"caller_nid": "router_daemon_readnumberfile", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L146"}, {"caller_nid": "router_daemon_readnumberfile", "callee": "readFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L146"}, {"caller_nid": "router_daemon_readnumberfile", "callee": "isFinite", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L147"}, {"caller_nid": "router_daemon_headerentries", "callee": "forEach", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L156"}, {"caller_nid": "router_daemon_getheadervalue", "callee": "get", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L166"}, {"caller_nid": "router_daemon_parseretryafterms", "callee": "Number", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L180"}, {"caller_nid": "router_daemon_parseretryafterms", "callee": "isFinite", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L181"}, {"caller_nid": "router_daemon_parseretryafterms", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L181"}, {"caller_nid": "router_daemon_parseretryafterms", "callee": "round", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L181"}, {"caller_nid": "router_daemon_parseretryafterms", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L182"}, {"caller_nid": "router_daemon_parseretryafterms", "callee": "isFinite", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L183"}, {"caller_nid": "router_daemon_parseretryafterms", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L183"}, {"caller_nid": "router_daemon_parseretryafterms", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L183"}, {"caller_nid": "router_daemon_haszeroremainingquota", "callee": "some", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L188"}, {"caller_nid": "router_daemon_haszeroremainingquota", "callee": "entries", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L188"}, {"caller_nid": "router_daemon_islikelyhtmltext", "callee": "test", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L196"}, {"caller_nid": "router_daemon_islikelyhtmlresponse", "callee": "toLowerCase", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L200"}, {"caller_nid": "router_daemon_islikelyhtmlresponse", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L201"}, {"caller_nid": "router_daemon_buildupstreammeta", "callee": "test", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L211"}, {"caller_nid": "router_daemon_attachclientabort", "callee": "on", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L232"}, {"caller_nid": "router_daemon_attachclientabort", "callee": "on", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L233"}, {"caller_nid": "router_daemon_cloneheadersforupstream", "callee": "entries", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L247"}, {"caller_nid": "router_daemon_cloneheadersforupstream", "callee": "toLowerCase", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L248"}, {"caller_nid": "router_daemon_cloneheadersforupstream", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L249"}, {"caller_nid": "router_daemon_getapimodelid", "callee": "replace", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L262"}, {"caller_nid": "router_daemon_isrouteableprovider", "callee": "Boolean", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L267"}, {"caller_nid": "router_daemon_isrouteableprovider", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L267"}, {"caller_nid": "router_daemon_resolveproviderurl", "callee": "resolveCloudflareUrl", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L273"}, {"caller_nid": "router_daemon_buildprovidermodelsurl", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L278"}, {"caller_nid": "router_daemon_buildprovidermodelsurl", "callee": "replace", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L279"}, {"caller_nid": "router_daemon_extractusage", "callee": "Number", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L285"}, {"caller_nid": "router_daemon_extractusage", "callee": "Number", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L286"}, {"caller_nid": "router_daemon_extractusage", "callee": "Number", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L287"}, {"caller_nid": "router_daemon_extractusage", "callee": "every", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L288"}, {"caller_nid": "router_daemon_extractusage", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L291"}, {"caller_nid": "router_daemon_extractusage", "callee": "round", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L291"}, {"caller_nid": "router_daemon_extractusage", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L292"}, {"caller_nid": "router_daemon_extractusage", "callee": "round", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L292"}, {"caller_nid": "router_daemon_extractusage", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L293"}, {"caller_nid": "router_daemon_extractusage", "callee": "round", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L293"}, {"caller_nid": "router_daemon_sendjson", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L311"}, {"caller_nid": "router_daemon_sendjson", "callee": "writeHead", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L312"}, {"caller_nid": "router_daemon_sendjson", "callee": "byteLength", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L314"}, {"caller_nid": "router_daemon_sendjson", "callee": "end", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L317"}, {"caller_nid": "router_daemon_readjsonbody", "callee": "then", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L343"}, {"caller_nid": "router_daemon_routerlogger_rotateifneeded", "callee": "existsSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L366"}, {"caller_nid": "router_daemon_routerlogger_rotateifneeded", "callee": "statSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L367"}, {"caller_nid": "router_daemon_routerlogger_rotateifneeded", "callee": "unlinkSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L370"}, {"caller_nid": "router_daemon_routerlogger_rotateifneeded", "callee": "renameSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L371"}, {"caller_nid": "router_daemon_routerlogger_write", "callee": "toUpperCase", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L380"}, {"caller_nid": "router_daemon_routerlogger_write", "callee": "appendFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L383"}, {"caller_nid": "router_daemon_routerlogger_safestringify", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L391"}, {"caller_nid": "router_daemon_tokentracker_load", "callee": "existsSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L414"}, {"caller_nid": "router_daemon_tokentracker_load", "callee": "readFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L426"}, {"caller_nid": "router_daemon_tokentracker_load", "callee": "Number", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L431"}, {"caller_nid": "router_daemon_tokentracker_load", "callee": "Number", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L432"}, {"caller_nid": "router_daemon_tokentracker_load", "callee": "Number", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L433"}, {"caller_nid": "router_daemon_tokentracker_load", "callee": "Number", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L434"}, {"caller_nid": "router_daemon_tokentracker_todaykey", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L454"}, {"caller_nid": "router_daemon_tokentracker_todaykey", "callee": "toISOString", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L454"}, {"caller_nid": "router_daemon_tokentracker_prune", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L495"}, {"caller_nid": "router_daemon_tokentracker_prune", "callee": "keys", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L496"}, {"caller_nid": "router_daemon_tokentracker_prune", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L497"}, {"caller_nid": "router_daemon_tokentracker_prune", "callee": "isFinite", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L498"}, {"caller_nid": "router_daemon_routerruntime_constructor", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L534"}, {"caller_nid": "router_daemon_routerruntime_buildmodelcatalog", "callee": "entries", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L560"}, {"caller_nid": "router_daemon_routerruntime_buildmodelcatalog", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L561"}, {"caller_nid": "router_daemon_routerruntime_buildmodelcatalog", "callee": "set", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L563"}, {"caller_nid": "router_daemon_routerruntime_refreshroutestate", "callee": "values", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L580"}, {"caller_nid": "router_daemon_routerruntime_refreshroutestate", "callee": "has", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L583"}, {"caller_nid": "router_daemon_routerruntime_refreshroutestate", "callee": "set", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L583"}, {"caller_nid": "router_daemon_routerruntime_refreshroutestate", "callee": "has", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L584"}, {"caller_nid": "router_daemon_routerruntime_refreshroutestate", "callee": "set", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L585"}, {"caller_nid": "router_daemon_routerruntime_refreshroutestate", "callee": "get", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L595"}, {"caller_nid": "router_daemon_routerruntime_refreshroutestate", "callee": "has", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L596"}, {"caller_nid": "router_daemon_routerruntime_refreshroutestate", "callee": "get", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L597"}, {"caller_nid": "router_daemon_routerruntime_refreshroutestate", "callee": "Boolean", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L598"}, {"caller_nid": "router_daemon_routerruntime_refreshroutestate", "callee": "has", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L599"}, {"caller_nid": "router_daemon_routerruntime_refreshroutestate", "callee": "add", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L600"}, {"caller_nid": "router_daemon_routerruntime_routerconfig", "callee": "normalizeRouterConfig", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L608"}, {"caller_nid": "router_daemon_routerruntime_routerconfig", "callee": "normalizeRouterConfig", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L611"}, {"caller_nid": "router_daemon_routerruntime_setrouterconfig", "callee": "normalizeRouterConfig", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L621"}, {"caller_nid": "router_daemon_routerruntime_saverouterconfig", "callee": "saveConfig", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L627"}, {"caller_nid": "router_daemon_routerruntime_reloadconfigfromdisk", "callee": "loadConfig", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L634"}, {"caller_nid": "router_daemon_routerruntime_getapikeyforprovider", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L650"}, {"caller_nid": "router_daemon_routerruntime_getapikeyforprovider", "callee": "find", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L650"}, {"caller_nid": "router_daemon_routerruntime_getapikeyforprovider", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L651"}, {"caller_nid": "router_daemon_routerruntime_getapikeyforprovider", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L651"}, {"caller_nid": "router_daemon_routerruntime_getapikeyforprovider", "callee": "getApiKey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L652"}, {"caller_nid": "router_daemon_routerruntime_listsetmodels", "callee": "sort", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L662"}, {"caller_nid": "router_daemon_routerruntime_updatecircuitforcooldown", "callee": "get", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L666"}, {"caller_nid": "router_daemon_routerruntime_updatecircuitforcooldown", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L668"}, {"caller_nid": "router_daemon_routerruntime_recordproberesult", "callee": "get", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L678"}, {"caller_nid": "router_daemon_routerruntime_recordproberesult", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L679"}, {"caller_nid": "router_daemon_routerruntime_recordproberesult", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L679"}, {"caller_nid": "router_daemon_routerruntime_recordproberesult", "callee": "shift", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L680"}, {"caller_nid": "router_daemon_routerruntime_recordproberesult", "callee": "set", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L681"}, {"caller_nid": "router_daemon_routerruntime_recordproberesult", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L682"}, {"caller_nid": "router_daemon_routerruntime_recordproberesult", "callee": "get", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L687"}, {"caller_nid": "router_daemon_routerruntime_markautherror", "callee": "get", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L692"}, {"caller_nid": "router_daemon_routerruntime_marksuccess", "callee": "get", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L700"}, {"caller_nid": "router_daemon_routerruntime_marksuccess", "callee": "delete", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L709"}, {"caller_nid": "router_daemon_routerruntime_marksuccess", "callee": "delete", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L710"}, {"caller_nid": "router_daemon_routerruntime_markfailure", "callee": "get", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L718"}, {"caller_nid": "router_daemon_routerruntime_markfailure", "callee": "add", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L724"}, {"caller_nid": "router_daemon_routerruntime_markfailure", "callee": "set", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L725"}, {"caller_nid": "router_daemon_routerruntime_markfailure", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L737"}, {"caller_nid": "router_daemon_routerruntime_markfailure", "callee": "min", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L738"}, {"caller_nid": "router_daemon_routerruntime_markfailure", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L740"}, {"caller_nid": "router_daemon_routerruntime_markfailure", "callee": "sendUsageTelemetry", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L744"}, {"caller_nid": "router_daemon_routerruntime_quotadetailsforkeys", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L758"}, {"caller_nid": "router_daemon_routerruntime_quotadetailsforkeys", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L758"}, {"caller_nid": "router_daemon_routerruntime_recordroutererror", "callee": "sendUsageTelemetry", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L770"}, {"caller_nid": "router_daemon_routerruntime_getwindowstats", "callee": "get", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L782"}, {"caller_nid": "router_daemon_routerruntime_getwindowstats", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L783"}, {"caller_nid": "router_daemon_routerruntime_getwindowstats", "callee": "sort", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L784"}, {"caller_nid": "router_daemon_routerruntime_getwindowstats", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L784"}, {"caller_nid": "router_daemon_routerruntime_getwindowstats", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L786"}, {"caller_nid": "router_daemon_routerruntime_getwindowstats", "callee": "ceil", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L786"}, {"caller_nid": "router_daemon_routerruntime_scorecandidates", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L799"}, {"caller_nid": "router_daemon_routerruntime_scorecandidates", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L801"}, {"caller_nid": "router_daemon_routerruntime_scorecandidates", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L801"}, {"caller_nid": "router_daemon_routerruntime_scorecandidates", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L806"}, {"caller_nid": "router_daemon_routerruntime_scorecandidates", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L809"}, {"caller_nid": "router_daemon_routerruntime_getroutingcandidates", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L833"}, {"caller_nid": "router_daemon_routerruntime_getroutingcandidates", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L840"}, {"caller_nid": "router_daemon_routerruntime_getroutingcandidates", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L841"}, {"caller_nid": "router_daemon_routerruntime_getroutingcandidates", "callee": "sort", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L843"}, {"caller_nid": "router_daemon_routerruntime_getroutingcandidates", "callee": "sort", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L843"}, {"caller_nid": "router_daemon_routerruntime_getmodelhealth", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L847"}, {"caller_nid": "router_daemon_routerruntime_addrequestlog", "callee": "unshift", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L867"}, {"caller_nid": "router_daemon_routerruntime_addrequestlog", "callee": "pop", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L868"}, {"caller_nid": "router_daemon_routerruntime_broadcast", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L873"}, {"caller_nid": "router_daemon_routerruntime_broadcast", "callee": "delete", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L878"}, {"caller_nid": "router_daemon_routerruntime_statuspayload", "callee": "keys", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L893"}, {"caller_nid": "router_daemon_routerruntime_statuspayload", "callee": "floor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L894"}, {"caller_nid": "router_daemon_routerruntime_statuspayload", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L894"}, {"caller_nid": "router_daemon_routerruntime_statuspayload", "callee": "toISOString", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L899"}, {"caller_nid": "router_daemon_routerruntime_statspayload", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L914"}, {"caller_nid": "router_daemon_routerruntime_statspayload", "callee": "fromEntries", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L915"}, {"caller_nid": "router_daemon_routerruntime_statspayload", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L915"}, {"caller_nid": "router_daemon_routerruntime_statspayload", "callee": "entries", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L915"}, {"caller_nid": "router_daemon_routerruntime_probecandidate", "callee": "setTimeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L939"}, {"caller_nid": "router_daemon_routerruntime_probecandidate", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L940"}, {"caller_nid": "router_daemon_routerruntime_probecandidate", "callee": "fetch", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L944"}, {"caller_nid": "router_daemon_routerruntime_probecandidate", "callee": "fetch", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L949"}, {"caller_nid": "router_daemon_routerruntime_probecandidate", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L952"}, {"caller_nid": "router_daemon_routerruntime_probecandidate", "callee": "round", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L960"}, {"caller_nid": "router_daemon_routerruntime_probecandidate", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L960"}, {"caller_nid": "router_daemon_routerruntime_probecandidate", "callee": "has", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L965"}, {"caller_nid": "router_daemon_routerruntime_probecandidate", "callee": "has", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L968"}, {"caller_nid": "router_daemon_routerruntime_probecandidate", "callee": "clearTimeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L977"}, {"caller_nid": "router_daemon_routerruntime_runprobeburst", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L984"}, {"caller_nid": "router_daemon_routerruntime_runprobeburst", "callee": "allSettled", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L986"}, {"caller_nid": "router_daemon_routerruntime_runprobeburst", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L986"}, {"caller_nid": "router_daemon_routerruntime_scheduleprobeloop", "callee": "clearInterval", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L992"}, {"caller_nid": "router_daemon_routerruntime_scheduleprobeloop", "callee": "clearTimeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L993"}, {"caller_nid": "router_daemon_routerruntime_scheduleprobeloop", "callee": "clear", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L994"}, {"caller_nid": "router_daemon_routerruntime_scheduleprobeloop", "callee": "setInterval", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L997"}, {"caller_nid": "router_daemon_routerruntime_scheduleprobeloop", "callee": "unref", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1012"}, {"caller_nid": "router_daemon_routerruntime_routerequest", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1024"}, {"caller_nid": "router_daemon_routerruntime_routerequest", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1028"}, {"caller_nid": "router_daemon_routerruntime_routerequest", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1041"}, {"caller_nid": "router_daemon_routerruntime_routerequest", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1044"}, {"caller_nid": "router_daemon_routerruntime_routerequest", "callee": "sendUsageTelemetry", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1052"}, {"caller_nid": "router_daemon_routerruntime_routerequest", "callee": "has", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1071"}, {"caller_nid": "router_daemon_routerruntime_routerequest", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1072"}, {"caller_nid": "router_daemon_routerruntime_routerequest", "callee": "add", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1078"}, {"caller_nid": "router_daemon_routerruntime_routerequest", "callee": "find", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1080"}, {"caller_nid": "router_daemon_routerruntime_routerequest", "callee": "sendUsageTelemetry", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1082"}, {"caller_nid": "router_daemon_routerruntime_routerequest", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1096"}, {"caller_nid": "router_daemon_routerruntime_proxyjsonrequest", "callee": "setTimeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1119"}, {"caller_nid": "router_daemon_routerruntime_proxyjsonrequest", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1120"}, {"caller_nid": "router_daemon_routerruntime_proxyjsonrequest", "callee": "fetch", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1128"}, {"caller_nid": "router_daemon_routerruntime_proxyjsonrequest", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1134"}, {"caller_nid": "router_daemon_routerruntime_proxyjsonrequest", "callee": "round", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1137"}, {"caller_nid": "router_daemon_routerruntime_proxyjsonrequest", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1137"}, {"caller_nid": "router_daemon_routerruntime_proxyjsonrequest", "callee": "text", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1138"}, {"caller_nid": "router_daemon_routerruntime_proxyjsonrequest", "callee": "sendUsageTelemetry", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1162"}, {"caller_nid": "router_daemon_routerruntime_proxyjsonrequest", "callee": "writeHead", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1181"}, {"caller_nid": "router_daemon_routerruntime_proxyjsonrequest", "callee": "end", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1186"}, {"caller_nid": "router_daemon_routerruntime_proxyjsonrequest", "callee": "has", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1191"}, {"caller_nid": "router_daemon_routerruntime_proxyjsonrequest", "callee": "has", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1197"}, {"caller_nid": "router_daemon_routerruntime_proxyjsonrequest", "callee": "writeHead", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1204"}, {"caller_nid": "router_daemon_routerruntime_proxyjsonrequest", "callee": "end", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1209"}, {"caller_nid": "router_daemon_routerruntime_proxyjsonrequest", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1217"}, {"caller_nid": "router_daemon_routerruntime_proxyjsonrequest", "callee": "clearTimeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1223"}, {"caller_nid": "router_daemon_routerruntime_proxyjsonrequest", "callee": "dispose", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1224"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1239"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "setTimeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1245"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "fetch", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1249"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1255"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "round", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1258"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1258"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "has", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1267"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "has", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1272"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "writeHead", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1278"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "end", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1283"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "text", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1283"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "getReader", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1288"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "isBuffer", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1300"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "from", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1300"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "toString", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1301"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "writeHead", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1308"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "isBuffer", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1320"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "from", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1320"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "end", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1335"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "abort", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1338"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1343"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "end", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1349"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "clearTimeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1354"}, {"caller_nid": "router_daemon_routerruntime_proxystreamingrequest", "callee": "dispose", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1355"}, {"caller_nid": "router_daemon_routerruntime_readstreamchunkwithtimeout", "callee": "race", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1362"}, {"caller_nid": "router_daemon_routerruntime_readstreamchunkwithtimeout", "callee": "finally", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1363"}, {"caller_nid": "router_daemon_routerruntime_readstreamchunkwithtimeout", "callee": "read", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1363"}, {"caller_nid": "router_daemon_routerruntime_handlesetsrequest", "callee": "match", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1374"}, {"caller_nid": "router_daemon_routerruntime_handlesetsrequest", "callee": "match", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1375"}, {"caller_nid": "router_daemon_routerruntime_handlesetsrequest", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1384"}, {"caller_nid": "router_daemon_routerruntime_handlesetsrequest", "callee": "normalizeRouterConfig", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1389"}, {"caller_nid": "router_daemon_routerruntime_handlesetsrequest", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1395"}, {"caller_nid": "router_daemon_routerruntime_handlesetsrequest", "callee": "decodeURIComponent", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1408"}, {"caller_nid": "router_daemon_routerruntime_handlesetsrequest", "callee": "decodeURIComponent", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1422"}, {"caller_nid": "router_daemon_routerruntime_handlesetsrequest", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1428"}, {"caller_nid": "router_daemon_routerruntime_handlesetsrequest", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1428"}, {"caller_nid": "router_daemon_routerruntime_handlesetsrequest", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1435"}, {"caller_nid": "router_daemon_routerruntime_handlesetsrequest", "callee": "normalizeRouterConfig", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1438"}, {"caller_nid": "router_daemon_routerruntime_handlesetsrequest", "callee": "decodeURIComponent", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1446"}, {"caller_nid": "router_daemon_routerruntime_handlesetsrequest", "callee": "keys", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1453"}, {"caller_nid": "router_daemon_routerruntime_handleprobemoderequest", "callee": "toLowerCase", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1466"}, {"caller_nid": "router_daemon_routerruntime_handleprobemoderequest", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1466"}, {"caller_nid": "router_daemon_routerruntime_handleprobemoderequest", "callee": "toLowerCase", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1468"}, {"caller_nid": "router_daemon_routerruntime_handleprobemoderequest", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1468"}, {"caller_nid": "router_daemon_routerruntime_handleprobemoderequest", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1470"}, {"caller_nid": "router_daemon_routerruntime_handlehttp", "callee": "randomUUID", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1494"}, {"caller_nid": "router_daemon_routerruntime_handlehttp", "callee": "startsWith", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1509"}, {"caller_nid": "router_daemon_routerruntime_handlehttp", "callee": "decodeURIComponent", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1510"}, {"caller_nid": "router_daemon_routerruntime_handlehttp", "callee": "replace", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1510"}, {"caller_nid": "router_daemon_routerruntime_handlehttp", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1520"}, {"caller_nid": "router_daemon_routerruntime_handlehttp", "callee": "keys", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1520"}, {"caller_nid": "router_daemon_routerruntime_handlehttp", "callee": "writeHead", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1530"}, {"caller_nid": "router_daemon_routerruntime_handlehttp", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1536"}, {"caller_nid": "router_daemon_routerruntime_handlehttp", "callee": "add", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1537"}, {"caller_nid": "router_daemon_routerruntime_handlehttp", "callee": "on", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1538"}, {"caller_nid": "router_daemon_routerruntime_handlehttp", "callee": "setTimeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1543"}, {"caller_nid": "router_daemon_routerruntime_handlehttp", "callee": "startsWith", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1550"}, {"caller_nid": "router_daemon_routerruntime_handlehttp", "callee": "match", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1554"}, {"caller_nid": "router_daemon_routerruntime_handlehttp", "callee": "match", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1559"}, {"caller_nid": "router_daemon_routerruntime_handlehttp", "callee": "decodeURIComponent", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1561"}, {"caller_nid": "router_daemon_routerruntime_handlehttp", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1574"}, {"caller_nid": "router_daemon_routerruntime_handlehttp", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1575"}, {"caller_nid": "router_daemon_routerruntime_installprocesssafety", "callee": "on", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1583"}, {"caller_nid": "router_daemon_routerruntime_installprocesssafety", "callee": "on", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1602"}, {"caller_nid": "router_daemon_routerruntime_installprocesssafety", "callee": "on", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1612"}, {"caller_nid": "router_daemon_routerruntime_installprocesssafety", "callee": "on", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1613"}, {"caller_nid": "router_daemon_routerruntime_installprocesssafety", "callee": "on", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1614"}, {"caller_nid": "router_daemon_routerruntime_shutdown", "callee": "clearInterval", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1621"}, {"caller_nid": "router_daemon_routerruntime_shutdown", "callee": "clearInterval", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1622"}, {"caller_nid": "router_daemon_routerruntime_shutdown", "callee": "clearInterval", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1623"}, {"caller_nid": "router_daemon_routerruntime_shutdown", "callee": "clearTimeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1624"}, {"caller_nid": "router_daemon_routerruntime_shutdown", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1625"}, {"caller_nid": "router_daemon_routerruntime_shutdown", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1626"}, {"caller_nid": "router_daemon_routerruntime_shutdown", "callee": "close", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1630"}, {"caller_nid": "router_daemon_routerruntime_shutdown", "callee": "unlinkSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1631"}, {"caller_nid": "router_daemon_routerruntime_shutdown", "callee": "unlinkSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1632"}, {"caller_nid": "router_daemon_routerruntime_shutdown", "callee": "sendUsageTelemetry", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1633"}, {"caller_nid": "router_daemon_routerruntime_shutdown", "callee": "floor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1637"}, {"caller_nid": "router_daemon_routerruntime_shutdown", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1637"}, {"caller_nid": "router_daemon_routerruntime_shutdown", "callee": "setTimeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1642"}, {"caller_nid": "router_daemon_builddefaultrouterset", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1654"}, {"caller_nid": "router_daemon_builddefaultrouterset", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1654"}, {"caller_nid": "router_daemon_builddefaultrouterset", "callee": "entries", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1654"}, {"caller_nid": "router_daemon_builddefaultrouterset", "callee": "entries", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1658"}, {"caller_nid": "router_daemon_builddefaultrouterset", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1661"}, {"caller_nid": "router_daemon_builddefaultrouterset", "callee": "has", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1668"}, {"caller_nid": "router_daemon_builddefaultrouterset", "callee": "some", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1672"}, {"caller_nid": "router_daemon_builddefaultrouterset", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1673"}, {"caller_nid": "router_daemon_builddefaultrouterset", "callee": "findIndex", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1678"}, {"caller_nid": "router_daemon_builddefaultrouterset", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1680"}, {"caller_nid": "router_daemon_builddefaultrouterset", "callee": "splice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1680"}, {"caller_nid": "router_daemon_builddefaultrouterset", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1683"}, {"caller_nid": "router_daemon_builddefaultrouterset", "callee": "sort", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1684"}, {"caller_nid": "router_daemon_builddefaultrouterset", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1694"}, {"caller_nid": "router_daemon_builddefaultrouterset", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1694"}, {"caller_nid": "router_daemon_ensurerouterconfigfordaemon", "callee": "normalizeRouterConfig", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1728"}, {"caller_nid": "router_daemon_ensurerouterconfigfordaemon", "callee": "saveConfig", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1735"}, {"caller_nid": "router_daemon_buildroutersetfromfavorites", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1746"}, {"caller_nid": "router_daemon_buildroutersetfromfavorites", "callee": "indexOf", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1750"}, {"caller_nid": "router_daemon_buildroutersetfromfavorites", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1752"}, {"caller_nid": "router_daemon_buildroutersetfromfavorites", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1753"}, {"caller_nid": "router_daemon_buildroutersetfromfavorites", "callee": "find", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1757"}, {"caller_nid": "router_daemon_buildroutersetfromfavorites", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1759"}, {"caller_nid": "router_daemon_buildroutersetfromfavorites", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1762"}, {"caller_nid": "router_daemon_listenwithfallback", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1790"}, {"caller_nid": "router_daemon_listenwithfallback", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1792"}, {"caller_nid": "router_daemon_listenwithfallback", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1793"}, {"caller_nid": "router_daemon_listenwithfallback", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1794"}, {"caller_nid": "router_daemon_runrouterdaemon", "callee": "loadConfig", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1810"}, {"caller_nid": "router_daemon_runrouterdaemon", "callee": "createServer", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1815"}, {"caller_nid": "router_daemon_runrouterdaemon", "callee": "saveConfig", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1820"}, {"caller_nid": "router_daemon_runrouterdaemon", "callee": "writeFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1821"}, {"caller_nid": "router_daemon_runrouterdaemon", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1821"}, {"caller_nid": "router_daemon_runrouterdaemon", "callee": "writeFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1822"}, {"caller_nid": "router_daemon_runrouterdaemon", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1822"}, {"caller_nid": "router_daemon_runrouterdaemon", "callee": "sendUsageTelemetry", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1824"}, {"caller_nid": "router_daemon_runrouterdaemon", "callee": "keys", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1829"}, {"caller_nid": "router_daemon_runrouterdaemon", "callee": "setInterval", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1835"}, {"caller_nid": "router_daemon_runrouterdaemon", "callee": "setInterval", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1836"}, {"caller_nid": "router_daemon_getrouterdaemonstatus", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1846"}, {"caller_nid": "router_daemon_getrouterdaemonstatus", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1848"}, {"caller_nid": "router_daemon_getrouterdaemonstatus", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1848"}, {"caller_nid": "router_daemon_getrouterdaemonstatus", "callee": "fetch", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1852"}, {"caller_nid": "router_daemon_getrouterdaemonstatus", "callee": "timeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1852"}, {"caller_nid": "router_daemon_getrouterdaemonstatus", "callee": "json", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1853"}, {"caller_nid": "router_daemon_startrouterdaemonbackground", "callee": "fork", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1872"}, {"caller_nid": "router_daemon_startrouterdaemonbackground", "callee": "unref", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1877"}, {"caller_nid": "router_daemon_stoprouterdaemon", "callee": "unlinkSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1890"}, {"caller_nid": "router_daemon_stoprouterdaemon", "callee": "kill", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/router-daemon.js", "source_location": "L1893"}]}
|