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

Function checkCustomServer

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

Source from the content-addressed store, hash-verified

71}
72
73export async function checkCustomServer(address: string): Promise<ServerResponse> {
74 return ModelManager.getInstance().checkCustomServer(address);
75}
76
77export async function checkInferenceServer(address: string): Promise<ServerResponse> {
78 return ModelManager.getInstance().checkServer(address);

Callers 1

handleCheckCustomServerFunction · 0.90

Calls 2

checkCustomServerMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected