MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / unregister

Method unregister

mserver/MasterService/src/service.rs:103–105  ·  view source on GitHub ↗
(&self, server_id: &str)

Source from the content-addressed store, hash-verified

101 };
102
103 Ok(Some(ServerDetail {
104 players: server_players(&server),
105 mods: self.resolve_server_mods(&server.mod_list).await?,
106 player_history: self.directory.history(server_id, 12).await?,
107 recent_sessions: self.directory.sessions(server_id, 3).await?,
108 server,

Calls

no outgoing calls

Tested by

no test coverage detected