MCPcopy 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

startMethod · 0.45
stopFunction · 0.45
sendFunction · 0.45

Calls 2

takeMethod · 0.80
stopMethod · 0.80

Tested by

no test coverage detected