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

Method getInstance

app/src/utils/ModelManager.ts:180–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178 }
179
180 public static getInstance(): ModelManager {
181 if (!ModelManager.instance) {
182 ModelManager.instance = new ModelManager();
183 }
184 return ModelManager.instance;
185 }
186
187 // ===========================================================================
188 // Model Listing

Callers 8

constructorMethod · 0.45
getLocalModelsMethod · 0.45
fetchModelsMethod · 0.45
getLocalModelStateMethod · 0.45
loadLocalModelMethod · 0.45
unloadLocalModelMethod · 0.45
isLocalModelReadyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected