MCPcopy Create free account
hub / github.com/ceramicnetwork/rust-ceramic / controllers

Method controllers

event/src/unvalidated/payload/init.rs:139–141  ·  view source on GitHub ↗

Get the controllers

(&self)

Source from the content-addressed store, hash-verified

137
138 /// Get the controllers
139 pub fn controllers(&self) -> &[String] {
140 self.controllers.as_ref()
141 }
142
143 /// Get the sep
144 pub fn sep(&self) -> &str {

Callers 8

extract_controllerFunction · 0.80
gitcoin_cacao_carFunction · 0.80
try_fromMethod · 0.80
process_signed_eventMethod · 0.80
process_time_eventMethod · 0.80

Calls 1

as_refMethod · 0.45

Tested by 1

extract_controllerFunction · 0.64