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

Method new

flow-plugins/src/utils/bytes.rs:25–29  ·  view source on GitHub ↗
(_inner: &[u8])

Source from the content-addressed store, hash-verified

23
24impl Bytes {
25 pub fn new(_inner: &[u8]) -> Bytes {
26 Bytes {
27 inner: _inner.to_owned(),
28 }
29 }
30}
31
32impl ResponseEntity for Bytes {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected