MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / into_inner

Method into_inner

flow-plugins/src/utils/multipart.rs:44–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42 }
43
44 pub fn into_inner(self) -> W {
45 self.inner
46 }
47
48 pub fn header(&self) -> Mime {
49 Mime::from_str(format!("multipart/form-data; boundary={}", self.boundary).as_str()).unwrap()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected