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

Function addInferenceAddress

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

Source from the content-addressed store, hash-verified

26// ===========================================================================
27
28export function addInferenceAddress(address: string): void {
29 ModelManager.getInstance().addServer(address);
30}
31
32export function removeInferenceAddress(address: string): void {
33 ModelManager.getInstance().removeServer(address);

Callers 3

handleToggleObServerFunction · 0.90
checkLocalServerFunction · 0.90
AppHeaderFunction · 0.90

Calls 2

addServerMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected