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

Method events_options

api-server/src/lib.rs:685–688  ·  view source on GitHub ↗

cors

(&self)

Source from the content-addressed store, hash-verified

683
684 /// cors
685 async fn events_options(&self) -> Result<EventsOptionsResponse, ApiError> {
686 let context = self.context().clone();
687 self.api().events_options(&context).await
688 }
689
690 /// Creates a new event
691 async fn events_post(

Callers

nothing calls this directly

Calls 3

cloneMethod · 0.45
contextMethod · 0.45
apiMethod · 0.45

Tested by

no test coverage detected