MCPcopy 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_zonesFunction · 0.80
emitMethod · 0.80
try_redirectFunction · 0.80
mainFunction · 0.80
_get_discovery_dirsFunction · 0.80
discover_vmm_instancesFunction · 0.80
list_vmsMethod · 0.80
manage_kms_whitelistMethod · 0.80
update_vmMethod · 0.80
list_gpusMethod · 0.80
format_tableFunction · 0.80
append_boot_separatorFunction · 0.80

Calls 1

qemu_loader_appendFunction · 0.85

Tested by

no test coverage detected