Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
start
Method · 0.45
Calls
1
try_send
Method · 0.80
Tested by
no test coverage detected