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

Method removeServer

app/src/utils/ModelManager.ts:341–343  ·  view source on GitHub ↗

* Remove an inference server address

(address: string)

Source from the content-addressed store, hash-verified

339 * Remove an inference server address
340 */
341 public removeServer(address: string): void {
342 this.inferenceAddresses = this.inferenceAddresses.filter(addr => addr !== address);
343 }
344
345 /**
346 * Get all inference server addresses

Callers 4

removeCustomServerMethod · 0.95
toggleCustomServerMethod · 0.95
removeInferenceAddressFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected