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

Function app_version

guest-agent/src/server.rs:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22use tracing::{error, info};
23
24pub fn app_version() -> String {
25 format!("v{} ({})", crate::CARGO_PKG_VERSION, crate::GIT_REV)
26}
27
28async fn run_internal_v0(
29 state: AppState,

Callers 1

run_externalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected