Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ Data
Class
Data
flow-message/src/cross/data/mod.rs:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
95
#[derive(Clone)]
96
pub struct Data {
97
ty: DataType,
98
data: DataStorage,
99
}
100
101
impl Data {
102
pub fn ty(&self) -> DataType {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected