Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ ImageInput
Class
ImageInput
flow-plugins/src/image_input.rs:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
#[outputs(out)]
24
#[derive(Node, Actor)]
25
struct ImageInput {
26
urls: Vec<String>,
27
}
28
29
impl ImageInput {
30
fn new(_: String, args: &Table) -> ImageInput {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected