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

Function handleToggleCustomServer

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

toggleCustomServerFunction · 0.90
fetchModelsFunction · 0.90

Tested by

no test coverage detected