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/89d3ea66f52783caa775ef9a30923d7d6225e1d8ae9e962f4741b8c7785dab1e.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"nodes": [{"id": "users_vava_documents_github_free_coding_models_src_render_table_js", "label": "render-table.js", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L1"}, {"id": "render_table_getlastlayout", "label": "getLastLayout()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L83"}, {"id": "render_table_rendertable", "label": "renderTable()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L113"}], "edges": [{"source": "users_vava_documents_github_free_coding_models_src_render_table_js", "target": "chalk", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L35", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_render_table_js", "target": "module", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L36", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_render_table_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/render-table.js", "source_location": "L37", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_render_table_js", "target": "users_vava_documents_github_free_coding_models_src_constants_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L38", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_render_table_js", "target": "users_vava_documents_github_free_coding_models_src_theme_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L48", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_render_table_js", "target": "users_vava_documents_github_free_coding_models_src_tier_colors_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L49", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_render_table_js", "target": "users_vava_documents_github_free_coding_models_src_utils_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L50", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_render_table_js", "target": "users_vava_documents_github_free_coding_models_src_constants_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L51", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_render_table_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/render-table.js", "source_location": "L52", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_render_table_js", "target": "users_vava_documents_github_free_coding_models_src_render_helpers_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L53", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_render_table_js", "target": "users_vava_documents_github_free_coding_models_src_tool_metadata_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L54", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_render_table_js", "target": "users_vava_documents_github_free_coding_models_src_ui_config_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L55", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_render_table_js", "target": "users_vava_documents_github_free_coding_models_src_updater_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L56", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_render_table_js", "target": "users_vava_documents_github_free_coding_models_src_token_usage_reader_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L57", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_render_table_js", "target": "render_table_getlastlayout", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L83", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_render_table_js", "target": "render_table_rendertable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L113", "weight": 1.0}], "raw_calls": [{"caller_nid": "render_table_rendertable", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L115"}, {"caller_nid": "render_table_rendertable", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L117"}, {"caller_nid": "render_table_rendertable", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L118"}, {"caller_nid": "render_table_rendertable", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L119"}, {"caller_nid": "render_table_rendertable", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L120"}, {"caller_nid": "render_table_rendertable", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L122"}, {"caller_nid": "render_table_rendertable", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L125"}, {"caller_nid": "render_table_rendertable", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L126"}, {"caller_nid": "render_table_rendertable", "callee": "toFixed", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L128"}, {"caller_nid": "render_table_rendertable", "callee": "round", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L130"}, {"caller_nid": "render_table_rendertable", "callee": "color", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L147"}, {"caller_nid": "render_table_rendertable", "callee": "hotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L148"}, {"caller_nid": "render_table_rendertable", "callee": "color", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L149"}, {"caller_nid": "render_table_rendertable", "callee": "nextCountdownColor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L150"}, {"caller_nid": "render_table_rendertable", "callee": "color", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L151"}, {"caller_nid": "render_table_rendertable", "callee": "getToolMeta", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L156"}, {"caller_nid": "render_table_rendertable", "callee": "rgb", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L158"}, {"caller_nid": "render_table_rendertable", "callee": "toolBadgeColor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L159"}, {"caller_nid": "render_table_rendertable", "callee": "hotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L159"}, {"caller_nid": "render_table_rendertable", "callee": "toolBadgeColor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L159"}, {"caller_nid": "render_table_rendertable", "callee": "bold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L159"}, {"caller_nid": "render_table_rendertable", "callee": "toolBadgeColor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L159"}, {"caller_nid": "render_table_rendertable", "callee": "getVersionStatusInfo", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L162"}, {"caller_nid": "render_table_rendertable", "callee": "getTierRgb", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L170"}, {"caller_nid": "render_table_rendertable", "callee": "activeHeaderBadge", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L171"}, {"caller_nid": "render_table_rendertable", "callee": "keys", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L183"}, {"caller_nid": "render_table_rendertable", "callee": "normalizeOriginLabel", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L187"}, {"caller_nid": "render_table_rendertable", "callee": "activeHeaderBadge", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L189"}, {"caller_nid": "render_table_rendertable", "callee": "getColumnSpacing", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L194"}, {"caller_nid": "render_table_rendertable", "callee": "calcWidth", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L241"}, {"caller_nid": "render_table_rendertable", "callee": "calcWidth", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L250"}, {"caller_nid": "render_table_rendertable", "callee": "calcWidth", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L251"}, {"caller_nid": "render_table_rendertable", "callee": "calcWidth", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L252"}, {"caller_nid": "render_table_rendertable", "callee": "calcWidth", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L253"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L261"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L262"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L263"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L264"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L265"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L266"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L267"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L268"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L269"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L270"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L271"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L272"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L278"}, {"caller_nid": "render_table_rendertable", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L284"}, {"caller_nid": "render_table_rendertable", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L284"}, {"caller_nid": "render_table_rendertable", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L285"}, {"caller_nid": "render_table_rendertable", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L290"}, {"caller_nid": "render_table_rendertable", "callee": "floor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L290"}, {"caller_nid": "render_table_rendertable", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L294"}, {"caller_nid": "render_table_rendertable", "callee": "floor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L294"}, {"caller_nid": "render_table_rendertable", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L295"}, {"caller_nid": "render_table_rendertable", "callee": "floor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L295"}, {"caller_nid": "render_table_rendertable", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L296"}, {"caller_nid": "render_table_rendertable", "callee": "floor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L296"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L297"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L298"}, {"caller_nid": "render_table_rendertable", "callee": "repeat", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L298"}, {"caller_nid": "render_table_rendertable", "callee": "errorBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L298"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L299"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L300"}, {"caller_nid": "render_table_rendertable", "callee": "repeat", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L300"}, {"caller_nid": "render_table_rendertable", "callee": "error", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L300"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L301"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L302"}, {"caller_nid": "render_table_rendertable", "callee": "repeat", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L302"}, {"caller_nid": "render_table_rendertable", "callee": "error", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L302"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L303"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L304"}, {"caller_nid": "render_table_rendertable", "callee": "repeat", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L304"}, {"caller_nid": "render_table_rendertable", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L304"}, {"caller_nid": "render_table_rendertable", "callee": "floor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L304"}, {"caller_nid": "render_table_rendertable", "callee": "warning", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L304"}, {"caller_nid": "render_table_rendertable", "callee": "toFixed", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L304"}, {"caller_nid": "render_table_rendertable", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L305"}, {"caller_nid": "render_table_rendertable", "callee": "min", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L305"}, {"caller_nid": "render_table_rendertable", "callee": "round", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L306"}, {"caller_nid": "render_table_rendertable", "callee": "success", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L307"}, {"caller_nid": "render_table_rendertable", "callee": "repeat", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L307"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L307"}, {"caller_nid": "render_table_rendertable", "callee": "repeat", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L307"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L308"}, {"caller_nid": "render_table_rendertable", "callee": "repeat", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L308"}, {"caller_nid": "render_table_rendertable", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L308"}, {"caller_nid": "render_table_rendertable", "callee": "floor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L308"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L309"}, {"caller_nid": "render_table_rendertable", "callee": "repeat", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L309"}, {"caller_nid": "render_table_rendertable", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L309"}, {"caller_nid": "render_table_rendertable", "callee": "floor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L309"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L309"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L310"}, {"caller_nid": "render_table_rendertable", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L312"}, {"caller_nid": "render_table_rendertable", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L312"}, {"caller_nid": "render_table_rendertable", "callee": "sortResultsWithPinnedFavorites", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L316"}, {"caller_nid": "render_table_rendertable", "callee": "accentBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L321"}, {"caller_nid": "render_table_rendertable", "callee": "reset", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L321"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L322"}, {"caller_nid": "render_table_rendertable", "callee": "accentBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L322"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L322"}, {"caller_nid": "render_table_rendertable", "callee": "success", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L323"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L323"}, {"caller_nid": "render_table_rendertable", "callee": "warning", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L324"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L324"}, {"caller_nid": "render_table_rendertable", "callee": "error", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L325"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L325"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L334"}, {"caller_nid": "render_table_rendertable", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L338"}, {"caller_nid": "render_table_rendertable", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L339"}, {"caller_nid": "render_table_rendertable", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L339"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L340"}, {"caller_nid": "render_table_rendertable", "callee": "badge", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L340"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L342"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L342"}, {"caller_nid": "render_table_rendertable", "callee": "getTierRgb", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L348"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L349"}, {"caller_nid": "render_table_rendertable", "callee": "badge", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L349"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L351"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L351"}, {"caller_nid": "render_table_rendertable", "callee": "keys", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L356"}, {"caller_nid": "render_table_rendertable", "callee": "normalizeOriginLabel", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L360"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L362"}, {"caller_nid": "render_table_rendertable", "callee": "badge", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L362"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L365"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L365"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L383"}, {"caller_nid": "render_table_rendertable", "callee": "badge", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L383"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L385"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L385"}, {"caller_nid": "render_table_rendertable", "callee": "toUpperCase", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L391"}, {"caller_nid": "render_table_rendertable", "callee": "charAt", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L391"}, {"caller_nid": "render_table_rendertable", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L391"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L393"}, {"caller_nid": "render_table_rendertable", "callee": "badge", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L393"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L395"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L395"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L398"}, {"caller_nid": "render_table_rendertable", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L398"}, {"caller_nid": "render_table_rendertable", "callee": "colorFirst", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L436"}, {"caller_nid": "render_table_rendertable", "callee": "colorFirst", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L437"}, {"caller_nid": "render_table_rendertable", "callee": "accentBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L440"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L440"}, {"caller_nid": "render_table_rendertable", "callee": "accentBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L441"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L441"}, {"caller_nid": "render_table_rendertable", "callee": "(() => {\n // \ud83d\udcd6 Provider keeps O for sorting and D for provider-filter cycling.\n // \ud83d\udcd6 In compact mode, shorten to 'PrOD\u2026' (4 chars + ellipsis) to save space.\n const plain = isCompact ? 'PrOD\u2026' : 'PrOviDer'\n const padding = ' '.repeat(Math.max(0, wSource - plain.length))\n if (isCompact) {\n return themeColors.dim('Pr') + themeColors.hotkey('O') + themeColors.hotkey('D') + themeColors.dim('\u2026' + padding)\n }\n return themeColors.dim('Pr') + themeColors.hotkey('O') + themeColors.dim('vi') + themeColors.hotkey('D') + themeColors.dim('er' + padding)\n })", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L441"}, {"caller_nid": "render_table_rendertable", "callee": "colorFirst", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L451"}, {"caller_nid": "render_table_rendertable", "callee": "accentBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L452"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L452"}, {"caller_nid": "render_table_rendertable", "callee": "colorFirst", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L452"}, {"caller_nid": "render_table_rendertable", "callee": "accentBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L453"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L453"}, {"caller_nid": "render_table_rendertable", "callee": "colorFirst", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L453"}, {"caller_nid": "render_table_rendertable", "callee": "accentBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L454"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L454"}, {"caller_nid": "render_table_rendertable", "callee": "colorFirst", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L454"}, {"caller_nid": "render_table_rendertable", "callee": "accentBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L455"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L455"}, {"caller_nid": "render_table_rendertable", "callee": "colorFirst", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L455"}, {"caller_nid": "render_table_rendertable", "callee": "accentBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L456"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L456"}, {"caller_nid": "render_table_rendertable", "callee": "colorFirst", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L456"}, {"caller_nid": "render_table_rendertable", "callee": "accentBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L457"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L457"}, {"caller_nid": "render_table_rendertable", "callee": "colorFirst", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L457"}, {"caller_nid": "render_table_rendertable", "callee": "accentBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L459"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L459"}, {"caller_nid": "render_table_rendertable", "callee": "(() => {\n const plain = stabLabel\n const padding = ' '.repeat(Math.max(0, wStab - plain.length))\n return themeColors.dim('Sta') + themeColors.hotkey('B') + themeColors.dim((isCompact ? '.' : 'ility') + padding)\n })", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L459"}, {"caller_nid": "render_table_rendertable", "callee": "accentBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L465"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L465"}, {"caller_nid": "render_table_rendertable", "callee": "(() => {\n const plain = 'Up%'\n const padding = ' '.repeat(Math.max(0, W_UPTIME - plain.length))\n return themeColors.hotkey('U') + themeColors.dim('p%' + padding)\n })", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L465"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L474"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L475"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L476"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L477"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L478"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L479"}, {"caller_nid": "render_table_rendertable", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L479"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L488"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L490"}, {"caller_nid": "render_table_rendertable", "callee": "errorBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L490"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L491"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L491"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L493"}, {"caller_nid": "render_table_rendertable", "callee": "warningBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L493"}, {"caller_nid": "render_table_rendertable", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L498"}, {"caller_nid": "render_table_rendertable", "callee": "calculateViewport", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L500"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L513"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L513"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L531"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L531"}, {"caller_nid": "render_table_rendertable", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L531"}, {"caller_nid": "render_table_rendertable", "callee": "tierFn", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L532"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L532"}, {"caller_nid": "render_table_rendertable", "callee": "normalizeOriginLabel", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L536"}, {"caller_nid": "render_table_rendertable", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L538"}, {"caller_nid": "render_table_rendertable", "callee": "provider", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L540"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L540"}, {"caller_nid": "render_table_rendertable", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L551"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L552"}, {"caller_nid": "render_table_rendertable", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L552"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L560"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L560"}, {"caller_nid": "render_table_rendertable", "callee": "parseFloat", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L562"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L563"}, {"caller_nid": "render_table_rendertable", "callee": "paintSweScore", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L564"}, {"caller_nid": "render_table_rendertable", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L569"}, {"caller_nid": "render_table_rendertable", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L569"}, {"caller_nid": "render_table_rendertable", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L569"}, {"caller_nid": "render_table_rendertable", "callee": "metricGood", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L570"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L570"}, {"caller_nid": "render_table_rendertable", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L571"}, {"caller_nid": "render_table_rendertable", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L571"}, {"caller_nid": "render_table_rendertable", "callee": "metricOk", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L572"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L572"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L573"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L573"}, {"caller_nid": "render_table_rendertable", "callee": "buildLatestPingDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L586"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L586"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L587"}, {"caller_nid": "render_table_rendertable", "callee": "buildLatestPingDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L590"}, {"caller_nid": "render_table_rendertable", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L590"}, {"caller_nid": "render_table_rendertable", "callee": "metricGood", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L591"}, {"caller_nid": "render_table_rendertable", "callee": "metricWarn", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L591"}, {"caller_nid": "render_table_rendertable", "callee": "metricBad", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L591"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L594"}, {"caller_nid": "render_table_rendertable", "callee": "buildLatestPingDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L594"}, {"caller_nid": "render_table_rendertable", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L594"}, {"caller_nid": "render_table_rendertable", "callee": "buildLatestPingDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L597"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L597"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L598"}, {"caller_nid": "render_table_rendertable", "callee": "getAvg", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L602"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L605"}, {"caller_nid": "render_table_rendertable", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L605"}, {"caller_nid": "render_table_rendertable", "callee": "metricGood", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L606"}, {"caller_nid": "render_table_rendertable", "callee": "metricWarn", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L606"}, {"caller_nid": "render_table_rendertable", "callee": "metricBad", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L606"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L608"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L608"}, {"caller_nid": "render_table_rendertable", "callee": "(() => {\n // \ud83d\udcd6 Strip emoji prefix to measure text length, then truncate if needed\n const plainText = statusText.replace(/^[\\p{Emoji_Presentation}\\p{Extended_Pictographic}]\\s*/u, '')\n if (plainText.length > 6) {\n const emojiMatch = statusText.match(/^([\\p{Emoji_Presentation}\\p{Extended_Pictographic}]\\s*)/u)\n const prefix = emojiMatch ? emojiMatch[1] : ''\n return prefix + plainText.slice(0, 6) + '\u2026'\n }\n return statusText\n })", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L657"}, {"caller_nid": "render_table_rendertable", "callee": "statusColor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L667"}, {"caller_nid": "render_table_rendertable", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L667"}, {"caller_nid": "render_table_rendertable", "callee": "getVerdict", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L670"}, {"caller_nid": "render_table_rendertable", "callee": "verdictColor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L716"}, {"caller_nid": "render_table_rendertable", "callee": "padEndDisplay", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L716"}, {"caller_nid": "render_table_rendertable", "callee": "getStabilityScore", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L720"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L723"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L723"}, {"caller_nid": "render_table_rendertable", "callee": "metricGood", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L725"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L725"}, {"caller_nid": "render_table_rendertable", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L725"}, {"caller_nid": "render_table_rendertable", "callee": "metricOk", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L727"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L727"}, {"caller_nid": "render_table_rendertable", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L727"}, {"caller_nid": "render_table_rendertable", "callee": "metricWarn", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L729"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L729"}, {"caller_nid": "render_table_rendertable", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L729"}, {"caller_nid": "render_table_rendertable", "callee": "metricBad", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L731"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L731"}, {"caller_nid": "render_table_rendertable", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L731"}, {"caller_nid": "render_table_rendertable", "callee": "getUptime", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L736"}, {"caller_nid": "render_table_rendertable", "callee": "metricGood", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L740"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L740"}, {"caller_nid": "render_table_rendertable", "callee": "metricWarn", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L742"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L742"}, {"caller_nid": "render_table_rendertable", "callee": "chalk.rgb(...getTierRgb('A-'))", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L744"}, {"caller_nid": "render_table_rendertable", "callee": "rgb", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L744"}, {"caller_nid": "render_table_rendertable", "callee": "getTierRgb", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L744"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L744"}, {"caller_nid": "render_table_rendertable", "callee": "metricBad", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L746"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L746"}, {"caller_nid": "render_table_rendertable", "callee": "provider", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L751"}, {"caller_nid": "render_table_rendertable", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L752"}, {"caller_nid": "render_table_rendertable", "callee": "provider", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L753"}, {"caller_nid": "render_table_rendertable", "callee": "isModelCompatibleWithTool", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L756"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L764"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L765"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L766"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L767"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L768"}, {"caller_nid": "render_table_rendertable", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L769"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L772"}, {"caller_nid": "render_table_rendertable", "callee": "bgModelCursor", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L772"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L776"}, {"caller_nid": "render_table_rendertable", "callee": "chalk.bgRgb(60, 15, 15).rgb(180, 130, 130)", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L776"}, {"caller_nid": "render_table_rendertable", "callee": "rgb", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L776"}, {"caller_nid": "render_table_rendertable", "callee": "bgRgb", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L776"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L779"}, {"caller_nid": "render_table_rendertable", "callee": "bgModelRecommended", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L779"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L781"}, {"caller_nid": "render_table_rendertable", "callee": "bgModelFavorite", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L781"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L783"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L793"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L793"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L796"}, {"caller_nid": "render_table_rendertable", "callee": "getTheme", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L802"}, {"caller_nid": "render_table_rendertable", "callee": "displayWidth", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L836"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L837"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L844"}, {"caller_nid": "render_table_rendertable", "callee": "hotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L845"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L846"}, {"caller_nid": "render_table_rendertable", "callee": "activeHotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L847"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L848"}, {"caller_nid": "render_table_rendertable", "callee": "activeHotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L850"}, {"caller_nid": "render_table_rendertable", "callee": "getTierRgb", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L850"}, {"caller_nid": "render_table_rendertable", "callee": "hotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L851"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L852"}, {"caller_nid": "render_table_rendertable", "callee": "activeHotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L854"}, {"caller_nid": "render_table_rendertable", "callee": "keys", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L854"}, {"caller_nid": "render_table_rendertable", "callee": "hotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L855"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L856"}, {"caller_nid": "render_table_rendertable", "callee": "activeHotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L857"}, {"caller_nid": "render_table_rendertable", "callee": "hotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L857"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L858"}, {"caller_nid": "render_table_rendertable", "callee": "hotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L859"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L860"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L861"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L862"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L863"}, {"caller_nid": "render_table_rendertable", "callee": "displayWidth", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L884"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L885"}, {"caller_nid": "render_table_rendertable", "callee": "bold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L892"}, {"caller_nid": "render_table_rendertable", "callee": "rgb", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L892"}, {"caller_nid": "render_table_rendertable", "callee": "bgRgb", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L892"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L893"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L894"}, {"caller_nid": "render_table_rendertable", "callee": "hotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L895"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L895"}, {"caller_nid": "render_table_rendertable", "callee": "hotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L896"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L896"}, {"caller_nid": "render_table_rendertable", "callee": "hotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L897"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L897"}, {"caller_nid": "render_table_rendertable", "callee": "hotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L898"}, {"caller_nid": "render_table_rendertable", "callee": "footerLove", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L902"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L903"}, {"caller_nid": "render_table_rendertable", "callee": "link", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L905"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L906"}, {"caller_nid": "render_table_rendertable", "callee": "warning", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L908"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L909"}, {"caller_nid": "render_table_rendertable", "callee": "footerCoffee", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L911"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L912"}, {"caller_nid": "render_table_rendertable", "callee": "repeat", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L917"}, {"caller_nid": "render_table_rendertable", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L917"}, {"caller_nid": "render_table_rendertable", "callee": "displayWidth", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L917"}, {"caller_nid": "render_table_rendertable", "callee": "bold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L919"}, {"caller_nid": "render_table_rendertable", "callee": "rgb", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L919"}, {"caller_nid": "render_table_rendertable", "callee": "bgRgb", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L919"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L922"}, {"caller_nid": "render_table_rendertable", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L922"}, {"caller_nid": "render_table_rendertable", "callee": "displayWidth", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L922"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L923"}, {"caller_nid": "render_table_rendertable", "callee": "replace", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L931"}, {"caller_nid": "render_table_rendertable", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L931"}, {"caller_nid": "render_table_rendertable", "callee": "displayWidth", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L936"}, {"caller_nid": "render_table_rendertable", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L938"}, {"caller_nid": "render_table_rendertable", "callee": "displayWidth", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L938"}, {"caller_nid": "render_table_rendertable", "callee": "displayWidth", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L938"}, {"caller_nid": "render_table_rendertable", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L941"}, {"caller_nid": "render_table_rendertable", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L941"}, {"caller_nid": "render_table_rendertable", "callee": "bold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L943"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L954"}, {"caller_nid": "render_table_rendertable", "callee": "replace", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L956"}, {"caller_nid": "render_table_rendertable", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L956"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L957"}, {"caller_nid": "render_table_rendertable", "callee": "displayWidth", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L961"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L962"}, {"caller_nid": "render_table_rendertable", "callee": "chalk.rgb(255, 182, 193)", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L968"}, {"caller_nid": "render_table_rendertable", "callee": "rgb", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L968"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L971"}, {"caller_nid": "render_table_rendertable", "callee": "hotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L972"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L972"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L974"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L976"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L977"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L978"}, {"caller_nid": "render_table_rendertable", "callee": "formatTokenTotalCompact", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L983"}, {"caller_nid": "render_table_rendertable", "callee": "formatTokenTotalCompact", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L984"}, {"caller_nid": "render_table_rendertable", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L985"}, {"caller_nid": "render_table_rendertable", "callee": "info", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L986"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L986"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L987"}, {"caller_nid": "render_table_rendertable", "callee": "success", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L988"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L989"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L990"}, {"caller_nid": "render_table_rendertable", "callee": "textBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L990"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L991"}, {"caller_nid": "render_table_rendertable", "callee": "textBold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L991"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L992"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L995"}, {"caller_nid": "render_table_rendertable", "callee": "error", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L996"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L997"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L997"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L998"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L1003"}, {"caller_nid": "render_table_rendertable", "callee": "footerDiscord", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L1005"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L1006"}, {"caller_nid": "render_table_rendertable", "callee": "footerDiscord", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L1007"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L1011"}, {"caller_nid": "render_table_rendertable", "callee": "hotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L1012"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L1012"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L1013"}, {"caller_nid": "render_table_rendertable", "callee": "hotkey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L1014"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L1014"}, {"caller_nid": "render_table_rendertable", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L1015"}, {"caller_nid": "render_table_rendertable", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L1025"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L1028"}, {"caller_nid": "render_table_rendertable", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L1030"}, {"caller_nid": "render_table_rendertable", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L1031"}, {"caller_nid": "render_table_rendertable", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/render-table.js", "source_location": "L1033"}]}
|
package/src/graphify-out/cache/8cc82cd9edce41f0e1c092f14a94fd52bf847addf3237b616dc5a9e505bd05bd.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"nodes": [{"id": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "label": "endpoint-installer.js", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L1"}, {"id": "endpoint_installer_getdefaultpaths", "label": "getDefaultPaths()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L57"}, {"id": "endpoint_installer_ensuredirfor", "label": "ensureDirFor()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L73"}, {"id": "endpoint_installer_backupifexists", "label": "backupIfExists()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L77"}, {"id": "endpoint_installer_readjson", "label": "readJson()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L84"}, {"id": "endpoint_installer_writejson", "label": "writeJson()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L93"}, {"id": "endpoint_installer_readsimpleyamlmap", "label": "readSimpleYamlMap()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L100"}, {"id": "endpoint_installer_writesimpleyamlmap", "label": "writeSimpleYamlMap()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L120"}, {"id": "endpoint_installer_canonicalizetoolmode", "label": "canonicalizeToolMode()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L130"}, {"id": "endpoint_installer_getmanagedproviderid", "label": "getManagedProviderId()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L134"}, {"id": "endpoint_installer_getproviderlabel", "label": "getProviderLabel()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L138"}, {"id": "endpoint_installer_getmanagedproviderlabel", "label": "getManagedProviderLabel()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L142"}, {"id": "endpoint_installer_parsecontextwindow", "label": "parseContextWindow()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L146"}, {"id": "endpoint_installer_getdefaultmaxtokens", "label": "getDefaultMaxTokens()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L155"}, {"id": "endpoint_installer_resolveproviderbaseurl", "label": "resolveProviderBaseUrl()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L159"}, {"id": "endpoint_installer_resolvegoosebaseurl", "label": "resolveGooseBaseUrl()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L175"}, {"id": "endpoint_installer_getdirectinstallsupport", "label": "getDirectInstallSupport()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L186"}, {"id": "endpoint_installer_buildinstallrecord", "label": "buildInstallRecord()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L199"}, {"id": "endpoint_installer_upsertinstallrecord", "label": "upsertInstallRecord()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L209"}, {"id": "endpoint_installer_buildcatalogmodel", "label": "buildCatalogModel()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L218"}, {"id": "endpoint_installer_getprovidercatalogmodels", "label": "getProviderCatalogModels()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L222"}, {"id": "endpoint_installer_getconfiguredinstallableproviders", "label": "getConfiguredInstallableProviders()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L234"}, {"id": "endpoint_installer_getinstalltargetmodes", "label": "getInstallTargetModes()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L250"}, {"id": "endpoint_installer_requireconfiguredproviderkey", "label": "requireConfiguredProviderKey()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L254"}, {"id": "endpoint_installer_resolveselectedmodels", "label": "resolveSelectedModels()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L262"}, {"id": "endpoint_installer_installintoopencode", "label": "installIntoOpenCode()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L269"}, {"id": "endpoint_installer_installintocrush", "label": "installIntoCrush()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L289"}, {"id": "endpoint_installer_installintogoose", "label": "installIntoGoose()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L312"}, {"id": "endpoint_installer_installintoopenclaw", "label": "installIntoOpenClaw()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L348"}, {"id": "endpoint_installer_installintopi", "label": "installIntoPi()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L404"}, {"id": "endpoint_installer_installintoaider", "label": "installIntoAider()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L429"}, {"id": "endpoint_installer_installintoamp", "label": "installIntoAmp()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L448"}, {"id": "endpoint_installer_installintoqwen", "label": "installIntoQwen()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L459"}, {"id": "endpoint_installer_installintoenvbasedtool", "label": "installIntoEnvBasedTool()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L484"}, {"id": "endpoint_installer_installintofcmrouter", "label": "installIntoFcmRouter()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L515"}, {"id": "endpoint_installer_installproviderendpoints", "label": "installProviderEndpoints()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L554"}, {"id": "endpoint_installer_refreshinstalledendpoints", "label": "refreshInstalledEndpoints()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L613"}], "edges": [{"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "node_fs", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L43", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "node_os", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L44", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "node_path", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L45", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_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/endpoint-installer.js", "source_location": "L46", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_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/endpoint-installer.js", "source_location": "L47", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "users_vava_documents_github_free_coding_models_src_provider_metadata_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L48", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "users_vava_documents_github_free_coding_models_src_tool_metadata_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L49", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_getdefaultpaths", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L57", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_ensuredirfor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L73", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_backupifexists", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L77", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_readjson", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L84", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_writejson", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L93", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_readsimpleyamlmap", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L100", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_writesimpleyamlmap", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L120", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_canonicalizetoolmode", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L130", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_getmanagedproviderid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L134", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_getproviderlabel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L138", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_getmanagedproviderlabel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L142", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_parsecontextwindow", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L146", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_getdefaultmaxtokens", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L155", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_resolveproviderbaseurl", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L159", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_resolvegoosebaseurl", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L175", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_getdirectinstallsupport", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L186", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_buildinstallrecord", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L199", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_upsertinstallrecord", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L209", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_buildcatalogmodel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L218", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_getprovidercatalogmodels", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L222", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_getconfiguredinstallableproviders", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L234", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_getinstalltargetmodes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L250", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_requireconfiguredproviderkey", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L254", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_resolveselectedmodels", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L262", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_installintoopencode", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L269", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_installintocrush", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L289", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_installintogoose", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L312", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_installintoopenclaw", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L348", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_installintopi", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L404", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_installintoaider", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L429", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_installintoamp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L448", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_installintoqwen", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L459", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_installintoenvbasedtool", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L484", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_installintofcmrouter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L515", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_installproviderendpoints", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L554", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_endpoint_installer_js", "target": "endpoint_installer_refreshinstalledendpoints", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L613", "weight": 1.0}, {"source": "endpoint_installer_writejson", "target": "endpoint_installer_ensuredirfor", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L94", "weight": 1.0}, {"source": "endpoint_installer_writejson", "target": "endpoint_installer_backupifexists", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L95", "weight": 1.0}, {"source": "endpoint_installer_writesimpleyamlmap", "target": "endpoint_installer_ensuredirfor", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L121", "weight": 1.0}, {"source": "endpoint_installer_writesimpleyamlmap", "target": "endpoint_installer_backupifexists", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L122", "weight": 1.0}, {"source": "endpoint_installer_getmanagedproviderlabel", "target": "endpoint_installer_getproviderlabel", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L143", "weight": 1.0}, {"source": "endpoint_installer_buildinstallrecord", "target": "endpoint_installer_canonicalizetoolmode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L202", "weight": 1.0}, {"source": "endpoint_installer_requireconfiguredproviderkey", "target": "endpoint_installer_getproviderlabel", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L257", "weight": 1.0}, {"source": "endpoint_installer_resolveselectedmodels", "target": "endpoint_installer_getprovidercatalogmodels", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L263", "weight": 1.0}, {"source": "endpoint_installer_installintoopencode", "target": "endpoint_installer_getmanagedproviderid", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L271", "weight": 1.0}, {"source": "endpoint_installer_installintoopencode", "target": "endpoint_installer_readjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L272", "weight": 1.0}, {"source": "endpoint_installer_installintoopencode", "target": "endpoint_installer_getmanagedproviderlabel", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L277", "weight": 1.0}, {"source": "endpoint_installer_installintoopencode", "target": "endpoint_installer_resolveproviderbaseurl", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L279", "weight": 1.0}, {"source": "endpoint_installer_installintoopencode", "target": "endpoint_installer_writejson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L285", "weight": 1.0}, {"source": "endpoint_installer_installintocrush", "target": "endpoint_installer_getmanagedproviderid", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L291", "weight": 1.0}, {"source": "endpoint_installer_installintocrush", "target": "endpoint_installer_readjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L292", "weight": 1.0}, {"source": "endpoint_installer_installintocrush", "target": "endpoint_installer_getmanagedproviderlabel", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L296", "weight": 1.0}, {"source": "endpoint_installer_installintocrush", "target": "endpoint_installer_resolveproviderbaseurl", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L298", "weight": 1.0}, {"source": "endpoint_installer_installintocrush", "target": "endpoint_installer_writejson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L308", "weight": 1.0}, {"source": "endpoint_installer_installintogoose", "target": "endpoint_installer_getmanagedproviderid", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L313", "weight": 1.0}, {"source": "endpoint_installer_installintogoose", "target": "endpoint_installer_getmanagedproviderlabel", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L320", "weight": 1.0}, {"source": "endpoint_installer_installintogoose", "target": "endpoint_installer_getproviderlabel", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L321", "weight": 1.0}, {"source": "endpoint_installer_installintogoose", "target": "endpoint_installer_resolvegoosebaseurl", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L323", "weight": 1.0}, {"source": "endpoint_installer_installintogoose", "target": "endpoint_installer_writejson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L332", "weight": 1.0}, {"source": "endpoint_installer_installintogoose", "target": "endpoint_installer_readsimpleyamlmap", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L334", "weight": 1.0}, {"source": "endpoint_installer_installintogoose", "target": "endpoint_installer_writesimpleyamlmap", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L336", "weight": 1.0}, {"source": "endpoint_installer_installintoopenclaw", "target": "endpoint_installer_getmanagedproviderid", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L350", "weight": 1.0}, {"source": "endpoint_installer_installintoopenclaw", "target": "endpoint_installer_readjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L351", "weight": 1.0}, {"source": "endpoint_installer_installintoopenclaw", "target": "endpoint_installer_resolveproviderbaseurl", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L365", "weight": 1.0}, {"source": "endpoint_installer_installintoopenclaw", "target": "endpoint_installer_writejson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L399", "weight": 1.0}, {"source": "endpoint_installer_installintopi", "target": "endpoint_installer_getmanagedproviderid", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L405", "weight": 1.0}, {"source": "endpoint_installer_installintopi", "target": "endpoint_installer_resolveproviderbaseurl", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L406", "weight": 1.0}, {"source": "endpoint_installer_installintopi", "target": "endpoint_installer_readjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L409", "weight": 1.0}, {"source": "endpoint_installer_installintopi", "target": "endpoint_installer_writejson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L417", "weight": 1.0}, {"source": "endpoint_installer_installintoaider", "target": "endpoint_installer_getmanagedproviderid", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L430", "weight": 1.0}, {"source": "endpoint_installer_installintoaider", "target": "endpoint_installer_resolveproviderbaseurl", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L431", "weight": 1.0}, {"source": "endpoint_installer_installintoaider", "target": "endpoint_installer_backupifexists", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L432", "weight": 1.0}, {"source": "endpoint_installer_installintoaider", "target": "endpoint_installer_ensuredirfor", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L442", "weight": 1.0}, {"source": "endpoint_installer_installintoamp", "target": "endpoint_installer_getmanagedproviderid", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L449", "weight": 1.0}, {"source": "endpoint_installer_installintoamp", "target": "endpoint_installer_resolveproviderbaseurl", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L450", "weight": 1.0}, {"source": "endpoint_installer_installintoamp", "target": "endpoint_installer_readjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L451", "weight": 1.0}, {"source": "endpoint_installer_installintoamp", "target": "endpoint_installer_writejson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L454", "weight": 1.0}, {"source": "endpoint_installer_installintoqwen", "target": "endpoint_installer_getmanagedproviderid", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L460", "weight": 1.0}, {"source": "endpoint_installer_installintoqwen", "target": "endpoint_installer_resolveproviderbaseurl", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L461", "weight": 1.0}, {"source": "endpoint_installer_installintoqwen", "target": "endpoint_installer_readjson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L462", "weight": 1.0}, {"source": "endpoint_installer_installintoqwen", "target": "endpoint_installer_writejson", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L478", "weight": 1.0}, {"source": "endpoint_installer_installintoenvbasedtool", "target": "endpoint_installer_getmanagedproviderid", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L485", "weight": 1.0}, {"source": "endpoint_installer_installintoenvbasedtool", "target": "endpoint_installer_resolveproviderbaseurl", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L491", "weight": 1.0}, {"source": "endpoint_installer_installintoenvbasedtool", "target": "endpoint_installer_getproviderlabel", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L496", "weight": 1.0}, {"source": "endpoint_installer_installintoenvbasedtool", "target": "endpoint_installer_ensuredirfor", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L506", "weight": 1.0}, {"source": "endpoint_installer_installintoenvbasedtool", "target": "endpoint_installer_backupifexists", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L507", "weight": 1.0}, {"source": "endpoint_installer_installproviderendpoints", "target": "endpoint_installer_canonicalizetoolmode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L555", "weight": 1.0}, {"source": "endpoint_installer_installproviderendpoints", "target": "endpoint_installer_getdirectinstallsupport", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L556", "weight": 1.0}, {"source": "endpoint_installer_installproviderendpoints", "target": "endpoint_installer_requireconfiguredproviderkey", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L561", "weight": 1.0}, {"source": "endpoint_installer_installproviderendpoints", "target": "endpoint_installer_resolveselectedmodels", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L563", "weight": 1.0}, {"source": "endpoint_installer_installproviderendpoints", "target": "endpoint_installer_getproviderlabel", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L565", "weight": 1.0}, {"source": "endpoint_installer_installproviderendpoints", "target": "endpoint_installer_getdefaultpaths", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L568", "weight": 1.0}, {"source": "endpoint_installer_installproviderendpoints", "target": "endpoint_installer_installintoopencode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L572", "weight": 1.0}, {"source": "endpoint_installer_installproviderendpoints", "target": "endpoint_installer_installintoopenclaw", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L574", "weight": 1.0}, {"source": "endpoint_installer_installproviderendpoints", "target": "endpoint_installer_installintocrush", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L576", "weight": 1.0}, {"source": "endpoint_installer_installproviderendpoints", "target": "endpoint_installer_installintogoose", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L578", "weight": 1.0}, {"source": "endpoint_installer_installproviderendpoints", "target": "endpoint_installer_installintopi", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L580", "weight": 1.0}, {"source": "endpoint_installer_installproviderendpoints", "target": "endpoint_installer_installintoaider", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L582", "weight": 1.0}, {"source": "endpoint_installer_installproviderendpoints", "target": "endpoint_installer_installintoamp", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L584", "weight": 1.0}, {"source": "endpoint_installer_installproviderendpoints", "target": "endpoint_installer_installintoqwen", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L586", "weight": 1.0}, {"source": "endpoint_installer_installproviderendpoints", "target": "endpoint_installer_installintoenvbasedtool", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L588", "weight": 1.0}, {"source": "endpoint_installer_installproviderendpoints", "target": "endpoint_installer_installintofcmrouter", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L590", "weight": 1.0}, {"source": "endpoint_installer_installproviderendpoints", "target": "endpoint_installer_upsertinstallrecord", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L596", "weight": 1.0}, {"source": "endpoint_installer_installproviderendpoints", "target": "endpoint_installer_buildinstallrecord", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L596", "weight": 1.0}, {"source": "endpoint_installer_refreshinstalledendpoints", "target": "endpoint_installer_installproviderendpoints", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L624", "weight": 1.0}], "raw_calls": [{"caller_nid": "endpoint_installer_getdefaultpaths", "callee": "homedir", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L58"}, {"caller_nid": "endpoint_installer_getdefaultpaths", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L60"}, {"caller_nid": "endpoint_installer_getdefaultpaths", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L61"}, {"caller_nid": "endpoint_installer_getdefaultpaths", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L62"}, {"caller_nid": "endpoint_installer_getdefaultpaths", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L63"}, {"caller_nid": "endpoint_installer_getdefaultpaths", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L64"}, {"caller_nid": "endpoint_installer_getdefaultpaths", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L65"}, {"caller_nid": "endpoint_installer_getdefaultpaths", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L66"}, {"caller_nid": "endpoint_installer_getdefaultpaths", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L67"}, {"caller_nid": "endpoint_installer_getdefaultpaths", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L68"}, {"caller_nid": "endpoint_installer_getdefaultpaths", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L69"}, {"caller_nid": "endpoint_installer_ensuredirfor", "callee": "mkdirSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L74"}, {"caller_nid": "endpoint_installer_ensuredirfor", "callee": "dirname", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L74"}, {"caller_nid": "endpoint_installer_backupifexists", "callee": "existsSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L78"}, {"caller_nid": "endpoint_installer_backupifexists", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L79"}, {"caller_nid": "endpoint_installer_backupifexists", "callee": "copyFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L80"}, {"caller_nid": "endpoint_installer_readjson", "callee": "existsSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L85"}, {"caller_nid": "endpoint_installer_readjson", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L87"}, {"caller_nid": "endpoint_installer_readjson", "callee": "readFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L87"}, {"caller_nid": "endpoint_installer_writejson", "callee": "writeFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L96"}, {"caller_nid": "endpoint_installer_writejson", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L96"}, {"caller_nid": "endpoint_installer_readsimpleyamlmap", "callee": "existsSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L101"}, {"caller_nid": "endpoint_installer_readsimpleyamlmap", "callee": "split", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L103"}, {"caller_nid": "endpoint_installer_readsimpleyamlmap", "callee": "readFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L103"}, {"caller_nid": "endpoint_installer_readsimpleyamlmap", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L105"}, {"caller_nid": "endpoint_installer_readsimpleyamlmap", "callee": "startsWith", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L105"}, {"caller_nid": "endpoint_installer_readsimpleyamlmap", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L105"}, {"caller_nid": "endpoint_installer_readsimpleyamlmap", "callee": "match", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L106"}, {"caller_nid": "endpoint_installer_readsimpleyamlmap", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L108"}, {"caller_nid": "endpoint_installer_readsimpleyamlmap", "callee": "startsWith", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L110"}, {"caller_nid": "endpoint_installer_readsimpleyamlmap", "callee": "endsWith", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L110"}, {"caller_nid": "endpoint_installer_readsimpleyamlmap", "callee": "startsWith", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L111"}, {"caller_nid": "endpoint_installer_readsimpleyamlmap", "callee": "endsWith", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L111"}, {"caller_nid": "endpoint_installer_readsimpleyamlmap", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L113"}, {"caller_nid": "endpoint_installer_writesimpleyamlmap", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L123"}, {"caller_nid": "endpoint_installer_writesimpleyamlmap", "callee": "sort", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L123"}, {"caller_nid": "endpoint_installer_writesimpleyamlmap", "callee": "keys", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L123"}, {"caller_nid": "endpoint_installer_writesimpleyamlmap", "callee": "writeFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L126"}, {"caller_nid": "endpoint_installer_writesimpleyamlmap", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L126"}, {"caller_nid": "endpoint_installer_parsecontextwindow", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L147"}, {"caller_nid": "endpoint_installer_parsecontextwindow", "callee": "toLowerCase", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L148"}, {"caller_nid": "endpoint_installer_parsecontextwindow", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L148"}, {"caller_nid": "endpoint_installer_parsecontextwindow", "callee": "endsWith", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L149"}, {"caller_nid": "endpoint_installer_parsecontextwindow", "callee": "endsWith", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L149"}, {"caller_nid": "endpoint_installer_parsecontextwindow", "callee": "parseFloat", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L150"}, {"caller_nid": "endpoint_installer_parsecontextwindow", "callee": "replace", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L150"}, {"caller_nid": "endpoint_installer_parsecontextwindow", "callee": "isFinite", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L151"}, {"caller_nid": "endpoint_installer_parsecontextwindow", "callee": "round", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L152"}, {"caller_nid": "endpoint_installer_getdefaultmaxtokens", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L156"}, {"caller_nid": "endpoint_installer_getdefaultmaxtokens", "callee": "min", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L156"}, {"caller_nid": "endpoint_installer_resolveproviderbaseurl", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L164"}, {"caller_nid": "endpoint_installer_resolveproviderbaseurl", "callee": "replace", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L166"}, {"caller_nid": "endpoint_installer_resolveproviderbaseurl", "callee": "replace", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L166"}, {"caller_nid": "endpoint_installer_resolveproviderbaseurl", "callee": "replace", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L169"}, {"caller_nid": "endpoint_installer_resolveproviderbaseurl", "callee": "replace", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L169"}, {"caller_nid": "endpoint_installer_resolveproviderbaseurl", "callee": "replace", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L169"}, {"caller_nid": "endpoint_installer_resolvegoosebaseurl", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L179"}, {"caller_nid": "endpoint_installer_resolvegoosebaseurl", "callee": "replace", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L181"}, {"caller_nid": "endpoint_installer_getdirectinstallsupport", "callee": "has", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L190"}, {"caller_nid": "endpoint_installer_getdirectinstallsupport", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L193"}, {"caller_nid": "endpoint_installer_buildinstallrecord", "callee": "toISOString", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L205"}, {"caller_nid": "endpoint_installer_upsertinstallrecord", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L210"}, {"caller_nid": "endpoint_installer_upsertinstallrecord", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L211"}, {"caller_nid": "endpoint_installer_upsertinstallrecord", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L214"}, {"caller_nid": "endpoint_installer_getprovidercatalogmodels", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L224"}, {"caller_nid": "endpoint_installer_getprovidercatalogmodels", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L224"}, {"caller_nid": "endpoint_installer_getprovidercatalogmodels", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L224"}, {"caller_nid": "endpoint_installer_getconfiguredinstallableproviders", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L235"}, {"caller_nid": "endpoint_installer_getconfiguredinstallableproviders", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L235"}, {"caller_nid": "endpoint_installer_getconfiguredinstallableproviders", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L235"}, {"caller_nid": "endpoint_installer_getconfiguredinstallableproviders", "callee": "keys", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L235"}, {"caller_nid": "endpoint_installer_requireconfiguredproviderkey", "callee": "getApiKey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L255"}, {"caller_nid": "endpoint_installer_resolveselectedmodels", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L266"}, {"caller_nid": "endpoint_installer_installintoopencode", "callee": "fromEntries", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L282"}, {"caller_nid": "endpoint_installer_installintoopencode", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L282"}, {"caller_nid": "endpoint_installer_installintocrush", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L300"}, {"caller_nid": "endpoint_installer_installintogoose", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L314"}, {"caller_nid": "endpoint_installer_installintogoose", "callee": "replace", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L315"}, {"caller_nid": "endpoint_installer_installintogoose", "callee": "toUpperCase", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L315"}, {"caller_nid": "endpoint_installer_installintogoose", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L324"}, {"caller_nid": "endpoint_installer_installintoopenclaw", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L368"}, {"caller_nid": "endpoint_installer_installintoopenclaw", "callee": "keys", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L383"}, {"caller_nid": "endpoint_installer_installintoopenclaw", "callee": "startsWith", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L384"}, {"caller_nid": "endpoint_installer_installintopi", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L415"}, {"caller_nid": "endpoint_installer_installintoaider", "callee": "writeFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L443"}, {"caller_nid": "endpoint_installer_installintoaider", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L443"}, {"caller_nid": "endpoint_installer_installintoqwen", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L464"}, {"caller_nid": "endpoint_installer_installintoqwen", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L467"}, {"caller_nid": "endpoint_installer_installintoqwen", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L470"}, {"caller_nid": "endpoint_installer_installintoenvbasedtool", "callee": "homedir", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L486"}, {"caller_nid": "endpoint_installer_installintoenvbasedtool", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L488"}, {"caller_nid": "endpoint_installer_installintoenvbasedtool", "callee": "writeFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L508"}, {"caller_nid": "endpoint_installer_installintoenvbasedtool", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L508"}, {"caller_nid": "endpoint_installer_installintofcmrouter", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L519"}, {"caller_nid": "endpoint_installer_installintofcmrouter", "callee": "(async () => {\n try {\n const createRes = await fetch(`${baseUrl}/sets`, {\n method: 'POST',\n headers: { 'Content-Type': 'application/json' },\n body: JSON.stringify(payload),\n signal: AbortSignal.timeout(3000),\n })\n // \ud83d\udcd6 If the set already exists (name conflict), update it via PUT\n if (!createRes.ok) {\n await fetch(`${baseUrl}/sets/${encodeURIComponent(routerSetName)}`, {\n method: 'PUT',\n headers: { 'Content-Type': 'application/json' },\n body: JSON.stringify(payload),\n signal: AbortSignal.timeout(3000),\n }).catch(() => {})\n }\n } catch {\n // \ud83d\udcd6 Daemon unreachable \u2014 silently ignore, user can restart daemon later\n }\n })", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L529"}, {"caller_nid": "endpoint_installer_installproviderendpoints", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L596"}, {"caller_nid": "endpoint_installer_installproviderendpoints", "callee": "saveConfig", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L597"}, {"caller_nid": "endpoint_installer_installproviderendpoints", "callee": "getToolMeta", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L603"}, {"caller_nid": "endpoint_installer_refreshinstalledendpoints", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L614"}, {"caller_nid": "endpoint_installer_refreshinstalledendpoints", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L633"}, {"caller_nid": "endpoint_installer_refreshinstalledendpoints", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L636"}, {"caller_nid": "endpoint_installer_refreshinstalledendpoints", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L642"}, {"caller_nid": "endpoint_installer_refreshinstalledendpoints", "callee": "saveConfig", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/endpoint-installer.js", "source_location": "L646"}]}
|
package/src/graphify-out/cache/93ba2e25e3ff7ad525f397902345fbd375df7315de7b402e20cc803c14eccde8.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"nodes": [{"id": "users_vava_documents_github_free_coding_models_src_provider_metadata_js", "label": "provider-metadata.js", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-metadata.js", "source_location": "L1"}], "edges": [{"source": "users_vava_documents_github_free_coding_models_src_provider_metadata_js", "target": "chalk", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-metadata.js", "source_location": "L32", "weight": 1.0}], "raw_calls": []}
|
package/src/graphify-out/cache/99beed29580b9c7bfecfee794cb3d8e535fcf0eb3b92113108f88bdd0a8e79b3.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"nodes": [{"id": "users_vava_documents_github_free_coding_models_src_quota_capabilities_js", "label": "quota-capabilities.js", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/quota-capabilities.js", "source_location": "L1"}, {"id": "quota_capabilities_getquotatelemetry", "label": "getQuotaTelemetry()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/quota-capabilities.js", "source_location": "L69"}, {"id": "quota_capabilities_isknownquotatelemetry", "label": "isKnownQuotaTelemetry()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/quota-capabilities.js", "source_location": "L82"}, {"id": "quota_capabilities_supportsusagepercent", "label": "supportsUsagePercent()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/quota-capabilities.js", "source_location": "L93"}, {"id": "quota_capabilities_usageresetsdaily", "label": "usageResetsDaily()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/quota-capabilities.js", "source_location": "L105"}], "edges": [{"source": "users_vava_documents_github_free_coding_models_src_quota_capabilities_js", "target": "quota_capabilities_getquotatelemetry", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/quota-capabilities.js", "source_location": "L69", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_quota_capabilities_js", "target": "quota_capabilities_isknownquotatelemetry", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/quota-capabilities.js", "source_location": "L82", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_quota_capabilities_js", "target": "quota_capabilities_supportsusagepercent", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/quota-capabilities.js", "source_location": "L93", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_quota_capabilities_js", "target": "quota_capabilities_usageresetsdaily", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/quota-capabilities.js", "source_location": "L105", "weight": 1.0}, {"source": "quota_capabilities_isknownquotatelemetry", "target": "quota_capabilities_getquotatelemetry", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/quota-capabilities.js", "source_location": "L83", "weight": 1.0}, {"source": "quota_capabilities_supportsusagepercent", "target": "quota_capabilities_getquotatelemetry", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/quota-capabilities.js", "source_location": "L94", "weight": 1.0}, {"source": "quota_capabilities_usageresetsdaily", "target": "quota_capabilities_getquotatelemetry", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/quota-capabilities.js", "source_location": "L106", "weight": 1.0}], "raw_calls": []}
|
package/src/graphify-out/cache/aeeb931fa477c65ce2e51d8149957350fa54225c613222bbbe8448998d1afd3d.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"nodes": [{"id": "users_vava_documents_github_free_coding_models_src_cli_help_js", "label": "cli-help.js", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L1"}, {"id": "cli_help_paint", "label": "paint()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L57"}, {"id": "cli_help_formatentry", "label": "formatEntry()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L62"}, {"id": "cli_help_buildclihelplines", "label": "buildCliHelpLines()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L68"}, {"id": "cli_help_buildclihelptext", "label": "buildCliHelpText()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L104"}], "edges": [{"source": "users_vava_documents_github_free_coding_models_src_cli_help_js", "target": "users_vava_documents_github_free_coding_models_src_tool_metadata_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L21", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_cli_help_js", "target": "cli_help_paint", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L57", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_cli_help_js", "target": "cli_help_formatentry", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L62", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_cli_help_js", "target": "cli_help_buildclihelplines", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L68", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_cli_help_js", "target": "cli_help_buildclihelptext", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L104", "weight": 1.0}, {"source": "cli_help_formatentry", "target": "cli_help_paint", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L63", "weight": 1.0}, {"source": "cli_help_buildclihelplines", "target": "cli_help_paint", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L75", "weight": 1.0}, {"source": "cli_help_buildclihelplines", "target": "cli_help_formatentry", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L80", "weight": 1.0}, {"source": "cli_help_buildclihelptext", "target": "cli_help_buildclihelplines", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L105", "weight": 1.0}], "raw_calls": [{"caller_nid": "cli_help_paint", "callee": "formatter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L59"}, {"caller_nid": "cli_help_formatentry", "callee": "padEnd", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L63"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L70"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L70"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L70"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "getToolModeOrder", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L70"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L75"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L76"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L77"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L78"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L80"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L82"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L83"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L85"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L87"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L88"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L90"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L92"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L93"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L94"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L95"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L96"}, {"caller_nid": "cli_help_buildclihelplines", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L98"}, {"caller_nid": "cli_help_buildclihelptext", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/cli-help.js", "source_location": "L105"}]}
|