Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ Bcast
Class
Bcast
flow-rs/src/node/bcast.rs:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
#[outputs(out:[])]
17
#[derive(Node, Actor, Default)]
18
struct Bcast {}
19
20
impl Bcast {
21
fn new(_: String, _: &Table) -> Bcast {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected