Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceramicnetwork/rust-ceramic
/ path
Method
path
event/src/unvalidated/event.rs:368–370 ·
view source on GitHub ↗
Get the path
(&self)
Source
from the content-addressed store, hash-verified
366
367
/// Get the path
368
pub fn path(&self) -> &str {
369
self.event.path.as_ref()
370
}
371
/// Encode the event and report the CID
372
pub fn to_cid(
373
&self,
Callers
12
from_attributes
Method · 0.80
basics_disk_keychain
Function · 0.80
run
Method · 0.80
parse_operation_id
Method · 0.80
run
Method · 0.80
parse_operation_id
Method · 0.80
build_time_event_insertable
Method · 0.80
report_modified_locked_fields
Method · 0.80
get_time_event_witness_blocks
Function · 0.80
process_time_event
Method · 0.80
call
Method · 0.80
run
Function · 0.80
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected