Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
impl From<CMessage> for Message {
54
fn from(msg: CMessage) -> Self {
55
Message(Some(msg))
56
}
57
}
58
59
impl From<Message> for CMessage {
Callers
nothing calls this directly
Calls
2
Message
Class · 0.85
take
Method · 0.80
Tested by
no test coverage detected