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

Method status

daemon/src/entity/instance/instance.ts:349–352  ·  view source on GitHub ↗
(v?: number)

Source from the content-addressed store, hash-verified

347
348 // set instance state or get state
349 status(v?: number) {
350 if (v != null) this.instanceStatus = v;
351 return this.instanceStatus;
352 }
353
354 // function that must be executed after the instance starts
355 // Trigger the open event and bind the data and exit events, etc.

Callers 1

isStoppedOrBusyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected