Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ exec
Method
exec
flow-rs/src/node/noop.rs:27–29 ·
view source on GitHub ↗
(&mut self, _: &Context)
Source
from the content-addressed store, hash-verified
25
async fn initialize(&mut self, _: ResourceCollection) {}
26
async fn finalize(&mut self) {}
27
async fn exec(&mut self, _: &Context) -> Result<()> {
28
Ok(())
29
}
30
}
31
32
node_register!(
"NoopProducer"
, NoopProducer);
Callers
nothing calls this directly
Calls
1
recv_any
Method · 0.80
Tested by
no test coverage detected