Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ cancel
Method
cancel
flow-rs/src/loader/python/utils.rs:69–71 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
67
}
68
69
fn cancel(&mut self) {
70
self.chan = None;
71
}
72
}
73
74
#[pymethods]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected