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

Function removeCustomServer

app/src/utils/inferenceServer.ts:61–63  ·  view source on GitHub ↗
(address: string)

Source from the content-addressed store, hash-verified

59}
60
61export function removeCustomServer(address: string): CustomServer[] {
62 return ModelManager.getInstance().removeCustomServer(address);
63}
64
65export function toggleCustomServer(address: string): CustomServer[] {
66 return ModelManager.getInstance().toggleCustomServer(address);

Callers 1

handleRemoveCustomServerFunction · 0.90

Calls 2

removeCustomServerMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected