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

Method new

flow-message/src/cross/map.rs:20–22  ·  view source on GitHub ↗
(inner: Ref<'a, String, data::Data>)

Source from the content-addressed store, hash-verified

18
19impl<'a> MapRef<'a> {
20 fn new(inner: Ref<'a, String, data::Data>) -> Self {
21 MapRef { inner }
22 }
23}
24
25impl<'a> AsRef<List> for MapRef<'a> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected