MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / dangerConfirmEnabled

Function dangerConfirmEnabled

vmm/ui/src/composables/useVmManager.ts:1360–1360  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1358 }
1359
1360 const dangerConfirmEnabled = () => !devMode.value;
1361
1362 async function stopVm(vm: VmListItem) {
1363 if (dangerConfirmEnabled() &&

Callers 2

stopVmFunction · 0.85
removeVmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected