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

Method data

flow-message/src/cross/data/mod.rs:106–108  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

104 }
105
106 pub fn data(&self) -> &DataStorage {
107 &self.data
108 }
109
110 pub fn len(&self) -> usize {
111 match self.ty {

Callers 1

decode_videoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected