Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ num_connections
Method
num_connections
gateway/src/models.rs:82–84 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
80
81
impl InstanceInfo {
82
pub fn num_connections(&self) -> u64 {
83
self.connections.load(Ordering::Relaxed)
84
}
85
}
86
87
/// Snapshot of an instance's port-policy state for admin inspection.
Callers
3
status
Method · 0.80
get_info
Method · 0.80
start_wavekv_watch_task
Function · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected