MCPcopy
hub / github.com/opactorai/Claudable / toggleApiKeyVisibility

Function toggleApiKeyVisibility

components/settings/GlobalSettings.tsx:306–311  ·  view source on GitHub ↗
(cliId: string)

Source from the content-addressed store, hash-verified

304 };
305
306 const toggleApiKeyVisibility = (cliId: string) => {
307 setApiKeyVisibility(prev => ({
308 ...prev,
309 [cliId]: !prev[cliId],
310 }));
311 };
312
313 const getProviderIcon = (provider: string) => {
314 switch (provider) {

Callers 1

GlobalSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected