Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
use tracing::{error, info};
23
24
pub fn app_version() -> String {
25
format!(
"v{} ({})"
, crate::CARGO_PKG_VERSION, crate::GIT_REV)
26
}
27
28
async fn run_internal_v0(
29
state: AppState,
Callers
1
run_external
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected