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

Method info

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

Fetch service information including parsed TCB info.

(self)

Source from the content-addressed store, hash-verified

756
757 @call_async
758 def info(self) -> InfoResponse[TcbInfo]:
759 """Fetch service information including parsed TCB info."""
760 raise NotImplementedError
761
762 @call_async
763 def __enter__(self):

Callers 2

get_endpointFunction · 0.45
get_tappd_endpointFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected