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

Method forceExec

daemon/src/entity/instance/instance.ts:344–346  ·  view source on GitHub ↗
(command: InstanceCommand)

Source from the content-addressed store, hash-verified

342
343 // force the command to execute
344 async forceExec(command: InstanceCommand) {
345 return await command.exec(this);
346 }
347
348 // set instance state or get state
349 status(v?: number) {

Callers 7

loadInstancesMethod · 0.95
createInstanceMethod · 0.95
parametersMethod · 0.95
takeoverContainerFunction · 0.80
onStartMethod · 0.80
createProcessMethod · 0.80
Instance_router.tsFile · 0.80

Calls 1

execMethod · 0.45

Tested by

no test coverage detected