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

Class Bytes

flow-plugins/src/utils/bytes.rs:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19#[derive(Schema)]
20pub(crate) struct Bytes {
21 inner: Vec<u8>,
22}
23
24impl Bytes {
25 pub fn new(_inner: &[u8]) -> Bytes {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected