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

Method notify_q

dstack-util/src/host_api.rs:75–79  ·  view source on GitHub ↗
(&self, event: &str, payload: &str)

Source from the content-addressed store, hash-verified

73 }
74
75 pub async fn notify_q(&self, event: &str, payload: &str) {
76 if let Err(err) = self.notify(event, payload).await {
77 warn!("Failed to notify event {event} to host: {:?}", err);
78 }
79 }
80
81 pub async fn get_sealing_key(&self) -> Result<KeyProvision> {
82 let (pk, sk) = generate_keypair();

Callers 4

cmd_sys_setupFunction · 0.80
mount_data_diskMethod · 0.80
setup_fsMethod · 0.80
setupMethod · 0.80

Calls 1

notifyMethod · 0.45

Tested by

no test coverage detected