MCPcopy Create free account
hub / github.com/cowprotocol/services / ByteArray

Class ByteArray

crates/database/src/byte_array.rs:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15/// implementation.
16#[derive(Clone, Copy, Eq, PartialEq, Hash, sqlx::FromRow)]
17pub struct ByteArray<const N: usize>(pub [u8; N]);
18
19impl<const N: usize> Debug for ByteArray<N> {
20 fn fmt(&self, f: &mut Formatter) -> fmt::Result {

Calls

no outgoing calls

Tested by 12

wire_format_is_stableFunction · 0.68
eth_flow_txFunction · 0.68
quote_stream_smokeFunction · 0.68
place_order_with_quoteFunction · 0.68
events_of_orderFunction · 0.68
order_statusFunction · 0.68
seed_open_orderFunction · 0.68