MCPcopy Index your code
hub / github.com/Dstack-TEE/dstack / clone

Method clone

gateway/src/models.rs:29–31  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

27impl<K, V> Copy for MapValues<'_, K, V> {}
28impl<K, V> Clone for MapValues<'_, K, V> {
29 fn clone(&self) -> Self {
30 *self
31 }
32}
33impl<'a, K, V> From<&'a BTreeMap<K, V>> for MapValues<'a, K, V> {
34 fn from(map: &'a BTreeMap<K, V>) -> Self {

Callers 15

find_eventFunction · 0.80
to_bytesMethod · 0.80
decode_app_info_exMethod · 0.80
get_tdx_quote_bytesMethod · 0.80
find_eventMethod · 0.80
to_msgpackMethod · 0.80
lengthMethod · 0.80
strippedMethod · 0.80
digestMethod · 0.80
to_runtime_eventMethod · 0.80

Calls

no outgoing calls