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

Method rpc_key

kms/src/config.rs:95–97  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

93 }
94
95 pub fn rpc_key(&self) -> PathBuf {
96 self.cert_dir.join(RPC_KEY)
97 }
98
99 pub fn rpc_domain(&self) -> PathBuf {
100 self.cert_dir.join(RPC_DOMAIN)

Callers 3

keys_existsMethod · 0.80
store_keysMethod · 0.80
update_certsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected