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

Method notify

vmm/src/host_api_service.rs:44–47  ·  view source on GitHub ↗
(self, request: Notification)

Source from the content-addressed store, hash-verified

42 }
43
44 async fn notify(self, request: Notification) -> Result<()> {
45 self.app
46 .vm_event_report(self.endpoint.cid, &request.event, request.payload)
47 }
48
49 async fn get_sealing_key(self, request: GetSealingKeyRequest) -> Result<GetSealingKeyResponse> {
50 let key_provider = &self.app.config.key_provider;

Callers

nothing calls this directly

Calls 1

vm_event_reportMethod · 0.80

Tested by

no test coverage detected