Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ Context
Class
Context
flow-rs/src/loader/python/context.rs:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
struct Context {
32
thread: *mut ffi::PyThreadState,
33
ctx: PyThreadStateUnlimited,
34
}
35
36
struct ContextPool {
37
pool: Vec<Context>,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected