Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ new
Method
new
flow-plugins/src/utils/image.rs:100–105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
fn new() -> Self::Filter {
101
rweb::header::<Mime>(
"content-type"
)
102
.and(filters::body::stream())
103
.and_then(extract_image)
104
.boxed()
105
}
106
}
107
108
impl Reply for Image {
Callers
nothing calls this directly
Calls
1
boxed
Method · 0.45
Tested by
no test coverage detected