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

Method seal

flow-rs/src/envelope/envelope.rs:76–78  ·  view source on GitHub ↗

Convert the `Envelope` to `SealedEnvelope`

(self)

Source from the content-addressed store, hash-verified

74 }
75 /// Convert the `Envelope` to `SealedEnvelope`
76 pub fn seal(self) -> SealedEnvelope {
77 Box::new(self)
78 }
79 /// Take the message from the envelope
80 ///
81 /// # Panics

Callers 9

publishMethod · 0.80
test_basisFunction · 0.80
test_dummy_msgFunction · 0.80
sendMethod · 0.80
start_loopMethod · 0.80
startMethod · 0.80
test_reorderFunction · 0.80
test_demuxFunction · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by 4

test_basisFunction · 0.64
test_dummy_msgFunction · 0.64
test_reorderFunction · 0.64
test_demuxFunction · 0.64