MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / build

Method build

flow-rs/src/node/shared.rs:285–287  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

283 }
284
285 pub fn build(self) {
286 self.tx.try_send(self.conns).ok();
287 }
288
289 pub fn close(&self) {
290 self.tx.close();

Callers 1

startMethod · 0.45

Calls 1

try_sendMethod · 0.80

Tested by

no test coverage detected