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

Function removeInferenceAddress

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

Source from the content-addressed store, hash-verified

30}
31
32export function removeInferenceAddress(address: string): void {
33 ModelManager.getInstance().removeServer(address);
34}
35
36export function getInferenceAddresses(): string[] {
37 return ModelManager.getInstance().getServers();

Callers 3

handleToggleObServerFunction · 0.90
checkLocalServerFunction · 0.90
AppHeaderFunction · 0.90

Calls 2

removeServerMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected