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

Method as_ref

cc-eventlog/src/codecs.rs:72–74  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

70
71impl<I, T, const MAX_LEN: usize> AsRef<[T]> for VecOf<I, T, MAX_LEN> {
72 fn as_ref(&self) -> &[T] {
73 &self.inner
74 }
75}
76
77impl<I, T, const MAX_LEN: usize> From<VecOf<I, T, MAX_LEN>> for Vec<T> {

Callers 9

list_certsFunction · 0.45
newMethod · 0.45
auto_renewMethod · 0.45
store_certMethod · 0.45
create_cert_if_neededMethod · 0.45
find_errorFunction · 0.45
make_csrFunction · 0.45
ln_forceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected