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

Method debug_heap_options

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

cors

(&self)

Source from the content-addressed store, hash-verified

659
660 /// cors
661 async fn debug_heap_options(&self) -> Result<DebugHeapOptionsResponse, ApiError> {
662 let context = self.context().clone();
663 self.api().debug_heap_options(&context).await
664 }
665
666 /// Get event data
667 async fn events_event_id_get(

Callers

nothing calls this directly

Calls 3

cloneMethod · 0.45
contextMethod · 0.45
apiMethod · 0.45

Tested by

no test coverage detected