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

Function checkInferenceServer

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

Source from the content-addressed store, hash-verified

75}
76
77export async function checkInferenceServer(address: string): Promise<ServerResponse> {
78 return ModelManager.getInstance().checkServer(address);
79}
80
81// ===========================================================================
82// Model Listing (delegates to ModelManager)

Callers 1

checkLocalServerFunction · 0.90

Calls 2

checkServerMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected