Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
impl private::IndexGetDataRefForGetRef<usize> for CowList {
4
fn get_ref(&self, key: &usize) -> Option<&data::Data> {
5
self.get(*key)
6
}
7
}
8
9
impl private::IndexGetDataRefForGet<usize> for CowList {
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected