MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / clone

Method clone

flow-rs/src/envelope/envelope.rs:127–132  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

125 M: Clone,
126{
127 fn clone(&self) -> Self {
128 Envelope {
129 msg: self.msg.clone(),
130 info: self.info.clone(),
131 }
132 }
133}
134
135impl<M> AnyEnvelope for Envelope<M>

Callers 2

repackMethod · 0.45
takeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected