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

Method get_ref

flow-message/src/cross/cow_list.rs:4–6  ·  view source on GitHub ↗
(&self, key: &usize)

Source from the content-addressed store, hash-verified

2
3impl private::IndexGetDataRefForGetRef<usize> for CowList {
4 fn get_ref(&self, key: &usize) -> Option<&data::Data> {
5 self.get(*key)
6 }
7}
8
9impl private::IndexGetDataRefForGet<usize> for CowList {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected