Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ ContextPool
Class
ContextPool
flow-rs/src/loader/python/context.rs:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
struct ContextPool {
37
pool: Vec<Context>,
38
freelist: Vec<usize>,
39
}
40
41
impl ContextPool {
42
fn store(&mut self) -> usize {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected