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

Method list_mods

mserver/MasterService/src/service.rs:111–116  ·  view source on GitHub ↗
(&self, query: &ListModsQuery)

Source from the content-addressed store, hash-verified

109 }))
110 }
111
112 pub async fn unregister(&self, server_id: &str) -> Result<bool> {
113 self.directory.unregister(server_id).await
114 }
115
116 pub async fn prune_stale(&self, min_last_seen_unix_ms: i64) -> Result<usize> {
117 self.directory.prune_stale(min_last_seen_unix_ms).await
118 }
119

Callers 2

mod_versionsMethod · 0.45
summaryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected