Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ ty
Method
ty
flow-message/src/cross/data/mod.rs:102–104 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
100
101
impl Data {
102
pub fn ty(&self) -> DataType {
103
self.ty
104
}
105
106
pub fn data(&self) -> &DataStorage {
107
&self.data
Callers
3
from_data
Function · 0.80
__setitem__
Method · 0.80
__getitem__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected