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

Method info

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

Fetch service information including parsed TCB info.

(self)

Source from the content-addressed store, hash-verified

714 return GetQuoteResponse(**result)
715
716 async def info(self) -> InfoResponse[TcbInfo]:
717 """Fetch service information including parsed TCB info."""
718 result = await self._send_rpc_request("Info", {})
719 return InfoResponse.parse_response(result, TcbInfoV03x)
720
721
722class TappdClient(DstackClient):

Callers

nothing calls this directly

Calls 2

_send_rpc_requestMethod · 0.80
parse_responseMethod · 0.80

Tested by

no test coverage detected