MCPcopy Create free account
hub / github.com/winfunc/opcode / loadClaudeBinaryPath

Function loadClaudeBinaryPath

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

Source from the content-addressed store, hash-verified

125 * Loads the current Claude binary path
126 */
127 const loadClaudeBinaryPath = async () => {
128 try {
129 const path = await api.getClaudeBinaryPath();
130 setCurrentBinaryPath(path);
131 } catch (err) {
132 console.error("Failed to load Claude binary path:", err);
133 }
134 };
135
136 /**
137 * Loads the current Claude settings

Callers 1

SettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected