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

Function main

vmm/build.rs:12–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10};
11
12fn main() {
13 if let Err(err) = build_console() {
14 panic!("failed to build vmm console: {err}");
15 }
16}
17
18fn build_console() -> Result<(), Box<dyn std::error::Error>> {
19 let manifest_dir = PathBuf::from(env::var("CARGO_MANIFEST_DIR")?);

Callers

nothing calls this directly

Calls 1

build_consoleFunction · 0.85

Tested by

no test coverage detected