Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ onPageSizeChange
Function
onPageSizeChange
vmm/ui/src/composables/useVmManager.ts:1336–1340 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1334
}
1335
1336
function
onPageSizeChange() {
1337
currentPage.value = 1;
1338
pageInput.value = 1;
1339
loadVMList();
1340
}
1341
1342
async
function
startVm(id: string) {
1343
try {
Callers
nothing calls this directly
Calls
1
loadVMList
Function · 0.85
Tested by
no test coverage detected