Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceramicnetwork/rust-ceramic
/ cid
Method
cid
event/src/unvalidated/payload/init.rs:24–26 ·
view source on GitHub ↗
Get the CID of the event
(&self)
Source
from the content-addressed store, hash-verified
22
23
/// Get the CID of the event
24
pub fn cid(&self) -> &Cid {
25
&self.cid
26
}
27
28
/// Create init Event with cid and payload
29
pub(crate) fn new_with_cid(cid: Cid, payload: Payload<D>) -> Self {
Callers
1
stream_cid
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected