MCPcopy 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
101impl Data {
102 pub fn ty(&self) -> DataType {
103 self.ty
104 }
105
106 pub fn data(&self) -> &DataStorage {
107 &self.data

Callers 3

from_dataFunction · 0.80
__setitem__Method · 0.80
__getitem__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected