Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ append
Method
append
dstack-mr/src/acpi.rs:362–364 ·
view source on GitHub ↗
(&mut self, cmd: LoaderCmd)
Source
from the content-addressed store, hash-verified
360
}
361
}
362
fn append(&mut self, cmd: LoaderCmd) {
363
qemu_loader_append(&mut self.buffer, cmd);
364
}
365
}
366
367
/// Appends a fixed-length, null-padded string to the data buffer.
Callers
15
list_zones
Function · 0.80
emit
Method · 0.80
try_redirect
Function · 0.80
main
Function · 0.80
_get_discovery_dirs
Function · 0.80
discover_vmm_instances
Function · 0.80
list_vms
Method · 0.80
manage_kms_whitelist
Method · 0.80
update_vm
Method · 0.80
list_gpus
Method · 0.80
format_table
Function · 0.80
append_boot_separator
Function · 0.80
Calls
1
qemu_loader_append
Function · 0.85
Tested by
no test coverage detected