Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
impl<const N: usize> ops::Deref for HexString<N> {
Callers
15
main
Function · 0.45
compute_context_hash
Function · 0.45
compute_processed_context_hash
Function · 0.45
atomic_write
Function · 0.45
from_str_unchecked
Method · 0.45
slim_slice.rs
File · 0.45
__nstr
Function · 0.45
run_cmd_inner
Function · 0.45
spacetime_cmd_with_stdin
Method · 0.45
api_call_json
Method · 0.45
api_call_internal
Method · 0.45
read_csproj_package_reference_version
Function · 0.45
Calls
1
as_bytes
Function · 0.50
Tested by
5
read_csproj_package_reference_version
Function · 0.36
append_to_file
Function · 0.36
spawn_redirect_server
Function · 0.36
test_update_csproj_to_nuget_uses_major_minor_patch_wildcard
Function · 0.36
verifies_objects
Function · 0.36