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

Method exit

gateway/src/main_service.rs:1306–1308  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1304 }
1305
1306 pub(crate) fn exit(&mut self) -> ! {
1307 std::process::exit(0);
1308 }
1309
1310 pub(crate) fn refresh_state(&mut self) -> Result<()> {
1311 // Get local WG handshakes and sync to KvStore

Callers 5

mainFunction · 0.45
build.mjsFile · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36