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

Method into_inner

cc-eventlog/src/codecs.rs:45–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43
44impl<I, T, const MAX_LEN: usize> VecOf<I, T, MAX_LEN> {
45 pub fn into_inner(self) -> Vec<T> {
46 self.inner
47 }
48
49 pub fn length(&self) -> I
50 where

Callers 5

try_fromMethod · 0.80
deployFunction · 0.80
pull_registry_imageMethod · 0.80
read_dataFunction · 0.80
verify_cvmFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected