Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ close
Method
close
flow-python/src/lib.rs:70–75 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
68
}
69
70
fn close(&mut self) {
71
self.inps.clear();
72
if let Some(graph) = self.graph.take() {
73
graph.stop();
74
}
75
}
76
77
#[new]
78
#[args(
Callers
3
start
Method · 0.45
stop
Function · 0.45
send
Function · 0.45
Calls
2
take
Method · 0.80
stop
Method · 0.80
Tested by
no test coverage detected