Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockworklabs/SpacetimeDB
/ as_ref
Method
as_ref
crates/sats/src/hex.rs:52–54 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
50
51
impl<const N: usize> AsRef<str> for HexString<N> {
52
fn as_ref(&self) -> &str {
53
self
54
}
55
}
56
57
impl<const N: usize> AsRef<[u8]> for HexString<N> {
Callers
15
on_disconnect
Function · 0.45
current_database
Method · 0.45
run
Method · 0.45
background
Method · 0.45
data_dir_fixture
Method · 0.45
build
Method · 0.45
pg_port
Method · 0.45
use_precompiled_wasm_path
Method · 0.45
publish_module_internal
Method · 0.45
call
Method · 0.45
call_output
Method · 0.45
call_anon
Method · 0.45
Calls
1
as_bytes
Method · 0.45
Tested by
15
test_logs
Function · 0.36
test_publish
Function · 0.36
test_cannot_delete_others_database
Function · 0.36
test_locked_database_cannot_be_deleted
Function · 0.36
test_locked_database_cannot_be_reset
Function · 0.36
test_unlock_allows_delete
Function · 0.36
test_lock_is_idempotent
Function · 0.36
test_unlock_is_idempotent
Function · 0.36
test_non_owner_cannot_lock_or_unlock
Function · 0.36
test_locked_database_allows_publish
Function · 0.36
test_describe
Function · 0.36
logs_filtered
Function · 0.36