Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ deref
Method
deref
flow-plugins/src/utils/image.rs:84–86 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
82
type Target = image::DynamicImage;
83
84
fn deref(&self) -> &Self::Target {
85
&self.0
86
}
87
}
88
89
impl FromRequest for Image {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected