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

Method from

flow-message/src/c.rs:54–56  ·  view source on GitHub ↗
(msg: CMessage)

Source from the content-addressed store, hash-verified

52
53impl From<CMessage> for Message {
54 fn from(msg: CMessage) -> Self {
55 Message(Some(msg))
56 }
57}
58
59impl From<Message> for CMessage {

Callers

nothing calls this directly

Calls 2

MessageClass · 0.85
takeMethod · 0.80

Tested by

no test coverage detected