MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getInstance

Method getInstance

src/services/mdm/MdmService.ts:169–174  ·  view source on GitHub ↗

* Get the singleton instance

()

Source from the content-addressed store, hash-verified

167 * Get the singleton instance
168 */
169 public static getInstance(): MdmService {
170 if (!this._instance) {
171 throw new Error("MdmService not initialized. Call createInstance() first.")
172 }
173 return this._instance
174 }
175
176 /**
177 * Create and initialize the singleton instance

Callers 3

activateFunction · 0.45
MdmService.spec.tsFile · 0.45
openClineInNewTabFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected