MCPcopy Create free account
hub / github.com/Roy3838/Observer / handleToggleCustomServer

Function handleToggleCustomServer

app/src/components/AppHeader.tsx:408–412  ·  view source on GitHub ↗
(address: string)

Source from the content-addressed store, hash-verified

406 };
407
408 const handleToggleCustomServer = (address: string) => {
409 const updated = toggleCustomServer(address);
410 setCustomServers(updated);
411 fetchModels();
412 };
413
414 const handleCheckCustomServer = async (address: string) => {
415 await checkCustomServer(address);

Callers

nothing calls this directly

Calls 2

toggleCustomServerFunction · 0.90
fetchModelsFunction · 0.90

Tested by

no test coverage detected