Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceramicnetwork/rust-ceramic
/ id
Method
id
event/src/unvalidated/event.rs:353–355 ·
view source on GitHub ↗
Get the id
(&self)
Source
from the content-addressed store, hash-verified
351
352
/// Get the id
353
pub fn id(&self) -> &Cid {
354
&self.event.id
355
}
356
357
/// Get the prev
358
pub fn prev(&self) -> &Cid {
Callers
15
stream_cid
Method · 0.45
model_setup
Function · 0.45
add_and_assert_new_recon_event
Function · 0.45
add_and_assert_new_recon_event_not_inserted_yet
Function · 0.45
add_new_recon_event
Function · 0.45
add_and_assert_new_local_event
Function · 0.45
test_missing_prev_history_required_not_inserted
Function · 0.45
test_prev_in_same_write_history_required
Function · 0.45
range_query
Function · 0.45
first_query
Function · 0.45
middle_query
Function · 0.45
try_update_value
Function · 0.45
Calls
no outgoing calls
Tested by
15
add_and_assert_new_recon_event
Function · 0.36
add_and_assert_new_recon_event_not_inserted_yet
Function · 0.36
add_new_recon_event
Function · 0.36
add_and_assert_new_local_event
Function · 0.36
test_missing_prev_history_required_not_inserted
Function · 0.36
test_prev_in_same_write_history_required
Function · 0.36
range_query
Function · 0.36
first_query
Function · 0.36
middle_query
Function · 0.36
try_update_value
Function · 0.36
store_value_for_key
Function · 0.36
read_value_as_block
Function · 0.36