Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ is_body
Method
is_body
flow-plugins/src/utils/image.rs:92–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
type Filter = rweb::filters::BoxedFilter<(Image,)>;
91
92
fn is_body() -> bool {
93
true
94
}
95
96
fn content_type() -> &'static str {
97
"image/*"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected