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