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

Method info

guest-agent/src/rpc_service.rs:335–337  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

333 }
334
335 async fn info(self) -> Result<AppInfo> {
336 get_info(&self.state, false).await
337 }
338
339 async fn sign(self, request: SignRequest) -> Result<SignResponse> {
340 let algorithm = normalize_algorithm(&request.algorithm);

Callers 1

indexFunction · 0.45

Calls 1

get_infoFunction · 0.85

Tested by

no test coverage detected