MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / hasInstance

Method hasInstance

panel/src/app/service/user_service.ts:161–163  ·  view source on GitHub ↗
(uuid: string)

Source from the content-addressed store, hash-verified

159 }
160
161 hasInstance(uuid: string) {
162 return this.objects.has(uuid);
163 }
164
165 async deleteInstance(uuid: string) {
166 if (this.hasInstance(uuid)) {

Callers 1

deleteInstanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected