MCPcopy 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_attributesMethod · 0.80
basics_disk_keychainFunction · 0.80
runMethod · 0.80
parse_operation_idMethod · 0.80
runMethod · 0.80
parse_operation_idMethod · 0.80
process_time_eventMethod · 0.80
callMethod · 0.80
runFunction · 0.80

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected