MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / as_bytes

Method as_bytes

crates/sats/src/hex.rs:26–28  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

24
25 #[inline(always)]
26 pub fn as_bytes(&self) -> &[u8] {
27 str::as_bytes(self)
28 }
29}
30
31impl<const N: usize> ops::Deref for HexString<N> {

Callers 15

mainFunction · 0.45
compute_context_hashFunction · 0.45
atomic_writeFunction · 0.45
from_str_uncheckedMethod · 0.45
slim_slice.rsFile · 0.45
__nstrFunction · 0.45
run_cmd_innerFunction · 0.45
api_call_jsonMethod · 0.45
api_call_internalMethod · 0.45

Calls 1

as_bytesFunction · 0.50