MCPcopy 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_cidMethod · 0.45
model_setupFunction · 0.45
add_new_recon_eventFunction · 0.45
range_queryFunction · 0.45
first_queryFunction · 0.45
middle_queryFunction · 0.45
try_update_valueFunction · 0.45

Calls

no outgoing calls

Tested by 15

add_new_recon_eventFunction · 0.36
range_queryFunction · 0.36
first_queryFunction · 0.36
middle_queryFunction · 0.36
try_update_valueFunction · 0.36
store_value_for_keyFunction · 0.36
read_value_as_blockFunction · 0.36