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

Method hasInstance

src/services/mdm/MdmService.ts:192–194  ·  view source on GitHub ↗

* Check if instance exists

()

Source from the content-addressed store, hash-verified

190 * Check if instance exists
191 */
192 public static hasInstance(): boolean {
193 return this._instance !== null
194 }
195
196 /**
197 * Reset the instance (for testing)

Callers 15

deactivateFunction · 0.45
Task.spec.tsFile · 0.45
isCloudServiceAvailableFunction · 0.45
webviewMessageHandlerFunction · 0.45
disposeMethod · 0.45
getStateMethod · 0.45
resetStateMethod · 0.45
getCloudPropertiesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected