MCPcopy 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
41fn 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_apiFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected