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

Method version

vmm/src/main_service.rs:514–519  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

512 }
513
514 async fn version(self) -> Result<VersionResponse> {
515 Ok(VersionResponse {
516 version: crate::CARGO_PKG_VERSION.to_string(),
517 rev: crate::GIT_REV.to_string(),
518 })
519 }
520
521 async fn get_meta(self) -> Result<GetMetaResponse> {
522 Ok(GetMetaResponse {

Callers 1

loadVersionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected