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

Method prune_stale

mserver/MasterService/src/service.rs:107–109  ·  view source on GitHub ↗
(&self, min_last_seen_unix_ms: i64)

Source from the content-addressed store, hash-verified

105
106 pub async fn server_token_hash(&self, server_id: &str) -> Result<Option<String>> {
107 self.directory.server_token_hash(server_id).await
108 }
109
110 pub async fn server_id_for_token_hash(&self, token_hash: &str) -> Result<Option<String>> {
111 self.directory.server_id_for_token_hash(token_hash).await
112 }

Calls

no outgoing calls

Tested by

no test coverage detected