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

Function guestRpcCall

vmm/ui/src/composables/useVmManager.ts:515–515  ·  view source on GitHub ↗
(method, params)

Source from the content-addressed store, hash-verified

513 }
514
515 const guestRpcCall: JsonRpcCall = (method, params) => baseRpcCall(`/guest/${method}`, params);
516
517 async function loadVMList() {
518 try {

Callers 1

refreshNetworkInfoFunction · 0.85

Calls 1

baseRpcCallFunction · 0.85

Tested by

no test coverage detected