MCPcopy 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
81impl 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

statusMethod · 0.80
get_infoMethod · 0.80
start_wavekv_watch_taskFunction · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected