MCPcopy Create free account
hub / github.com/hashintel/hash / bytes

Method bytes

libs/@local/harpc/codec/src/error.rs:92–94  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

90 }
91
92 pub const fn bytes(&self) -> &Bytes {
93 &self.bytes
94 }
95
96 pub fn into_bytes(self) -> Bytes {
97 self.bytes

Callers 14

write_str_escapedMethod · 0.80
parse_intervalFunction · 0.80
encode_decodeFunction · 0.80
send_delay_error_delayedFunction · 0.80

Calls

no outgoing calls