Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ envelope_register
Function
envelope_register
flow-rs/src/loader/python/envelope.rs:158–161 ·
view source on GitHub ↗
(module: &PyModule)
Source
from the content-addressed store, hash-verified
156
}
157
158
pub fn envelope_register(module: &PyModule) -> PyResult<()> {
159
module.add_class::<PyEnvelope>()?;
160
Ok(())
161
}
Callers
2
megflow
Function · 0.85
load_from_file
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected