Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ app_version
Function
app_version
vmm/src/main.rs:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
);
40
41
fn app_version() -> String {
42
format!(
"v{CARGO_PKG_VERSION} ({GIT_REV})"
)
43
}
44
45
#[derive(Parser)]
46
#[command(author, version, about, long_version = app_version())]
Callers
2
run_external_api
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected