Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ finalize
Function
finalize
flow-rs/src/registry.rs:120–122 ·
view source on GitHub ↗
(id: u64)
Source
from the content-addressed store, hash-verified
118
}
119
120
pub(crate) fn finalize(id: u64) {
121
FINALIZE.read().unwrap().iter().for_each(|f| f(id));
122
}
123
124
impl<ID, T: Collect<ID>> RegistryMap<ID, T>
125
where
Callers
3
start
Method · 0.85
test_basis
Function · 0.85
start
Method · 0.85
Calls
1
for_each
Method · 0.80
Tested by
1
test_basis
Function · 0.68