Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ enter
Method
enter
gateway/src/models.rs:119–124 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
117
fn inc(&self);
118
fn dec(&self);
119
fn enter(self) -> EnteredCounter<Self>
120
where
121
Self: Sized,
122
{
123
EnteredCounter::new(self)
124
}
125
}
126
127
impl Counting for Arc<AtomicU64> {
Callers
2
proxy_main
Function · 0.80
connect_multiple_hosts
Function · 0.80
Implementers
1
models.rs
gateway/src/models.rs
Calls
no outgoing calls
Tested by
no test coverage detected