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

Method emit_event

sdk/python/src/dstack_sdk/dstack_client.py:582–588  ·  view source on GitHub ↗

Emit an event that extends RTMR3 on TDX platforms.

(
        self,
        event: str,
        payload: str | bytes,
    )

Source from the content-addressed store, hash-verified

580
581 @call_async
582 def emit_event(
583 self,
584 event: str,
585 payload: str | bytes,
586 ) -> None:
587 """Emit an event that extends RTMR3 on TDX platforms."""
588 raise NotImplementedError
589
590 @call_async
591 def get_tls_key(

Callers 2

test_sync_emit_eventFunction · 0.95

Calls

no outgoing calls

Tested by 2

test_sync_emit_eventFunction · 0.76