MCPcopy 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
127impl Counting for Arc<AtomicU64> {

Callers 2

proxy_mainFunction · 0.80
connect_multiple_hostsFunction · 0.80

Implementers 1

models.rsgateway/src/models.rs

Calls

no outgoing calls

Tested by

no test coverage detected