MCPcopy Index your code
hub / github.com/winfunc/opcode / loadAnalyticsSettings

Function loadAnalyticsSettings

src/components/Settings.tsx:117–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 * Loads analytics settings
116 */
117 const loadAnalyticsSettings = async () => {
118 const settings = analytics.getSettings();
119 if (settings) {
120 setAnalyticsEnabled(settings.enabled);
121 }
122 };
123
124 /**
125 * Loads the current Claude binary path

Callers 1

SettingsFunction · 0.85

Calls 1

getSettingsMethod · 0.45

Tested by

no test coverage detected