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

Function handleCheckCustomServer

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

Source from the content-addressed store, hash-verified

415 };
416
417 const handleCheckCustomServer = async (address: string) => {
418 await checkCustomServer(address);
419 const updated = getCustomServers();
420 setCustomServers(updated);
421 fetchModels();
422 };
423
424 // Handler for saving inference URL (Tauri only)
425 const handleSetAppInferenceUrl = async (url: string) => {

Callers

nothing calls this directly

Calls 3

checkCustomServerFunction · 0.90
getCustomServersFunction · 0.90
fetchModelsFunction · 0.90

Tested by

no test coverage detected