Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ DynOutTransform
Class
DynOutTransform
flow-rs/src/node/transform.rs:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
#[outputs(out:dyn)]
40
#[derive(Node, Default)]
41
struct DynOutTransform {}
42
43
impl DynOutTransform {
44
fn new(_name: String, _args: &Table) -> DynOutTransform {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected