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

Method config_network_get

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

Get info about the Ceramic network the node is connected to

(&self)

Source from the content-addressed store, hash-verified

641
642 /// Get info about the Ceramic network the node is connected to
643 async fn config_network_get(&self) -> Result<ConfigNetworkGetResponse, ApiError> {
644 let context = self.context().clone();
645 self.api().config_network_get(&context).await
646 }
647
648 /// cors
649 async fn config_network_options(&self) -> Result<ConfigNetworkOptionsResponse, ApiError> {

Callers

nothing calls this directly

Calls 3

cloneMethod · 0.45
contextMethod · 0.45
apiMethod · 0.45

Tested by

no test coverage detected