Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceramicnetwork/rust-ceramic
/ id
Method
id
api/src/server.rs:200–205 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
198
}
199
200
pub fn id(&self) -> &EventId {
201
match self {
202
Self::Success(id) => id,
203
Self::Failed(id, _) => id,
204
}
205
}
206
207
pub fn success(&self) -> bool {
208
match self {
Callers
15
process_events
Method · 0.45
create_event
Function · 0.45
create_event_twice
Function · 0.45
create_event_fails
Function · 0.45
register_interest_sort_value
Function · 0.45
register_interest_sort_value_bad_request
Function · 0.45
register_interest_sort_value_controller
Function · 0.45
register_interest_value_controller_stream
Function · 0.45
get_events_for_interest_range
Function · 0.45
events_event_id_get_by_event_id_success
Function · 0.45
events_event_id_get_by_cid_success
Function · 0.45
peers
Function · 0.45
Calls
no outgoing calls
Tested by
15
create_event
Function · 0.36
create_event_twice
Function · 0.36
create_event_fails
Function · 0.36
register_interest_sort_value
Function · 0.36
register_interest_sort_value_bad_request
Function · 0.36
register_interest_sort_value_controller
Function · 0.36
register_interest_value_controller_stream
Function · 0.36
get_events_for_interest_range
Function · 0.36
events_event_id_get_by_event_id_success
Function · 0.36
events_event_id_get_by_cid_success
Function · 0.36
peers
Function · 0.36
peer_connect
Function · 0.36