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

Method config_network_options

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

cors

(&self)

Source from the content-addressed store, hash-verified

647
648 /// cors
649 async fn config_network_options(&self) -> Result<ConfigNetworkOptionsResponse, ApiError> {
650 let context = self.context().clone();
651 self.api().config_network_options(&context).await
652 }
653
654 /// Get the heap statistics of the Ceramic node
655 async fn debug_heap_get(&self) -> Result<DebugHeapGetResponse, ApiError> {

Callers

nothing calls this directly

Calls 3

cloneMethod · 0.45
contextMethod · 0.45
apiMethod · 0.45

Tested by

no test coverage detected