Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
impl<M> AnyEnvelope for Envelope<M>
Callers
2
repack
Method · 0.45
take
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected