MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / node_status

Function node_status

gateway/src/kv/mod.rs:280–282  ·  view source on GitHub ↗
(node_id: NodeId)

Source from the content-addressed store, hash-verified

278 }
279
280 pub fn node_status(node_id: NodeId) -> String {
281 format!("{NODE_STATUS_PREFIX}{node_id}")
282 }
283
284 pub fn conn(instance_id: &str, node_id: NodeId) -> String {
285 format!("{CONN_PREFIX}{instance_id}/{node_id}")

Callers 2

set_node_statusMethod · 0.85
get_node_statusMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected