Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ exit
Method
exit
gateway/src/admin_service.rs:82–84 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
80
81
impl AdminRpc for AdminRpcHandler {
82
async fn exit(self) -> Result<()> {
83
self.state.lock().exit();
84
}
85
86
async fn renew_cert(self) -> Result<RenewCertResponse> {
87
// Renew all domains with force=true
Callers
nothing calls this directly
Calls
1
lock
Method · 0.45
Tested by
no test coverage detected