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

Method from

flow-message/src/cross/data/mod.rs:182–187  ·  view source on GitHub ↗
(r: CowMap)

Source from the content-addressed store, hash-verified

180
181impl From<CowMap> for Data {
182 fn from(r: CowMap) -> Self {
183 Self {
184 ty: DataType::Collection(CollectionType::CowMap),
185 data: DataStorage::CowRef(r),
186 }
187 }
188}
189
190impl From<Map> for Data {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected