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

Function inst

gateway/src/kv/mod.rs:272–274  ·  view source on GitHub ↗
(instance_id: &str)

Source from the content-addressed store, hash-verified

270 pub const GLOBAL_ACME_ATTESTATION: &str = "global/acme_attestation";
271
272 pub fn inst(instance_id: &str) -> String {
273 format!("{INST_PREFIX}{instance_id}")
274 }
275
276 pub fn node_info(node_id: NodeId) -> String {
277 format!("{NODE_INFO_PREFIX}{node_id}")

Callers 2

sync_instanceMethod · 0.85
sync_delete_instanceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected